Files
openstack-sdk-dotnet/Openstack/Openstack.Common/Openstack.Common.csproj
Wayne Foley fbc6f0418c Adding version info as a linked file in each project, and updating version to 0.9
Change-Id: Ie839944fa329786d7e7b212b6f85386cba729931
2014-03-26 10:15:06 -07:00

83 lines
4.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{C53D669C-CDF1-4157-AEC1-BD167F655B2B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Openstack.Common</RootNamespace>
<AssemblyName>Openstack.Common</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Http\DisposableClass.cs" />
<Compile Include="Http\HttpAbstractionClient.cs" />
<Compile Include="Http\HttpAbstractionClientFactory.cs" />
<Compile Include="Http\HttpHeadersAbstraction.cs" />
<Compile Include="Http\HttpResponseAbstraction.cs" />
<Compile Include="Http\IHttpAbstractionClient.cs" />
<Compile Include="Http\IHttpAbstractionClientFactory.cs" />
<Compile Include="Http\IHttpHeadersAbstraction.cs" />
<Compile Include="Http\IHttpResponseAbstraction.cs" />
<Compile Include="Http\IOpenStackAccessToken.cs" />
<Compile Include="ObjectExtentions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="..\AssemblyVersionInfo.cs">
<Link>Properties\AssemblyVersionInfo.cs</Link>
</Compile>
<Compile Include="ServiceLocation\AssemblyNameComparer.cs" />
<Compile Include="ServiceLocation\IServiceLocationAssemblyScanner.cs" />
<Compile Include="ServiceLocation\IServiceLocationManager.cs" />
<Compile Include="ServiceLocation\IServiceLocationOverrideManager.cs" />
<Compile Include="ServiceLocation\IServiceLocationRegistrar.cs" />
<Compile Include="ServiceLocation\IServiceLocationRegistrarFactory.cs" />
<Compile Include="ServiceLocation\IServiceLocationRuntimeManager.cs" />
<Compile Include="ServiceLocation\IServiceLocator.cs" />
<Compile Include="ServiceLocation\RuntimeRegistrationManager.cs" />
<Compile Include="ServiceLocation\ServiceLocationAssemblyScanner.cs" />
<Compile Include="ServiceLocation\ServiceLocationManager.cs" />
<Compile Include="ServiceLocation\ServiceLocationRegistrarFactory.cs" />
<Compile Include="ServiceLocation\ServiceLocator.cs" />
<Compile Include="ServiceRegistrar.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>