mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-29 09:01:55 +03:00
gps location and publish improvements
This commit is contained in:
@@ -62,6 +62,17 @@
|
||||
<DeployToDatabase>False</DeployToDatabase>
|
||||
<OutputPath>.\sql\Tests\</OutputPath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'GPS_EMULATOR' ">
|
||||
<BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
|
||||
<TargetConnectionString />
|
||||
<TargetDatabase />
|
||||
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
||||
<SuppressWarnings />
|
||||
<DeploymentConfigFile>Properties\Database.sqldeployment</DeploymentConfigFile>
|
||||
<SqlCommandVariablesFile>Properties\Database.sqlcmdvars</SqlCommandVariablesFile>
|
||||
<DeployToDatabase>False</DeployToDatabase>
|
||||
<OutputPath>.\sql\GPS_EMULATOR\</OutputPath>
|
||||
</PropertyGroup>
|
||||
<!--Import the settings-->
|
||||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\TeamData\Microsoft.Data.Schema.SqlTasks.targets" />
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user