1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.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 >{CBFB510B-ABDF-49C4-B7A2-4A6C550CAEEB}</ProjectGuid >
7
+ <OutputType >Library</OutputType >
8
+ <AppDesignerFolder >Properties</AppDesignerFolder >
9
+ <RootNamespace >SignalRChatClient.Data.Tests</RootNamespace >
10
+ <AssemblyName >SignalRChatClient.Data.Tests</AssemblyName >
11
+ <TargetFrameworkVersion >v4.5.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
+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
20
+ <RestorePackages >true</RestorePackages >
21
+ </PropertyGroup >
22
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
23
+ <DebugSymbols >true</DebugSymbols >
24
+ <DebugType >full</DebugType >
25
+ <Optimize >false</Optimize >
26
+ <OutputPath >bin\Debug\</OutputPath >
27
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
28
+ <ErrorReport >prompt</ErrorReport >
29
+ <WarningLevel >4</WarningLevel >
30
+ </PropertyGroup >
31
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
32
+ <DebugType >pdbonly</DebugType >
33
+ <Optimize >true</Optimize >
34
+ <OutputPath >bin\Release\</OutputPath >
35
+ <DefineConstants >TRACE</DefineConstants >
36
+ <ErrorReport >prompt</ErrorReport >
37
+ <WarningLevel >4</WarningLevel >
38
+ </PropertyGroup >
39
+ <ItemGroup >
40
+ <Reference Include =" EntityFramework" >
41
+ <HintPath >..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.dll</HintPath >
42
+ </Reference >
43
+ <Reference Include =" EntityFramework.SqlServer" >
44
+ <HintPath >..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll</HintPath >
45
+ </Reference >
46
+ <Reference Include =" System" />
47
+ <Reference Include =" System.ComponentModel.DataAnnotations" />
48
+ </ItemGroup >
49
+ <Choose >
50
+ <When Condition =" ('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'" >
51
+ <ItemGroup >
52
+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
53
+ </ItemGroup >
54
+ </When >
55
+ <Otherwise >
56
+ <ItemGroup >
57
+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
58
+ </ItemGroup >
59
+ </Otherwise >
60
+ </Choose >
61
+ <ItemGroup >
62
+ <Compile Include =" ChatClientTestContext.cs" />
63
+ <Compile Include =" RepositoryTester.cs" />
64
+ <Compile Include =" Properties\AssemblyInfo.cs" />
65
+ </ItemGroup >
66
+ <ItemGroup >
67
+ <ProjectReference Include =" ..\src\SignalRChatClient.Data\SignalRChatClient.Data.csproj" >
68
+ <Project >{89d95519-a1b2-4a8b-9df6-4022f8aa0660}</Project >
69
+ <Name >SignalRChatClient.Data</Name >
70
+ </ProjectReference >
71
+ <ProjectReference Include =" ..\src\SignalRChatClient.Domain\SignalRChatClient.Domain.csproj" >
72
+ <Project >{2c4222c0-0853-491d-a0d2-25212fd4da3b}</Project >
73
+ <Name >SignalRChatClient.Domain</Name >
74
+ </ProjectReference >
75
+ </ItemGroup >
76
+ <ItemGroup >
77
+ <None Include =" App.config" />
78
+ <None Include =" packages.config" />
79
+ </ItemGroup >
80
+ <Choose >
81
+ <When Condition =" '$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'" >
82
+ <ItemGroup >
83
+ <Reference Include =" Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
84
+ <Private >False</Private >
85
+ </Reference >
86
+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
87
+ <Private >False</Private >
88
+ </Reference >
89
+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
90
+ <Private >False</Private >
91
+ </Reference >
92
+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
93
+ <Private >False</Private >
94
+ </Reference >
95
+ </ItemGroup >
96
+ </When >
97
+ </Choose >
98
+ <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
99
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
100
+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
101
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
102
+ <PropertyGroup >
103
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
104
+ </PropertyGroup >
105
+ <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
106
+ </Target >
107
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
108
+ Other similar extension points exist, see Microsoft.Common.targets.
109
+ <Target Name="BeforeBuild">
110
+ </Target>
111
+ <Target Name="AfterBuild">
112
+ </Target>
113
+ -->
114
+ </Project >
0 commit comments