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 >{EFDBC82A-7751-4192-BCCB-EBADCD27A454}</ProjectGuid >
7
+ <OutputType >Library</OutputType >
8
+ <AppDesignerFolder >Properties</AppDesignerFolder >
9
+ <RootNamespace >Actias.SQLite.Tests</RootNamespace >
10
+ <AssemblyName >Actias.SQLite.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
+ <NuGetPackageImportStamp >cb80cc9a</NuGetPackageImportStamp >
22
+ </PropertyGroup >
23
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
24
+ <DebugSymbols >true</DebugSymbols >
25
+ <DebugType >full</DebugType >
26
+ <Optimize >false</Optimize >
27
+ <OutputPath >bin\Debug\</OutputPath >
28
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
29
+ <ErrorReport >prompt</ErrorReport >
30
+ <WarningLevel >4</WarningLevel >
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
+ <ItemGroup >
41
+ <Reference Include =" EntityFramework" >
42
+ <HintPath >..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath >
43
+ </Reference >
44
+ <Reference Include =" EntityFramework.SqlServer" >
45
+ <HintPath >..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath >
46
+ </Reference >
47
+ <Reference Include =" System" />
48
+ <Reference Include =" System.ComponentModel.DataAnnotations" />
49
+ <Reference Include =" System.Data.SQLite" >
50
+ <HintPath >..\packages\System.Data.SQLite.Core.1.0.97.0\lib\net451\System.Data.SQLite.dll</HintPath >
51
+ </Reference >
52
+ <Reference Include =" System.Data.SQLite.EF6" >
53
+ <HintPath >..\packages\System.Data.SQLite.EF6.1.0.97.0\lib\net451\System.Data.SQLite.EF6.dll</HintPath >
54
+ </Reference >
55
+ <Reference Include =" System.Data.SQLite.Linq" >
56
+ <HintPath >..\packages\System.Data.SQLite.Linq.1.0.97.0\lib\net451\System.Data.SQLite.Linq.dll</HintPath >
57
+ </Reference >
58
+ </ItemGroup >
59
+ <Choose >
60
+ <When Condition =" ('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'" >
61
+ <ItemGroup >
62
+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
63
+ </ItemGroup >
64
+ </When >
65
+ <Otherwise >
66
+ <ItemGroup >
67
+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
68
+ </ItemGroup >
69
+ </Otherwise >
70
+ </Choose >
71
+ <ItemGroup >
72
+ <Compile Include =" Data\Group.cs" />
73
+ <Compile Include =" Data\MockContext.cs" />
74
+ <Compile Include =" Data\MockInitializer.cs" />
75
+ <Compile Include =" Data\User.cs" />
76
+ <Compile Include =" Data\UserGroup.cs" />
77
+ <Compile Include =" Properties\AssemblyInfo.cs" />
78
+ <Compile Include =" SqliteInitializerTests.cs" />
79
+ </ItemGroup >
80
+ <ItemGroup >
81
+ <None Include =" App.config" />
82
+ <None Include =" packages.config" />
83
+ </ItemGroup >
84
+ <ItemGroup >
85
+ <ProjectReference Include =" ..\Actias.SQLite\Actias.SQLite.csproj" >
86
+ <Project >{95ff0f64-8eca-49db-b939-77a312190754}</Project >
87
+ <Name >Actias.SQLite</Name >
88
+ </ProjectReference >
89
+ </ItemGroup >
90
+ <Choose >
91
+ <When Condition =" '$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'" >
92
+ <ItemGroup >
93
+ <Reference Include =" Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
94
+ <Private >False</Private >
95
+ </Reference >
96
+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
97
+ <Private >False</Private >
98
+ </Reference >
99
+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
100
+ <Private >False</Private >
101
+ </Reference >
102
+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
103
+ <Private >False</Private >
104
+ </Reference >
105
+ </ItemGroup >
106
+ </When >
107
+ </Choose >
108
+ <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
109
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
110
+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
111
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
112
+ <PropertyGroup >
113
+ <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 >
114
+ </PropertyGroup >
115
+ <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
116
+ <Error Condition =" !Exists('..\packages\System.Data.SQLite.Core.1.0.97.0\build\net451\System.Data.SQLite.Core.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.97.0\build\net451\System.Data.SQLite.Core.targets'))" />
117
+ </Target >
118
+ <Import Project =" ..\packages\System.Data.SQLite.Core.1.0.97.0\build\net451\System.Data.SQLite.Core.targets" Condition =" Exists('..\packages\System.Data.SQLite.Core.1.0.97.0\build\net451\System.Data.SQLite.Core.targets')" />
119
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
120
+ Other similar extension points exist, see Microsoft.Common.targets.
121
+ <Target Name="BeforeBuild">
122
+ </Target>
123
+ <Target Name="AfterBuild">
124
+ </Target>
125
+ -->
126
+ </Project >
0 commit comments