1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4.0" >
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" >
3+ <Sdk Name =" Microsoft.Build.Sql" Version =" 1.0.0" />
34 <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <Name >Tracker.Database</Name >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectVersion >4.1</ProjectVersion >
5+ <Name >Tracker</Name >
96 <ProjectGuid >{0210d856-b45c-49d0-a208-1eb435cbb3f1}</ProjectGuid >
107 <DSP >Microsoft.Data.Tools.Schema.Sql.SqlAzureV12DatabaseSchemaProvider</DSP >
11- <OutputType >Database</OutputType >
12- <RootPath >
13- </RootPath >
14- <RootNamespace >Tracker.Database</RootNamespace >
15- <AssemblyName >Tracker.Database</AssemblyName >
168 <ModelCollation >1033, CI</ModelCollation >
17- <DefaultFileStructure >BySchemaAndSchemaType</DefaultFileStructure >
18- <DeployToDatabase >True</DeployToDatabase >
19- <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
20- <TargetLanguage >CS</TargetLanguage >
21- <AppDesignerFolder >Properties</AppDesignerFolder >
22- <SqlServerVerification >False</SqlServerVerification >
23- <IncludeCompositeObjects >True</IncludeCompositeObjects >
249 <TargetDatabaseSet >True</TargetDatabaseSet >
25- <DefaultSchema >dbo</DefaultSchema >
26- <AllowSnapshotIsolation >True</AllowSnapshotIsolation >
27- <IsChangeTrackingOn >True</IsChangeTrackingOn >
2810 </PropertyGroup >
29- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30- <OutputPath >bin\Release\</OutputPath >
31- <BuildScriptName >$(MSBuildProjectName).sql</BuildScriptName >
32- <TreatWarningsAsErrors >False</TreatWarningsAsErrors >
33- <DebugType >pdbonly</DebugType >
34- <Optimize >true</Optimize >
35- <DefineDebug >false</DefineDebug >
36- <DefineTrace >true</DefineTrace >
37- <ErrorReport >prompt</ErrorReport >
38- <WarningLevel >4</WarningLevel >
39- </PropertyGroup >
40- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
41- <OutputPath >bin\Debug\</OutputPath >
42- <BuildScriptName >$(MSBuildProjectName).sql</BuildScriptName >
43- <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
44- <DebugSymbols >true</DebugSymbols >
45- <DebugType >full</DebugType >
46- <Optimize >false</Optimize >
47- <DefineDebug >true</DefineDebug >
48- <DefineTrace >true</DefineTrace >
49- <ErrorReport >prompt</ErrorReport >
50- <WarningLevel >4</WarningLevel >
51- </PropertyGroup >
52- <PropertyGroup >
53- <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >11.0</VisualStudioVersion >
54- <!-- Default to the v11.0 targets path if the targets file for the current VS version is not found -->
55- <SSDTExists Condition =" Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets')" >True</SSDTExists >
56- <VisualStudioVersion Condition =" '$(SSDTExists)' == ''" >11.0</VisualStudioVersion >
57- </PropertyGroup >
58- <Import Condition =" '$(SQLDBExtensionsRefPath)' != ''" Project =" $(SQLDBExtensionsRefPath)\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
59- <Import Condition =" '$(SQLDBExtensionsRefPath)' == ''" Project =" $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
6011 <ItemGroup >
61- <Folder Include =" Properties" />
6212 <Folder Include =" Tables" />
6313 <Folder Include =" Seed" />
6414 </ItemGroup >
65- <ItemGroup >
66- <Build Include =" Tables\Priority.sql" />
67- <Build Include =" Tables\Status.sql" />
68- <Build Include =" Tables\Tenant.sql" />
69- <Build Include =" Tables\User.sql" />
70- <Build Include =" Tables\Task.sql" />
71- </ItemGroup >
7215 <ItemGroup >
7316 <None Include =" local.publish.xml" />
7417 <None Include =" Seed\Priority.sql" />
8023 <ItemGroup >
8124 <PostDeploy Include =" Script.PostDeployment.sql" />
8225 </ItemGroup >
83- </Project >
26+ </Project >
0 commit comments