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\EntityFramework.6.3.0\build\EntityFramework.props" Condition =" Exists('..\..\packages\EntityFramework.6.3.0\build\EntityFramework.props')" />
4+ <Import Project =" ..\..\packages\NUnit.3.12.0\build\NUnit.props" Condition =" Exists('..\..\packages\NUnit.3.12.0\build\NUnit.props')" />
5+ <Import Project =" ..\..\packages\NUnit3TestAdapter.3.15.1\build\net35\NUnit3TestAdapter.props" Condition =" Exists('..\..\packages\NUnit3TestAdapter.3.15.1\build\net35\NUnit3TestAdapter.props')" />
6+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
7+ <PropertyGroup >
8+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
9+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
10+ <ProjectGuid >{CB2F1795-261A-4348-A595-D6100242B525}</ProjectGuid >
11+ <OutputType >Library</OutputType >
12+ <AppDesignerFolder >Properties</AppDesignerFolder >
13+ <RootNamespace >HodStudio.EntityFrameworkDiffLog.TestsDotNet45</RootNamespace >
14+ <AssemblyName >HodStudio.EntityFrameworkDiffLog.TestsDotNet45</AssemblyName >
15+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
16+ <FileAlignment >512</FileAlignment >
17+ <ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
18+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >15.0</VisualStudioVersion >
19+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
20+ <ReferencePath >$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath >
21+ <IsCodedUITest >False</IsCodedUITest >
22+ <TestProjectType >UnitTest</TestProjectType >
23+ <NuGetPackageImportStamp >
24+ </NuGetPackageImportStamp >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
27+ <DebugSymbols >true</DebugSymbols >
28+ <DebugType >full</DebugType >
29+ <Optimize >false</Optimize >
30+ <OutputPath >bin\Debug\</OutputPath >
31+ <DefineConstants >DEBUG;TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ </PropertyGroup >
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
36+ <DebugType >pdbonly</DebugType >
37+ <Optimize >true</Optimize >
38+ <OutputPath >bin\Release\</OutputPath >
39+ <DefineConstants >TRACE</DefineConstants >
40+ <ErrorReport >prompt</ErrorReport >
41+ <WarningLevel >4</WarningLevel >
42+ </PropertyGroup >
43+ <ItemGroup >
44+ <Reference Include =" EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
45+ <HintPath >..\..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.dll</HintPath >
46+ </Reference >
47+ <Reference Include =" EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
48+ <HintPath >..\..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.SqlServer.dll</HintPath >
49+ </Reference >
50+ <Reference Include =" Microsoft.CSharp" />
51+ <Reference Include =" Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
52+ <HintPath >..\..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath >
53+ </Reference >
54+ <Reference Include =" nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
55+ <HintPath >..\..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll</HintPath >
56+ </Reference >
57+ <Reference Include =" System" />
58+ <Reference Include =" System.ComponentModel.DataAnnotations" />
59+ <Reference Include =" System.Core" />
60+ <Reference Include =" System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
61+ <HintPath >..\..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath >
62+ </Reference >
63+ </ItemGroup >
64+ <ItemGroup >
65+ <Compile Include =" BaseTest.cs" />
66+ <Compile Include =" Data\AppDbContext.cs" />
67+ <Compile Include =" IdGeneratedByApp\DeleteOperationsTests.cs" />
68+ <Compile Include =" IdGeneratedByApp\IdGeneratedByAppBaseTests.cs" />
69+ <Compile Include =" IdGeneratedByApp\InsertOperationsTests.cs" />
70+ <Compile Include =" IdGeneratedByApp\UpdateOperationsTests.cs" />
71+ <Compile Include =" IdGeneratedByDatabase\DeleteOperationsTests.cs" />
72+ <Compile Include =" IdGeneratedByDatabase\IdGeneratedByDatabaseBaseTests.cs" />
73+ <Compile Include =" IdGeneratedByDatabase\InsertOperationsTests.cs" />
74+ <Compile Include =" IdGeneratedByDatabase\UpdateOperationsTests.cs" />
75+ <Compile Include =" Model\Department.cs" />
76+ <Compile Include =" Model\User.cs" />
77+ <Compile Include =" Properties\AssemblyInfo.cs" />
78+ </ItemGroup >
79+ <ItemGroup >
80+ <None Include =" App.Release.config" >
81+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
82+ </None >
83+ <None Include =" App.config" />
84+ <None Include =" packages.config" />
85+ </ItemGroup >
86+ <ItemGroup >
87+ <ProjectReference Include =" ..\HodStudio.EntityFrameworkDiffLog\HodStudio.EntityFrameworkDiffLog.csproj" >
88+ <Project >{0381c3d1-0fff-4e20-aa37-aacc364c2ac4}</Project >
89+ <Name >HodStudio.EntityFrameworkDiffLog</Name >
90+ </ProjectReference >
91+ </ItemGroup >
92+ <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
93+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
94+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
95+ <PropertyGroup >
96+ <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 >
97+ </PropertyGroup >
98+ <Error Condition =" !Exists('..\..\packages\NUnit3TestAdapter.3.15.1\build\net35\NUnit3TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\NUnit3TestAdapter.3.15.1\build\net35\NUnit3TestAdapter.props'))" />
99+ <Error Condition =" !Exists('..\..\packages\NUnit.3.12.0\build\NUnit.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\NUnit.3.12.0\build\NUnit.props'))" />
100+ <Error Condition =" !Exists('..\..\packages\EntityFramework.6.3.0\build\EntityFramework.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\EntityFramework.6.3.0\build\EntityFramework.props'))" />
101+ <Error Condition =" !Exists('..\..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\EntityFramework.6.3.0\build\EntityFramework.targets'))" />
102+ </Target >
103+ <Import Project =" ..\..\packages\EntityFramework.6.3.0\build\EntityFramework.targets" Condition =" Exists('..\..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" />
104+ </Project >
0 commit comments