91 lines
4.5 KiB
XML
91 lines
4.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<Name>iniPHIClientControlDatabase</Name>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectVersion>4.1</ProjectVersion>
|
|
<ProjectGuid>{dab8cd4a-61e1-4955-bdba-5d812655de50}</ProjectGuid>
|
|
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql120DatabaseSchemaProvider</DSP>
|
|
<OutputType>Database</OutputType>
|
|
<RootPath>
|
|
</RootPath>
|
|
<RootNamespace>iniPHIClientControlDatabase</RootNamespace>
|
|
<AssemblyName>iniPHIClientControlDatabase</AssemblyName>
|
|
<ModelCollation>1033,CI</ModelCollation>
|
|
<DefaultFileStructure>BySchema</DefaultFileStructure>
|
|
<DeployToDatabase>True</DeployToDatabase>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
<TargetLanguage>CS</TargetLanguage>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<SqlServerVerification>False</SqlServerVerification>
|
|
<IncludeCompositeObjects>True</IncludeCompositeObjects>
|
|
<TargetDatabaseSet>True</TargetDatabaseSet>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccProvider>SAK</SccProvider>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<DefaultCollation>SQL_Latin1_General_CP1_CI_AS</DefaultCollation>
|
|
<DefaultFilegroup>PRIMARY</DefaultFilegroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<DefineDebug>false</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
|
|
<!-- Default to the v11.0 targets path if the targets file for the current VS version is not found -->
|
|
<SSDTExists Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets')">True</SSDTExists>
|
|
<VisualStudioVersion Condition="'$(SSDTExists)' == ''">11.0</VisualStudioVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'QA|AnyCPU' ">
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<Import Condition="'$(SQLDBExtensionsRefPath)' != ''" Project="$(SQLDBExtensionsRefPath)\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
|
|
<Import Condition="'$(SQLDBExtensionsRefPath)' == ''" Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
|
|
<ItemGroup>
|
|
<Folder Include="Properties" />
|
|
<Folder Include="dbo\" />
|
|
<Folder Include="scripts" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Build Include="dbo\SubscriptionFeature2Group.sql" />
|
|
<Build Include="dbo\SubscriptionFeature.sql" />
|
|
<Build Include="dbo\SubscriptionGroup.sql" />
|
|
<Build Include="dbo\ClientBilling.sql" />
|
|
<Build Include="dbo\ClientInformation.sql" />
|
|
<Build Include="dbo\ClientPricing.sql" />
|
|
<Build Include="dbo\UserType.sql" />
|
|
<Build Include="dbo\Rate.sql" />
|
|
<Build Include="dbo\ClientSubscriptionView.sql" />
|
|
</ItemGroup>
|
|
</Project> |