CopyCenterTests.csproj 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{F7DF5BBE-DD93-41C4-9030-1C1E7563C789}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CopyCenterTests</RootNamespace>
  12. <AssemblyName>CopyCenterTests</AssemblyName>
  13. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion>
  17. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  18. <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
  19. <IsCodedUITest>False</IsCodedUITest>
  20. <TestProjectType>UnitTest</TestProjectType>
  21. <NuGetPackageImportStamp>
  22. </NuGetPackageImportStamp>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  43. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  44. </Reference>
  45. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  46. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  49. <HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  52. <HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
  53. </Reference>
  54. <Reference Include="PresentationCore" />
  55. <Reference Include="PresentationFramework" />
  56. <Reference Include="System" />
  57. <Reference Include="System.ComponentModel.DataAnnotations" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Runtime.Serialization" />
  61. <Reference Include="System.Security" />
  62. <Reference Include="System.Xml" />
  63. <Reference Include="WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  64. <HintPath>..\packages\WindowsBase.4.6.1055.0\lib\WindowsBase.dll</HintPath>
  65. </Reference>
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="Card.cs">
  69. <DependentUpon>Model1.tt</DependentUpon>
  70. </Compile>
  71. <Compile Include="CategoryService.cs">
  72. <DependentUpon>Model1.tt</DependentUpon>
  73. </Compile>
  74. <Compile Include="Class1.cs" />
  75. <Compile Include="Client.cs">
  76. <DependentUpon>Model1.tt</DependentUpon>
  77. </Compile>
  78. <Compile Include="Discount.cs">
  79. <DependentUpon>Model1.tt</DependentUpon>
  80. </Compile>
  81. <Compile Include="Model1.Context.cs">
  82. <AutoGen>True</AutoGen>
  83. <DesignTime>True</DesignTime>
  84. <DependentUpon>Model1.Context.tt</DependentUpon>
  85. </Compile>
  86. <Compile Include="Model1.cs">
  87. <AutoGen>True</AutoGen>
  88. <DesignTime>True</DesignTime>
  89. <DependentUpon>Model1.tt</DependentUpon>
  90. </Compile>
  91. <Compile Include="Model1.Designer.cs">
  92. <AutoGen>True</AutoGen>
  93. <DesignTime>True</DesignTime>
  94. <DependentUpon>Model1.edmx</DependentUpon>
  95. </Compile>
  96. <Compile Include="Model2.Context.cs">
  97. <AutoGen>True</AutoGen>
  98. <DesignTime>True</DesignTime>
  99. <DependentUpon>Model2.Context.tt</DependentUpon>
  100. </Compile>
  101. <Compile Include="Model2.Designer.cs">
  102. <AutoGen>True</AutoGen>
  103. <DesignTime>True</DesignTime>
  104. <DependentUpon>Model2.edmx</DependentUpon>
  105. </Compile>
  106. <Compile Include="Order.cs">
  107. <DependentUpon>Model1.tt</DependentUpon>
  108. </Compile>
  109. <Compile Include="Payment.cs">
  110. <DependentUpon>Model1.tt</DependentUpon>
  111. </Compile>
  112. <Compile Include="Service.cs">
  113. <DependentUpon>Model1.tt</DependentUpon>
  114. </Compile>
  115. <Compile Include="UnitTest1.cs" />
  116. <Compile Include="Properties\AssemblyInfo.cs" />
  117. <Compile Include="User.cs">
  118. <DependentUpon>Model1.tt</DependentUpon>
  119. </Compile>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <EntityDeploy Include="Model2.edmx">
  123. <Generator>EntityModelCodeGenerator</Generator>
  124. <LastGenOutput>Model2.Designer.cs</LastGenOutput>
  125. </EntityDeploy>
  126. <None Include="App.Config" />
  127. <EntityDeploy Include="Model1.edmx">
  128. <Generator>EntityModelCodeGenerator</Generator>
  129. <LastGenOutput>Model1.Designer.cs</LastGenOutput>
  130. </EntityDeploy>
  131. <None Include="Model1.edmx.diagram">
  132. <DependentUpon>Model1.edmx</DependentUpon>
  133. </None>
  134. <None Include="Model2.edmx.diagram">
  135. <DependentUpon>Model2.edmx</DependentUpon>
  136. </None>
  137. <None Include="packages.config" />
  138. </ItemGroup>
  139. <ItemGroup>
  140. <ProjectReference Include="..\CopyCenter\CopyCenter.csproj">
  141. <Project>{04616998-307a-4a63-8664-563d90797c95}</Project>
  142. <Name>CopyCenter</Name>
  143. </ProjectReference>
  144. </ItemGroup>
  145. <ItemGroup>
  146. <Content Include="Model1.Context.tt">
  147. <Generator>TextTemplatingFileGenerator</Generator>
  148. <LastGenOutput>Model1.Context.cs</LastGenOutput>
  149. <DependentUpon>Model1.edmx</DependentUpon>
  150. </Content>
  151. <Content Include="Model1.tt">
  152. <Generator>TextTemplatingFileGenerator</Generator>
  153. <DependentUpon>Model1.edmx</DependentUpon>
  154. <LastGenOutput>Model1.cs</LastGenOutput>
  155. </Content>
  156. <Content Include="Model2.Context.tt">
  157. <Generator>TextTemplatingFileGenerator</Generator>
  158. <LastGenOutput>Model2.Context.cs</LastGenOutput>
  159. </Content>
  160. </ItemGroup>
  161. <ItemGroup>
  162. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  163. </ItemGroup>
  164. <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
  165. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  166. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  167. <PropertyGroup>
  168. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  169. </PropertyGroup>
  170. <Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props'))" />
  171. <Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets'))" />
  172. </Target>
  173. <Import Project="..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" />
  174. </Project>