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 >{420029C3-557E-42DA-965B-4E4AD3D97E9C}</ProjectGuid >
7
+ <OutputType >Library</OutputType >
8
+ <AppDesignerFolder >Properties</AppDesignerFolder >
9
+ <RootNamespace >Guncho.Api.Tests</RootNamespace >
10
+ <AssemblyName >Guncho.Api.Tests</AssemblyName >
11
+ <TargetFrameworkVersion >v4.5.2</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
+ </PropertyGroup >
20
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21
+ <DebugSymbols >true</DebugSymbols >
22
+ <DebugType >full</DebugType >
23
+ <Optimize >false</Optimize >
24
+ <OutputPath >bin\Debug\</OutputPath >
25
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
26
+ <ErrorReport >prompt</ErrorReport >
27
+ <WarningLevel >4</WarningLevel >
28
+ </PropertyGroup >
29
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30
+ <DebugType >pdbonly</DebugType >
31
+ <Optimize >true</Optimize >
32
+ <OutputPath >bin\Release\</OutputPath >
33
+ <DefineConstants >TRACE</DefineConstants >
34
+ <ErrorReport >prompt</ErrorReport >
35
+ <WarningLevel >4</WarningLevel >
36
+ </PropertyGroup >
37
+ <ItemGroup >
38
+ <Reference Include =" Microsoft.Owin, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
39
+ <HintPath >..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll</HintPath >
40
+ <Private >True</Private >
41
+ </Reference >
42
+ <Reference Include =" Microsoft.Owin.Hosting, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
43
+ <HintPath >..\packages\Microsoft.Owin.Hosting.3.0.1\lib\net45\Microsoft.Owin.Hosting.dll</HintPath >
44
+ <Private >True</Private >
45
+ </Reference >
46
+ <Reference Include =" Microsoft.Owin.Testing, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
47
+ <HintPath >..\packages\Microsoft.Owin.Testing.3.0.1\lib\net45\Microsoft.Owin.Testing.dll</HintPath >
48
+ <Private >True</Private >
49
+ </Reference >
50
+ <Reference Include =" MyTested.WebApi, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL" >
51
+ <HintPath >..\packages\MyTested.WebApi.1.2.1\lib\net45\MyTested.WebApi.dll</HintPath >
52
+ <Private >True</Private >
53
+ </Reference >
54
+ <Reference Include =" Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
55
+ <HintPath >..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath >
56
+ <Private >True</Private >
57
+ </Reference >
58
+ <Reference Include =" Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL" >
59
+ <HintPath >..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath >
60
+ <Private >True</Private >
61
+ </Reference >
62
+ <Reference Include =" System" />
63
+ <Reference Include =" System.IdentityModel" />
64
+ <Reference Include =" System.Net.Http" />
65
+ <Reference Include =" System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
66
+ <HintPath >..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath >
67
+ <Private >True</Private >
68
+ </Reference >
69
+ <Reference Include =" System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
70
+ <HintPath >..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath >
71
+ <Private >True</Private >
72
+ </Reference >
73
+ <Reference Include =" System.Web.Http.Owin, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
74
+ <HintPath >..\packages\Microsoft.AspNet.WebApi.Owin.5.2.3\lib\net45\System.Web.Http.Owin.dll</HintPath >
75
+ <Private >True</Private >
76
+ </Reference >
77
+ <Reference Include =" Thinktecture.IdentityModel.Core, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL" >
78
+ <HintPath >..\packages\Thinktecture.IdentityModel.Core.1.2.0\lib\net45\Thinktecture.IdentityModel.Core.dll</HintPath >
79
+ <Private >True</Private >
80
+ </Reference >
81
+ <Reference Include =" Thinktecture.IdentityModel.Owin.ResourceAuthorization, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
82
+ <HintPath >..\packages\Thinktecture.IdentityModel.Owin.ResourceAuthorization.1.0.1\lib\net45\Thinktecture.IdentityModel.Owin.ResourceAuthorization.dll</HintPath >
83
+ <Private >True</Private >
84
+ </Reference >
85
+ <Reference Include =" Thinktecture.IdentityModel.Owin.ResourceAuthorization.WebApi, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
86
+ <HintPath >..\packages\Thinktecture.IdentityModel.Owin.ResourceAuthorization.WebApi.3.0.0\lib\net45\Thinktecture.IdentityModel.Owin.ResourceAuthorization.WebApi.dll</HintPath >
87
+ <Private >True</Private >
88
+ </Reference >
89
+ </ItemGroup >
90
+ <Choose >
91
+ <When Condition =" ('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'" >
92
+ <ItemGroup >
93
+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
94
+ </ItemGroup >
95
+ </When >
96
+ <Otherwise >
97
+ <ItemGroup >
98
+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
99
+ </ItemGroup >
100
+ </Otherwise >
101
+ </Choose >
102
+ <ItemGroup >
103
+ <Compile Include =" FakePlayersService.cs" />
104
+ <Compile Include =" FakeRealmsService.cs" />
105
+ <Compile Include =" MyWebApiExtensions.cs" />
106
+ <Compile Include =" ProfilesTests.cs" />
107
+ <Compile Include =" Properties\AssemblyInfo.cs" />
108
+ <Compile Include =" TestRig.cs" />
109
+ </ItemGroup >
110
+ <ItemGroup >
111
+ <ProjectReference Include =" ..\Guncho.Core\Guncho.Core.csproj" >
112
+ <Project >{358595ad-6d80-4bc2-90da-6390cafbe0aa}</Project >
113
+ <Name >Guncho.Core</Name >
114
+ </ProjectReference >
115
+ </ItemGroup >
116
+ <ItemGroup >
117
+ <None Include =" app.config" />
118
+ <None Include =" packages.config" />
119
+ </ItemGroup >
120
+ <Choose >
121
+ <When Condition =" '$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'" >
122
+ <ItemGroup >
123
+ <Reference Include =" Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
124
+ <Private >False</Private >
125
+ </Reference >
126
+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
127
+ <Private >False</Private >
128
+ </Reference >
129
+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
130
+ <Private >False</Private >
131
+ </Reference >
132
+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
133
+ <Private >False</Private >
134
+ </Reference >
135
+ </ItemGroup >
136
+ </When >
137
+ </Choose >
138
+ <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
139
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
140
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
141
+ Other similar extension points exist, see Microsoft.Common.targets.
142
+ <Target Name="BeforeBuild">
143
+ </Target>
144
+ <Target Name="AfterBuild">
145
+ </Target>
146
+ -->
147
+ </Project >
0 commit comments