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 >{B5995A75-CB46-408E-85E4-20EFD1952CF0}</ProjectGuid >
7+ <OutputType >Library</OutputType >
8+ <AppDesignerFolder >Properties</AppDesignerFolder >
9+ <RootNamespace >SecureAuth.Sdk.UnitTests</RootNamespace >
10+ <AssemblyName >SecureAuth.Sdk.UnitTests</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 =" System" />
39+ <Reference Include =" System.configuration" />
40+ </ItemGroup >
41+ <Choose >
42+ <When Condition =" ('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'" >
43+ <ItemGroup >
44+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
45+ </ItemGroup >
46+ </When >
47+ <Otherwise >
48+ <ItemGroup >
49+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework" >
50+ <Private >False</Private >
51+ </Reference >
52+ </ItemGroup >
53+ </Otherwise >
54+ </Choose >
55+ <ItemGroup >
56+ <Compile Include =" Constants.cs" />
57+ <Compile Include =" Properties\AssemblyInfo.cs" />
58+ <Compile Include =" AuthenticationServiceTests.cs" />
59+ <Compile Include =" UserServiceTests.cs" />
60+ </ItemGroup >
61+ <ItemGroup >
62+ <ProjectReference Include =" ..\SecureAuth.Sdk\SecureAuth.Sdk.csproj" >
63+ <Project >{2d72d9f4-321f-4720-bcf3-bb254c08cbb7}</Project >
64+ <Name >SecureAuth.Sdk</Name >
65+ </ProjectReference >
66+ </ItemGroup >
67+ <ItemGroup >
68+ <None Include =" App.config" />
69+ </ItemGroup >
70+ <Choose >
71+ <When Condition =" '$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'" >
72+ <ItemGroup >
73+ <Reference Include =" Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
74+ <Private >False</Private >
75+ </Reference >
76+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
77+ <Private >False</Private >
78+ </Reference >
79+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
80+ <Private >False</Private >
81+ </Reference >
82+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
83+ <Private >False</Private >
84+ </Reference >
85+ </ItemGroup >
86+ </When >
87+ </Choose >
88+ <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
89+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
90+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
91+ Other similar extension points exist, see Microsoft.Common.targets.
92+ <Target Name="BeforeBuild">
93+ </Target>
94+ <Target Name="AfterBuild">
95+ </Target>
96+ -->
97+ </Project >
0 commit comments