mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
tests.
This commit is contained in:
parent
420de74d54
commit
10266912af
1 changed files with 12 additions and 0 deletions
|
@ -35,6 +35,18 @@
|
||||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
|
<PublishDatabaseSettings>
|
||||||
|
<Objects>
|
||||||
|
<ObjectGroup Name="DefaultConnection-Deployment" Order="1">
|
||||||
|
<Destination Path="Server=tcp:shiftos-romeo.database.windows.net,1433%3bInitial Catalog=project-unite%3bPersist Security Info=False%3bUser ID=michaeltheshifter%3bPassword=Druuyi6s%24%3bMultipleActiveResultSets=False%3bEncrypt=True%3bTrustServerCertificate=False%3bConnection Timeout=30%3b" />
|
||||||
|
<Object Type="DbFullSql">
|
||||||
|
<PreSource Path="Data Source=%28LocalDb%29\MSSQLLocalDB%3bAttachDbFilename=|DataDirectory|\aspnet-Project-Unite-20170315114859.mdf%3bInitial Catalog=aspnet-Project-Unite-20170315114859%3bIntegrated Security=True" ScriptSchema="True" ScriptData="False" CopyAllFullTextCatalogs="False" DriDefaults="True" />
|
||||||
|
<Source Path="obj\Debug\AutoScripts\DefaultConnection-Deployment_SchemaOnly.sql" Transacted="True" />
|
||||||
|
</Object>
|
||||||
|
</ObjectGroup>
|
||||||
|
</Objects>
|
||||||
|
</PublishDatabaseSettings>
|
||||||
|
<IncludeIisSettings>false</IncludeIisSettings>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
<DebugType>pdbonly</DebugType>
|
<DebugType>pdbonly</DebugType>
|
||||||
|
|
Loading…
Reference in a new issue