a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
143 lines
7.1 KiB
XML
143 lines
7.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),Runtime.sln))\tools\WebStack.settings.targets" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{81876811-6C36-492A-9609-F0E85990FBC9}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Microsoft.Web.Http.Data.Test</RootNamespace>
|
|
<AssemblyName>Microsoft.Web.Http.Data.Test</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>$(WebStackRootPath)\bin\Debug\Test\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>$(WebStackRootPath)\bin\Release\Test\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'CodeCoverage' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>$(WebStackRootPath)\bin\CodeCoverage\Test\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="EntityFramework">
|
|
<HintPath>..\..\packages\EntityFramework.5.0.0-beta2\lib\net40\EntityFramework.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Moq">
|
|
<HintPath>..\..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\packages\Newtonsoft.Json.4.5.1\lib\net40\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Data.Entity" />
|
|
<Reference Include="System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Microsoft.Net.Http.2.0.20326.1\lib\net40\System.Net.Http.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Net.Http.WebRequest, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Microsoft.Net.Http.2.0.20326.1\lib\net40\System.Net.Http.WebRequest.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Routing" />
|
|
<Reference Include="System.XML" />
|
|
<Reference Include="xunit">
|
|
<HintPath>..\..\packages\xunit.1.9.0.1566\lib\xunit.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="xunit.extensions">
|
|
<HintPath>..\..\packages\xunit.extensions.1.9.0.1566\lib\xunit.extensions.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
|
|
<Visible>False</Visible>
|
|
</CodeAnalysisDependentAssemblyPaths>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="ChangeSetTests.cs" />
|
|
<Compile Include="Controllers\CitiesController.cs" />
|
|
<Compile Include="Controllers\NorthwindEFController.cs" />
|
|
<Compile Include="DataControllerDescriptionTest.cs" />
|
|
<Compile Include="DataControllerQueryTests.cs" />
|
|
<Compile Include="DataControllerSubmitTests.cs" />
|
|
<Compile Include="MetadataExtensionsTests.cs" />
|
|
<Compile Include="Models\CatalogEntities.cs" />
|
|
<Compile Include="Models\Cities.cs" />
|
|
<Compile Include="Models\Northwind.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Northwind.edmx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Controllers\CatalogController.cs" />
|
|
<Compile Include="TestHelpers.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\System.Json\System.Json.csproj">
|
|
<Project>{F0441BE9-BDC0-4629-BE5A-8765FFAA2481}</Project>
|
|
<Name>System.Json</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\src\System.Net.Http.Formatting\System.Net.Http.Formatting.csproj">
|
|
<Project>{668E9021-CE84-49D9-98FB-DF125A9FCDB0}</Project>
|
|
<Name>System.Net.Http.Formatting</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\src\Microsoft.Web.Http.Data.Helpers\Microsoft.Web.Http.Data.Helpers.csproj">
|
|
<Project>{B6895A1B-382F-4A69-99EC-E965E19B0AB3}</Project>
|
|
<Name>Microsoft.Web.Http.Data.Helpers</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\src\System.Web.Http\System.Web.Http.csproj">
|
|
<Project>{DDC1CE0C-486E-4E35-BB3B-EAB61F8F9440}</Project>
|
|
<Name>System.Web.Http</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\src\Microsoft.Web.Http.Data.EntityFramework\Microsoft.Web.Http.Data.EntityFramework.csproj">
|
|
<Project>{653F3946-541C-42D3-BBC1-CE89B392BDA9}</Project>
|
|
<Name>Microsoft.Web.Http.Data.EntityFramework</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\src\Microsoft.Web.Http.Data\Microsoft.Web.Http.Data.csproj">
|
|
<Project>{ACE91549-D86E-4EB6-8C2A-5FF51386BB68}</Project>
|
|
<Name>Microsoft.Web.Http.Data</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Microsoft.TestCommon\Microsoft.TestCommon.csproj">
|
|
<Project>{FCCC4CB7-BAF7-4A57-9F89-E5766FE536C0}</Project>
|
|
<Name>Microsoft.TestCommon</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EntityDeploy Include="Models\Northwind.edmx">
|
|
<Generator>EntityModelCodeGenerator</Generator>
|
|
<LastGenOutput>Northwind.Designer.cs</LastGenOutput>
|
|
<CustomToolNamespace>System.Web.Http.Data.Test.Models.EF</CustomToolNamespace>
|
|
</EntityDeploy>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
</Project> |