diff options
| author | Michael <[email protected]> | 2017-03-20 20:26:01 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-20 20:26:01 -0400 |
| commit | 10266912af86684c49ddb17510bb11e337295895 (patch) | |
| tree | d58c70d34d8c23b6e0d631e327e44f73597ca573 | |
| parent | 420de74d5473275373dca06ac6312ff5cc83c6f3 (diff) | |
| download | project-unite-10266912af86684c49ddb17510bb11e337295895.tar.gz project-unite-10266912af86684c49ddb17510bb11e337295895.tar.bz2 project-unite-10266912af86684c49ddb17510bb11e337295895.zip | |
tests.
| -rw-r--r-- | Project-Unite/Project-Unite.csproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Project-Unite/Project-Unite.csproj b/Project-Unite/Project-Unite.csproj index 237884c..ae5db58 100644 --- a/Project-Unite/Project-Unite.csproj +++ b/Project-Unite/Project-Unite.csproj @@ -35,6 +35,18 @@ <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <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 Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> |
