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 >{C291ECD4-FD4E-43C2-A6BE-BAB5B7BA8E6E}</ProjectGuid >
7+ <OutputType >Library</OutputType >
8+ <AppDesignerFolder >Properties</AppDesignerFolder >
9+ <RootNamespace >Breeze.Sharp.Tests</RootNamespace >
10+ <AssemblyName >Breeze.Sharp.Tests</AssemblyName >
11+ <TargetFrameworkVersion >v4.5</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 >TRACE;DEBUG;NOT_NHIBERNATE</DefineConstants >
28+ <ErrorReport >prompt</ErrorReport >
29+ <WarningLevel >4</WarningLevel >
30+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
31+ </PropertyGroup >
32+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
33+ <DebugType >pdbonly</DebugType >
34+ <Optimize >true</Optimize >
35+ <OutputPath >bin\Release\</OutputPath >
36+ <DefineConstants >TRACE</DefineConstants >
37+ <ErrorReport >prompt</ErrorReport >
38+ <WarningLevel >4</WarningLevel >
39+ </PropertyGroup >
40+ <PropertyGroup >
41+ <StartupObject />
42+ </PropertyGroup >
43+ <ItemGroup >
44+ <Reference Include =" Microsoft.Data.Edm, Version=5.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
45+ <HintPath >..\..\..\packages\Microsoft.Data.Edm.5.6.3\lib\net40\Microsoft.Data.Edm.dll</HintPath >
46+ </Reference >
47+ <Reference Include =" Microsoft.Data.OData, Version=5.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
48+ <HintPath >..\..\..\packages\Microsoft.Data.OData.5.6.3\lib\net40\Microsoft.Data.OData.dll</HintPath >
49+ </Reference >
50+ <Reference Include =" Microsoft.Data.Services.Client, Version=5.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
51+ <HintPath >..\..\..\packages\Microsoft.Data.Services.Client.5.6.3\lib\net40\Microsoft.Data.Services.Client.dll</HintPath >
52+ </Reference >
53+ <Reference Include =" Newtonsoft.Json" >
54+ <HintPath >..\..\..\packages\Newtonsoft.Json.6.0.5\lib\net45\Newtonsoft.Json.dll</HintPath >
55+ </Reference >
56+ <Reference Include =" System" />
57+ <Reference Include =" System.Net.Http" />
58+ <Reference Include =" System.Spatial, Version=5.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
59+ <HintPath >..\..\..\packages\System.Spatial.5.6.3\lib\net40\System.Spatial.dll</HintPath >
60+ </Reference >
61+ <Reference Include =" WindowsBase" />
62+ </ItemGroup >
63+ <Choose >
64+ <When Condition =" ('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'" >
65+ <ItemGroup >
66+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
67+ </ItemGroup >
68+ </When >
69+ <Otherwise >
70+ <ItemGroup >
71+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
72+ </ItemGroup >
73+ </Otherwise >
74+ </Choose >
75+ <ItemGroup >
76+ <Compile Include =" MetadataTests.cs" />
77+ <Compile Include =" PartialMetadataTests.cs" />
78+ <Compile Include =" PredicateQueryTests.cs" />
79+ <Compile Include =" StandaloneTests.cs" />
80+ <Compile Include =" EdmundsTests.cs" />
81+ <Compile Include =" MetadataByHandTests.cs" />
82+ <Compile Include =" InheritanceBillingTests.cs" >
83+ <SubType >Code</SubType >
84+ </Compile >
85+ <Compile Include =" InheritanceProduceTests.cs" >
86+ <SubType >Code</SubType >
87+ </Compile >
88+ <Compile Include =" ValidationTests.cs" />
89+ <Compile Include =" EntityManagerTests.cs" />
90+ <Compile Include =" LocalQueryTests.cs" />
91+ <Compile Include =" SaveTests.cs" />
92+ <Compile Include =" NamedQueryTests.cs" />
93+ <Compile Include =" IEditableObjectTests.cs" />
94+ <Compile Include =" AttachTests.cs" />
95+ <Compile Include =" ExportImportTests.cs" />
96+ <Compile Include =" ComplexTypeTests.cs" />
97+ <Compile Include =" QueryTests.cs" />
98+ <Compile Include =" Properties\AssemblyInfo.cs" />
99+ <Compile Include =" TestFns.cs" />
100+ </ItemGroup >
101+ <ItemGroup >
102+ <None Include =" app.config" />
103+ <None Include =" packages.config" />
104+ </ItemGroup >
105+ <ItemGroup >
106+ <ProjectReference Include =" ..\..\..\Breeze.Sharp\Breeze.Sharp.csproj" >
107+ <Project >{54b1ce10-2847-4565-839a-26da3a51af38}</Project >
108+ <Name >Breeze.Sharp</Name >
109+ </ProjectReference >
110+ <ProjectReference Include =" ..\Model.CodeCamper\Model.CodeCamper.csproj" >
111+ <Project >{3115a147-39a3-4e8f-a8ba-265bb2571acc}</Project >
112+ <Name >Model.CodeCamper</Name >
113+ </ProjectReference >
114+ <ProjectReference Include =" ..\Model.Edmunds\Model.Edmunds.csproj" >
115+ <Project >{c365d56f-1bd4-4d6c-88ef-84f78de9243d}</Project >
116+ <Name >Model.Edmunds</Name >
117+ </ProjectReference >
118+ <ProjectReference Include =" ..\Model.Inheritance.Billing.Sharp\Model.Inheritance.Billing.Sharp.csproj" >
119+ <Project >{58b41cc6-8d34-40c4-9342-db55ae6cca02}</Project >
120+ <Name >Model.Inheritance.Billing.Sharp</Name >
121+ </ProjectReference >
122+ <ProjectReference Include =" ..\Model.Inheritance.Produce.Sharp\Model.Inheritance.Produce.Sharp.csproj" >
123+ <Project >{73c7f5c5-53ee-4f8c-af80-2fd74a9cf553}</Project >
124+ <Name >Model.Inheritance.Produce.Sharp</Name >
125+ </ProjectReference >
126+ <ProjectReference Include =" ..\Model.Northwind.Sharp\Model.Northwind.Sharp.csproj" >
127+ <Project >{e357f17b-6a21-4682-b7c8-3ebfebf862f3}</Project >
128+ <Name >Model.Northwind.Sharp</Name >
129+ </ProjectReference >
130+ </ItemGroup >
131+ <Choose >
132+ <When Condition =" '$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'" >
133+ <ItemGroup >
134+ <Reference Include =" Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
135+ <Private >False</Private >
136+ </Reference >
137+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
138+ <Private >False</Private >
139+ </Reference >
140+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
141+ <Private >False</Private >
142+ </Reference >
143+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
144+ <Private >False</Private >
145+ </Reference >
146+ </ItemGroup >
147+ </When >
148+ </Choose >
149+ <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
150+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
151+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
152+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
153+ Other similar extension points exist, see Microsoft.Common.targets.
154+ <Target Name="BeforeBuild">
155+ </Target>
156+ <Target Name="AfterBuild">
157+ </Target>
158+ -->
159+ </Project >
0 commit comments