Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
pelsql committed Nov 21, 2015
1 parent e3b6115 commit 1379915
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions YourSqlDba_ClrExec/YourSqlDba_ClrExec.sqlproj
Expand Up @@ -3,13 +3,10 @@
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<SSDTExists Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets')">True</SSDTExists>
<VisualStudioVersion Condition="'$(SSDTExists)' == ''">10.0</VisualStudioVersion>
<PostConversionRemoveFromScc>
</PostConversionRemoveFromScc>
<PostConversionAddToScc>
</PostConversionAddToScc>
<TargetDatabaseSet>True</TargetDatabaseSet>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand All @@ -28,22 +25,19 @@
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<FileUpgradeFlags>40</FileUpgradeFlags>
<UpgradeBackupLocation>c:\equipesql\YourSqlDba\YourSqlDba_ClrExec\Backup\</UpgradeBackupLocation>
<OldToolsVersion>4.0</OldToolsVersion>
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql110DatabaseSchemaProvider</DSP>
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql100DatabaseSchemaProvider</DSP>
<Name>YourSqlDba_ClrExec</Name>
<ProjectVersion>4.0</ProjectVersion>
<ProjectGuid>{4c8377a7-3f82-4872-b80b-b2c064a10d3b}</ProjectGuid>
<ProjectGuid>{97f58447-9ea8-4593-90bc-b124bf71cda1}</ProjectGuid>
<IncludeSchemaNameInFileName>False</IncludeSchemaNameInFileName>
<GenerateDatabaseFile>False</GenerateDatabaseFile>
<GenerateCreateScript>False</GenerateCreateScript>
<ModelCollation>1033,CI</ModelCollation>
<DefaultFileStructure>BySchemaAndSchemaType</DefaultFileStructure>
<AppDesignerFolder>Properties</AppDesignerFolder>
<DefaultSchema>dbo</DefaultSchema>
<SqlServerVerification>False</SqlServerVerification>
<TargetLanguage>CS</TargetLanguage>
<AssemblyOwner />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 1379915

Please sign in to comment.