1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" ..\..\packages\xunit.core.2.4.0\build\xunit.core.props" Condition =" Exists('..\..\packages\xunit.core.2.4.0\build\xunit.core.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 >{BF6D17FE-15FD-401C-B5D7-DE21837231F1}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >IntegrationTests</RootNamespace >
12+ <AssemblyName >IntegrationTests</AssemblyName >
13+ <TargetFrameworkVersion >v4.6.1</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 >DEBUG;TRACE</DefineConstants >
24+ <ErrorReport >prompt</ErrorReport >
25+ <WarningLevel >4</WarningLevel >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <DebugType >pdbonly</DebugType >
29+ <Optimize >true</Optimize >
30+ <OutputPath >bin\Release\</OutputPath >
31+ <DefineConstants >TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ </PropertyGroup >
35+ <ItemGroup >
36+ <Reference Include =" System" />
37+ <Reference Include =" System.Core" />
38+ <Reference Include =" System.Xml.Linq" />
39+ <Reference Include =" System.Data.DataSetExtensions" />
40+ <Reference Include =" Microsoft.CSharp" />
41+ <Reference Include =" System.Data" />
42+ <Reference Include =" System.Net.Http" />
43+ <Reference Include =" System.Xml" />
44+ <Reference Include =" xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
45+ <HintPath >..\..\packages\xunit.abstractions.2.0.2\lib\net35\xunit.abstractions.dll</HintPath >
46+ </Reference >
47+ <Reference Include =" xunit.assert, Version=2.4.0.4049, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
48+ <HintPath >..\..\packages\xunit.assert.2.4.0\lib\netstandard2.0\xunit.assert.dll</HintPath >
49+ </Reference >
50+ <Reference Include =" xunit.core, Version=2.4.0.4049, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
51+ <HintPath >..\..\packages\xunit.extensibility.core.2.4.0\lib\net452\xunit.core.dll</HintPath >
52+ </Reference >
53+ <Reference Include =" xunit.execution.desktop, Version=2.4.0.4049, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
54+ <HintPath >..\..\packages\xunit.extensibility.execution.2.4.0\lib\net452\xunit.execution.desktop.dll</HintPath >
55+ </Reference >
56+ </ItemGroup >
57+ <ItemGroup >
58+ <Compile Include =" Class1.cs" />
59+ <Compile Include =" Properties\AssemblyInfo.cs" />
60+ </ItemGroup >
61+ <ItemGroup >
62+ <None Include =" packages.config" />
63+ </ItemGroup >
64+ <ItemGroup >
65+ <Analyzer Include =" ..\..\packages\xunit.analyzers.0.10.0\analyzers\dotnet\cs\xunit.analyzers.dll" />
66+ </ItemGroup >
67+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
68+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
69+ <PropertyGroup >
70+ <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 >
71+ </PropertyGroup >
72+ <Error Condition =" !Exists('..\..\packages\xunit.core.2.4.0\build\xunit.core.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.4.0\build\xunit.core.props'))" />
73+ <Error Condition =" !Exists('..\..\packages\xunit.core.2.4.0\build\xunit.core.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.4.0\build\xunit.core.targets'))" />
74+ </Target >
75+ <Import Project =" ..\..\packages\xunit.core.2.4.0\build\xunit.core.targets" Condition =" Exists('..\..\packages\xunit.core.2.4.0\build\xunit.core.targets')" />
76+ </Project >
0 commit comments