veloprokat.sqlproj 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <Name>veloprokat</Name>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectVersion>4.1</ProjectVersion>
  9. <ProjectGuid>{29e5c46b-616a-4fc1-ab7b-6135dba4399f}</ProjectGuid>
  10. <DSP>Microsoft.Data.Tools.Schema.Sql.Sql130DatabaseSchemaProvider</DSP>
  11. <OutputType>Database</OutputType>
  12. <RootPath>
  13. </RootPath>
  14. <RootNamespace>veloprokat</RootNamespace>
  15. <AssemblyName>veloprokat</AssemblyName>
  16. <ModelCollation>1033, CI</ModelCollation>
  17. <DefaultFileStructure>BySchemaAndSchemaType</DefaultFileStructure>
  18. <DeployToDatabase>True</DeployToDatabase>
  19. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  20. <TargetLanguage>CS</TargetLanguage>
  21. <AppDesignerFolder>Properties</AppDesignerFolder>
  22. <SqlServerVerification>False</SqlServerVerification>
  23. <IncludeCompositeObjects>True</IncludeCompositeObjects>
  24. <TargetDatabaseSet>True</TargetDatabaseSet>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <OutputPath>bin\Release\</OutputPath>
  28. <BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
  29. <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <DefineDebug>false</DefineDebug>
  33. <DefineTrace>true</DefineTrace>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
  40. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>full</DebugType>
  43. <Optimize>false</Optimize>
  44. <DefineDebug>true</DefineDebug>
  45. <DefineTrace>true</DefineTrace>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. </PropertyGroup>
  49. <PropertyGroup>
  50. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
  51. <!-- Default to the v11.0 targets path if the targets file for the current VS version is not found -->
  52. <SSDTExists Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets')">True</SSDTExists>
  53. <VisualStudioVersion Condition="'$(SSDTExists)' == ''">11.0</VisualStudioVersion>
  54. </PropertyGroup>
  55. <Import Condition="'$(SQLDBExtensionsRefPath)' != ''" Project="$(SQLDBExtensionsRefPath)\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
  56. <Import Condition="'$(SQLDBExtensionsRefPath)' == ''" Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
  57. <ItemGroup>
  58. <Folder Include="Properties" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <None Include="bd" />
  62. </ItemGroup>
  63. </Project>