1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" ..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props" Condition =" Exists('..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props')" />
4
+ <Import Project =" ..\packages\NUnit.3.10.1\build\NUnit.props" Condition =" Exists('..\packages\NUnit.3.10.1\build\NUnit.props')" />
5
+ <Import Project =" ..\packages\MSTest.TestAdapter.1.2.1\build\net45\MSTest.TestAdapter.props" Condition =" Exists('..\packages\MSTest.TestAdapter.1.2.1\build\net45\MSTest.TestAdapter.props')" />
6
+ <PropertyGroup >
7
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
8
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
9
+ <ProjectGuid >{CE4EB6B1-F432-488A-854D-84201EB0D3B3}</ProjectGuid >
10
+ <OutputType >Library</OutputType >
11
+ <AppDesignerFolder >Properties</AppDesignerFolder >
12
+ <RootNamespace >ChanceNET.Tests</RootNamespace >
13
+ <AssemblyName >ChanceNET.Tests</AssemblyName >
14
+ <TargetFrameworkVersion >v4.7.1</TargetFrameworkVersion >
15
+ <FileAlignment >512</FileAlignment >
16
+ <ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
17
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >15.0</VisualStudioVersion >
18
+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
19
+ <ReferencePath >$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath >
20
+ <IsCodedUITest >False</IsCodedUITest >
21
+ <TestProjectType >UnitTest</TestProjectType >
22
+ <NuGetPackageImportStamp >
23
+ </NuGetPackageImportStamp >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
26
+ <DebugSymbols >true</DebugSymbols >
27
+ <DebugType >full</DebugType >
28
+ <Optimize >false</Optimize >
29
+ <OutputPath >bin\Debug\</OutputPath >
30
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
31
+ <ErrorReport >prompt</ErrorReport >
32
+ <WarningLevel >4</WarningLevel >
33
+ </PropertyGroup >
34
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
35
+ <DebugType >pdbonly</DebugType >
36
+ <Optimize >true</Optimize >
37
+ <OutputPath >bin\Release\</OutputPath >
38
+ <DefineConstants >TRACE</DefineConstants >
39
+ <ErrorReport >prompt</ErrorReport >
40
+ <WarningLevel >4</WarningLevel >
41
+ </PropertyGroup >
42
+ <ItemGroup >
43
+ <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
44
+ <HintPath >..\packages\MSTest.TestFramework.1.2.1\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath >
45
+ </Reference >
46
+ <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
47
+ <HintPath >..\packages\MSTest.TestFramework.1.2.1\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath >
48
+ </Reference >
49
+ <Reference Include =" nunit.framework, Version=3.10.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
50
+ <HintPath >..\packages\NUnit.3.10.1\lib\net45\nunit.framework.dll</HintPath >
51
+ </Reference >
52
+ <Reference Include =" System" />
53
+ <Reference Include =" System.Core" />
54
+ </ItemGroup >
55
+ <ItemGroup >
56
+ <Compile Include =" Models\Book.cs" />
57
+ <Compile Include =" Properties\AssemblyInfo.cs" />
58
+ <Compile Include =" SerializationTests.cs" />
59
+ </ItemGroup >
60
+ <ItemGroup >
61
+ <None Include =" packages.config" />
62
+ </ItemGroup >
63
+ <ItemGroup >
64
+ <ProjectReference Include =" ..\Chance.NET\Chance.NET.csproj" >
65
+ <Project >{d2a12520-1f77-4119-b1fd-7fd1cb52bd8c}</Project >
66
+ <Name >Chance.NET</Name >
67
+ </ProjectReference >
68
+ </ItemGroup >
69
+ <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
70
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
71
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
72
+ <PropertyGroup >
73
+ <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 >
74
+ </PropertyGroup >
75
+ <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.1.2.1\build\net45\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.2.1\build\net45\MSTest.TestAdapter.props'))" />
76
+ <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.1.2.1\build\net45\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.2.1\build\net45\MSTest.TestAdapter.targets'))" />
77
+ <Error Condition =" !Exists('..\packages\NUnit.3.10.1\build\NUnit.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.10.1\build\NUnit.props'))" />
78
+ <Error Condition =" !Exists('..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props'))" />
79
+ </Target >
80
+ <Import Project =" ..\packages\MSTest.TestAdapter.1.2.1\build\net45\MSTest.TestAdapter.targets" Condition =" Exists('..\packages\MSTest.TestAdapter.1.2.1\build\net45\MSTest.TestAdapter.targets')" />
81
+ </Project >
0 commit comments