mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-22 09:01:43 +03:00
41 lines
1.9 KiB
XML
41 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<TargetDatabase>MyFriendsAround.DB</TargetDatabase>
|
|
<DeployToDatabase>False</DeployToDatabase>
|
|
<DeployToScript>True</DeployToScript>
|
|
<SourceModel>MyFriendsAround.DB.dbschema</SourceModel>
|
|
<DeployScriptFileName>MyFriendsAround.DB.sql</DeployScriptFileName>
|
|
<DeploymentConfigurationFile>MyFriendsAround.DB_Database.sqldeployment</DeploymentConfigurationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SqlCommandVariablesFile>MyFriendsAround.DB_Database.sqlcmdvars</SqlCommandVariablesFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<DeploymentExtensionConfiguration Include="MyFriendsAround.DB_Script.PostDeployment.sql">
|
|
<__PostdeploymentMetadata>
|
|
</__PostdeploymentMetadata>
|
|
</DeploymentExtensionConfiguration>
|
|
<DeploymentExtensionConfiguration Include="MyFriendsAround.DB_Script.PreDeployment.sql">
|
|
<__PredeploymentMetadata>
|
|
</__PredeploymentMetadata>
|
|
</DeploymentExtensionConfiguration>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<DeploymentExtension Include="Microsoft.Data.Schema.Sql.Build.SqlPlanOrderModifier">
|
|
<Assembly>Microsoft.Data.Schema.Sql</Assembly>
|
|
<Version>10.0.0.0</Version>
|
|
<Token>sD9ffxHVCjo=</Token>
|
|
</DeploymentExtension>
|
|
<DeploymentExtension Include="Microsoft.Data.Schema.Sql.Build.SqlPrePostDeploymentModifier">
|
|
<Assembly>Microsoft.Data.Schema.Sql</Assembly>
|
|
<Version>10.0.0.0</Version>
|
|
<Token>sD9ffxHVCjo=</Token>
|
|
</DeploymentExtension>
|
|
<DeploymentExtension Include="Microsoft.Data.Schema.Sql.Refactoring.SqlRefactoringDeploymentContributor">
|
|
<Assembly>Microsoft.Data.Schema.Sql</Assembly>
|
|
<Version>10.0.0.0</Version>
|
|
<Token>sD9ffxHVCjo=</Token>
|
|
</DeploymentExtension>
|
|
</ItemGroup>
|
|
</Project> |