100 lines
4.9 KiB
XML
100 lines
4.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<Name>Shogi.Database</Name>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectVersion>4.1</ProjectVersion>
|
|
<ProjectGuid>{9b115b71-088f-41ef-858f-c7b155271a9f}</ProjectGuid>
|
|
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql150DatabaseSchemaProvider</DSP>
|
|
<OutputType>Database</OutputType>
|
|
<RootPath>
|
|
</RootPath>
|
|
<RootNamespace>Shogi.Database</RootNamespace>
|
|
<AssemblyName>Shogi.Database</AssemblyName>
|
|
<ModelCollation>1033, CI</ModelCollation>
|
|
<DefaultFileStructure>BySchemaAndSchemaType</DefaultFileStructure>
|
|
<DeployToDatabase>True</DeployToDatabase>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<TargetLanguage>CS</TargetLanguage>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<SqlServerVerification>False</SqlServerVerification>
|
|
<IncludeCompositeObjects>True</IncludeCompositeObjects>
|
|
<TargetDatabaseSet>True</TargetDatabaseSet>
|
|
<DefaultSchema>session</DefaultSchema>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<DefineDebug>false</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
|
|
<!-- Default to the v11.0 targets path if the targets file for the current VS version is not found -->
|
|
<SSDTExists Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets')">True</SSDTExists>
|
|
<VisualStudioVersion Condition="'$(SSDTExists)' == ''">11.0</VisualStudioVersion>
|
|
</PropertyGroup>
|
|
<Import Condition="'$(SQLDBExtensionsRefPath)' != ''" Project="$(SQLDBExtensionsRefPath)\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
|
|
<Import Condition="'$(SQLDBExtensionsRefPath)' == ''" Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
|
|
<ItemGroup>
|
|
<Folder Include="Properties" />
|
|
<Folder Include="Session" />
|
|
<Folder Include="User" />
|
|
<Folder Include="Session\Tables" />
|
|
<Folder Include="Session\Stored Procedures" />
|
|
<Folder Include="User\Tables" />
|
|
<Folder Include="Session\Types" />
|
|
<Folder Include="User\Types" />
|
|
<Folder Include="User\StoredProcedures" />
|
|
<Folder Include="Post Deployment" />
|
|
<Folder Include="Post Deployment\Scripts" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Build Include="Session\session.sql" />
|
|
<Build Include="User\user.sql" />
|
|
<Build Include="Session\Tables\Session.sql" />
|
|
<Build Include="Session\Stored Procedures\CreateSession.sql" />
|
|
<Build Include="User\Tables\User.sql" />
|
|
<Build Include="Session\Types\SessionName.sql" />
|
|
<Build Include="User\Types\UserName.sql" />
|
|
<Build Include="User\StoredProcedures\CreateUser.sql" />
|
|
<Build Include="Session\Stored Procedures\ReadSessionPlayerCount.sql" />
|
|
<Build Include="User\StoredProcedures\ReadUser.sql" />
|
|
<Build Include="User\Tables\LoginPlatform.sql" />
|
|
<None Include="Post Deployment\Scripts\PopulateLoginPlatforms.sql" />
|
|
<Build Include="Session\Stored Procedures\SetPlayer2.sql" />
|
|
<Build Include="Session\Stored Procedures\ReadSession.sql" />
|
|
<Build Include="Session\Tables\Move.sql" />
|
|
<Build Include="Session\Tables\Piece.sql" />
|
|
<Build Include="Session\Stored Procedures\DeleteSession.sql" />
|
|
<Build Include="Session\Stored Procedures\CreateMove.sql" />
|
|
<Build Include="Session\Stored Procedures\ReadUsersBySession.sql" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PostDeploy Include="Post Deployment\Script.PostDeployment.sql" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Post Deployment\Scripts\PopulatePieces.sql" />
|
|
<None Include="Post Deployment\Scripts\EnableSnapshotIsolationLevel.sql" />
|
|
<None Include="FirstTimeSetup.sql" />
|
|
</ItemGroup>
|
|
</Project> |