1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProjectGuid >{F4FE4936-40E5-4AB7-8DAD-CA0B46CCDCAF}</ProjectGuid >
7+ <OutputType >Library</OutputType >
8+ <AppDesignerFolder >Properties</AppDesignerFolder >
9+ <RootNamespace >SteamWebAPI2.Tests</RootNamespace >
10+ <AssemblyName >SteamWebAPI2.Tests</AssemblyName >
11+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
15+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
16+ <ReferencePath >$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath >
17+ <IsCodedUITest >False</IsCodedUITest >
18+ <TestProjectType >UnitTest</TestProjectType >
19+ <TargetFrameworkProfile />
20+ </PropertyGroup >
21+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
22+ <DebugSymbols >true</DebugSymbols >
23+ <DebugType >full</DebugType >
24+ <Optimize >false</Optimize >
25+ <OutputPath >bin\Debug\</OutputPath >
26+ <DefineConstants >DEBUG;TRACE</DefineConstants >
27+ <ErrorReport >prompt</ErrorReport >
28+ <WarningLevel >4</WarningLevel >
29+ </PropertyGroup >
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
31+ <DebugType >pdbonly</DebugType >
32+ <Optimize >true</Optimize >
33+ <OutputPath >bin\Release\</OutputPath >
34+ <DefineConstants >TRACE</DefineConstants >
35+ <ErrorReport >prompt</ErrorReport >
36+ <WarningLevel >4</WarningLevel >
37+ </PropertyGroup >
38+ <ItemGroup >
39+ <Reference Include =" Steam.Models, Version=1.0.0.52, Culture=neutral, processorArchitecture=MSIL" >
40+ <HintPath >..\packages\Steam.Models.1.0.0.52\lib\net46\Steam.Models.dll</HintPath >
41+ <Private >True</Private >
42+ </Reference >
43+ <Reference Include =" System" />
44+ <Reference Include =" System.Configuration" />
45+ </ItemGroup >
46+ <Choose >
47+ <When Condition =" ('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'" >
48+ <ItemGroup >
49+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
50+ </ItemGroup >
51+ </When >
52+ <Otherwise >
53+ <ItemGroup >
54+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
55+ </ItemGroup >
56+ </Otherwise >
57+ </Choose >
58+ <ItemGroup >
59+ <Compile Include =" PlayerServiceTests.cs" />
60+ <Compile Include =" Properties\AssemblyInfo.cs" />
61+ </ItemGroup >
62+ <ItemGroup >
63+ <ProjectReference Include =" ..\SteamWebAPI2\SteamWebAPI2.csproj" >
64+ <Project >{f5be3b4f-5f56-45cb-9eeb-2bc017ac8eb5}</Project >
65+ <Name >SteamWebAPI2</Name >
66+ </ProjectReference >
67+ </ItemGroup >
68+ <ItemGroup >
69+ <None Include =" App.config" />
70+ <None Include =" packages.config" />
71+ </ItemGroup >
72+ <Choose >
73+ <When Condition =" '$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'" >
74+ <ItemGroup >
75+ <Reference Include =" Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
76+ <Private >False</Private >
77+ </Reference >
78+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
79+ <Private >False</Private >
80+ </Reference >
81+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
82+ <Private >False</Private >
83+ </Reference >
84+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
85+ <Private >False</Private >
86+ </Reference >
87+ </ItemGroup >
88+ </When >
89+ </Choose >
90+ <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
91+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
92+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
93+ Other similar extension points exist, see Microsoft.Common.targets.
94+ <Target Name="BeforeBuild">
95+ </Target>
96+ <Target Name="AfterBuild">
97+ </Target>
98+ -->
99+ </Project >
0 commit comments