CD67.FicheCollege.BDD.sqlproj 3.5 KB

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