1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4.0" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <Name >DataAbstractions.Dapper.TestDb</Name >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectVersion >4.1</ProjectVersion >
9+ <ProjectGuid >{fcd154a2-591e-4706-851f-7e5a248e3902}</ProjectGuid >
10+ <DSP >Microsoft.Data.Tools.Schema.Sql.Sql130DatabaseSchemaProvider</DSP >
11+ <OutputType >Database</OutputType >
12+ <RootPath >
13+ </RootPath >
14+ <RootNamespace >DataAbstractions.Dapper.TestDb</RootNamespace >
15+ <AssemblyName >DataAbstractions.Dapper.TestDb</AssemblyName >
16+ <ModelCollation >1033, CI</ModelCollation >
17+ <DefaultFileStructure >BySchemaAndSchemaType</DefaultFileStructure >
18+ <DeployToDatabase >True</DeployToDatabase >
19+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
20+ <TargetLanguage >CS</TargetLanguage >
21+ <AppDesignerFolder >Properties</AppDesignerFolder >
22+ <SqlServerVerification >False</SqlServerVerification >
23+ <IncludeCompositeObjects >True</IncludeCompositeObjects >
24+ <TargetDatabaseSet >True</TargetDatabaseSet >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <OutputPath >bin\Release\</OutputPath >
28+ <BuildScriptName >$(MSBuildProjectName).sql</BuildScriptName >
29+ <TreatWarningsAsErrors >False</TreatWarningsAsErrors >
30+ <DebugType >pdbonly</DebugType >
31+ <Optimize >true</Optimize >
32+ <DefineDebug >false</DefineDebug >
33+ <DefineTrace >true</DefineTrace >
34+ <ErrorReport >prompt</ErrorReport >
35+ <WarningLevel >4</WarningLevel >
36+ </PropertyGroup >
37+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
38+ <OutputPath >bin\Debug\</OutputPath >
39+ <BuildScriptName >$(MSBuildProjectName).sql</BuildScriptName >
40+ <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
41+ <DebugSymbols >true</DebugSymbols >
42+ <DebugType >full</DebugType >
43+ <Optimize >false</Optimize >
44+ <DefineDebug >true</DefineDebug >
45+ <DefineTrace >true</DefineTrace >
46+ <ErrorReport >prompt</ErrorReport >
47+ <WarningLevel >4</WarningLevel >
48+ </PropertyGroup >
49+ <PropertyGroup >
50+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >11.0</VisualStudioVersion >
51+ <!-- Default to the v11.0 targets path if the targets file for the current VS version is not found -->
52+ <SSDTExists Condition =" Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets')" >True</SSDTExists >
53+ <VisualStudioVersion Condition =" '$(SSDTExists)' == ''" >11.0</VisualStudioVersion >
54+ </PropertyGroup >
55+ <Import Condition =" '$(SQLDBExtensionsRefPath)' != ''" Project =" $(SQLDBExtensionsRefPath)\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
56+ <Import Condition =" '$(SQLDBExtensionsRefPath)' == ''" Project =" $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
57+ <ItemGroup >
58+ <Folder Include =" Properties" />
59+ <Folder Include =" Tables" />
60+ </ItemGroup >
61+ <ItemGroup >
62+ <Build Include =" Tables\Company.sql" />
63+ <Build Include =" Tables\Employee.sql" />
64+ <Build Include =" Tables\Department.sql" />
65+ </ItemGroup >
66+ <ItemGroup >
67+ <PostDeploy Include =" SeedScript.PostDeployment.sql" />
68+ </ItemGroup >
69+ <ItemGroup >
70+ <None Include =" DataAbstractions.Dapper.TestDb.publish.xml" />
71+ </ItemGroup >
72+ </Project >
0 commit comments