2022-07-01 18:11:39 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
|
|
<PropertyGroup>
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
<Name>RMData</Name>
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
<ProjectVersion>4.1</ProjectVersion>
|
|
|
|
<ProjectGuid>{0098fb45-9267-42d0-81b1-9948e2bab28f}</ProjectGuid>
|
|
|
|
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql130DatabaseSchemaProvider</DSP>
|
|
|
|
<OutputType>Database</OutputType>
|
|
|
|
<RootPath>
|
|
|
|
</RootPath>
|
|
|
|
<RootNamespace>RMData</RootNamespace>
|
|
|
|
<AssemblyName>RMData</AssemblyName>
|
|
|
|
<ModelCollation>1033, CI</ModelCollation>
|
|
|
|
<DefaultFileStructure>BySchemaAndSchemaType</DefaultFileStructure>
|
|
|
|
<DeployToDatabase>True</DeployToDatabase>
|
|
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
|
|
<TargetLanguage>CS</TargetLanguage>
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
<SqlServerVerification>False</SqlServerVerification>
|
|
|
|
<IncludeCompositeObjects>True</IncludeCompositeObjects>
|
|
|
|
<TargetDatabaseSet>True</TargetDatabaseSet>
|
|
|
|
</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' ">
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<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="dbo\Views" />
|
|
|
|
<Folder Include="dbo\Tables" />
|
|
|
|
<Folder Include="dbo\Stored Procedures" />
|
|
|
|
<Folder Include="PublishLocations" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="PublishLocations\RMData.publish.xml" />
|
|
|
|
</ItemGroup>
|
2022-07-05 13:54:10 +02:00
|
|
|
<ItemGroup>
|
|
|
|
<Build Include="dbo\Tables\User.sql" />
|
|
|
|
<Build Include="dbo\Tables\Sale.sql" />
|
|
|
|
<Build Include="dbo\Tables\SaleDetail.sql" />
|
|
|
|
<Build Include="dbo\Tables\Product.sql" />
|
|
|
|
<Build Include="dbo\Tables\Inventory.sql" />
|
2022-07-14 19:41:50 +02:00
|
|
|
<Build Include="dbo\Stored Procedures\spUserLookup.sql" />
|
2022-07-23 17:09:13 +02:00
|
|
|
<Build Include="dbo\Stored Procedures\spProductGetAll.sql" />
|
2022-07-25 17:02:36 +02:00
|
|
|
<Build Include="dbo\Stored Procedures\spProductGetById.sql" />
|
|
|
|
<Build Include="dbo\Stored Procedures\spSaleInsert.sql" />
|
|
|
|
<Build Include="dbo\Stored Procedures\spSaleDetailInsert.sql" />
|
|
|
|
<Build Include="dbo\Stored Procedures\spSaleLookUp.sql" />
|
2022-08-02 19:32:39 +02:00
|
|
|
<Build Include="dbo\Stored Procedures\spInventoryGetAll.sql" />
|
|
|
|
<Build Include="dbo\Stored Procedures\spInventoryInsert.sql" />
|
|
|
|
<Build Include="dbo\Stored Procedures\spSaleSaleReport.sql" />
|
2022-07-05 13:54:10 +02:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<RefactorLog Include="RMData.refactorlog" />
|
|
|
|
</ItemGroup>
|
2022-07-01 18:11:39 +02:00
|
|
|
</Project>
|