1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" ..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition =" Exists('..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" />
4+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5+ <PropertyGroup >
6+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8+ <ProjectGuid >{BE64E341-7D99-43D9-A0D2-A38E977B7D97}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >NuGet.Server.V2.Tests</RootNamespace >
12+ <AssemblyName >NuGet.Server.V2.Tests</AssemblyName >
13+ <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ <NuGetPackageImportStamp >
16+ </NuGetPackageImportStamp >
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19+ <DebugSymbols >true</DebugSymbols >
20+ <DebugType >full</DebugType >
21+ <Optimize >false</Optimize >
22+ <OutputPath >bin\Debug\</OutputPath >
23+ <DefineConstants >TRACE;DEBUG;CODE_ANALYSIS</DefineConstants >
24+ <ErrorReport >prompt</ErrorReport >
25+ <WarningLevel >4</WarningLevel >
26+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29+ <DebugType >pdbonly</DebugType >
30+ <Optimize >true</Optimize >
31+ <OutputPath >bin\Release\</OutputPath >
32+ <DefineConstants >TRACE</DefineConstants >
33+ <ErrorReport >prompt</ErrorReport >
34+ <WarningLevel >4</WarningLevel >
35+ </PropertyGroup >
36+ <ItemGroup >
37+ <Reference Include =" Castle.Core" >
38+ <HintPath >..\..\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath >
39+ <Private >True</Private >
40+ </Reference >
41+ <Reference Include =" Microsoft.Data.Edm, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
42+ <SpecificVersion >False</SpecificVersion >
43+ <HintPath >..\..\packages\Microsoft.Data.Edm.5.7.0\lib\net40\Microsoft.Data.Edm.dll</HintPath >
44+ <Private >True</Private >
45+ </Reference >
46+ <Reference Include =" Microsoft.Data.OData, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
47+ <SpecificVersion >False</SpecificVersion >
48+ <HintPath >..\..\packages\Microsoft.Data.OData.5.7.0\lib\net40\Microsoft.Data.OData.dll</HintPath >
49+ <Private >True</Private >
50+ </Reference >
51+ <Reference Include =" Microsoft.Web.XmlTransform" >
52+ <HintPath >..\..\packages\Microsoft.Web.Xdt.2.1.1\lib\net40\Microsoft.Web.XmlTransform.dll</HintPath >
53+ <Private >True</Private >
54+ </Reference >
55+ <Reference Include =" Moq" >
56+ <HintPath >..\..\packages\Moq.4.5.8\lib\net45\Moq.dll</HintPath >
57+ <Private >True</Private >
58+ </Reference >
59+ <Reference Include =" Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
60+ <SpecificVersion >False</SpecificVersion >
61+ <HintPath >..\..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
62+ <Private >True</Private >
63+ </Reference >
64+ <Reference Include =" NuGet.Core, Version=2.11.1.812, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
65+ <SpecificVersion >False</SpecificVersion >
66+ <HintPath >..\..\packages\NuGet.Core.2.11.1\lib\net40-Client\NuGet.Core.dll</HintPath >
67+ <Private >True</Private >
68+ </Reference >
69+ <Reference Include =" System" />
70+ <Reference Include =" System.Core" />
71+ <Reference Include =" System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
72+ <SpecificVersion >False</SpecificVersion >
73+ <HintPath >..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath >
74+ <Private >True</Private >
75+ </Reference >
76+ <Reference Include =" System.Spatial, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
77+ <SpecificVersion >False</SpecificVersion >
78+ <HintPath >..\..\packages\System.Spatial.5.7.0\lib\net40\System.Spatial.dll</HintPath >
79+ <Private >True</Private >
80+ </Reference >
81+ <Reference Include =" System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
82+ <SpecificVersion >False</SpecificVersion >
83+ <HintPath >..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath >
84+ <Private >True</Private >
85+ </Reference >
86+ <Reference Include =" System.Web.Http.OData" >
87+ <HintPath >..\..\packages\Microsoft.AspNet.WebApi.OData.5.7.0\lib\net45\System.Web.Http.OData.dll</HintPath >
88+ <Private >True</Private >
89+ </Reference >
90+ <Reference Include =" System.Xml.Linq" />
91+ <Reference Include =" System.Data.DataSetExtensions" />
92+ <Reference Include =" Microsoft.CSharp" />
93+ <Reference Include =" System.Data" />
94+ <Reference Include =" System.Net.Http" />
95+ <Reference Include =" System.Xml" />
96+ <Reference Include =" xunit.abstractions" >
97+ <HintPath >..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath >
98+ <Private >True</Private >
99+ </Reference >
100+ <Reference Include =" xunit.assert" >
101+ <HintPath >..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll</HintPath >
102+ <Private >True</Private >
103+ </Reference >
104+ <Reference Include =" xunit.core" >
105+ <HintPath >..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll</HintPath >
106+ <Private >True</Private >
107+ </Reference >
108+ <Reference Include =" xunit.execution.desktop" >
109+ <HintPath >..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath >
110+ <Private >True</Private >
111+ </Reference >
112+ </ItemGroup >
113+ <ItemGroup >
114+ <Compile Include =" Infrastructure\ControllerTestHelpers.cs" />
115+ <Compile Include =" NuGetODataControllerTests.cs" />
116+ <Compile Include =" Properties\AssemblyInfo.cs" />
117+ <Compile Include =" TestableNuGetODataController.cs" />
118+ <Compile Include =" TestUtils\HttpActionResultExtensions.cs" />
119+ </ItemGroup >
120+ <ItemGroup >
121+ <None Include =" app.config" />
122+ <None Include =" packages.config" />
123+ </ItemGroup >
124+ <ItemGroup >
125+ <ProjectReference Include =" ..\..\src\NuGet.Server.Core\NuGet.Server.Core.csproj" >
126+ <Project >{1FE62F82-927A-4437-91F1-1A965E51682B}</Project >
127+ <Name >NuGet.Server.Core</Name >
128+ </ProjectReference >
129+ <ProjectReference Include =" ..\..\src\NuGet.Server.V2\NuGet.Server.V2.csproj" >
130+ <Project >{273e4575-4054-4578-9d14-8d4e640a365f}</Project >
131+ <Name >NuGet.Server.V2</Name >
132+ </ProjectReference >
133+ </ItemGroup >
134+ <ItemGroup >
135+ <Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
136+ </ItemGroup >
137+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
138+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
139+ <PropertyGroup >
140+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
141+ </PropertyGroup >
142+ <Error Condition =" !Exists('..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props'))" />
143+ </Target >
144+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
145+ Other similar extension points exist, see Microsoft.Common.targets.
146+ <Target Name="BeforeBuild">
147+ </Target>
148+ <Target Name="AfterBuild">
149+ </Target>
150+ -->
151+ </Project >
0 commit comments