CD67.FicheCollege.BDD.sqlproj 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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>{714893fb-6e06-433f-94d2-2ceaa355d4dc}</ProjectGuid>
  11. <DSP>Microsoft.Data.Tools.Schema.Sql.Sql130DatabaseSchemaProvider</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. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <OutputPath>bin\Release\</OutputPath>
  29. <BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
  30. <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <DefineDebug>false</DefineDebug>
  34. <DefineTrace>true</DefineTrace>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
  41. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  42. <DebugSymbols>true</DebugSymbols>
  43. <DebugType>full</DebugType>
  44. <Optimize>false</Optimize>
  45. <DefineDebug>true</DefineDebug>
  46. <DefineTrace>true</DefineTrace>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <PropertyGroup>
  51. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
  52. <!-- Default to the v11.0 targets path if the targets file for the current VS version is not found -->
  53. <SSDTExists Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets')">True</SSDTExists>
  54. <VisualStudioVersion Condition="'$(SSDTExists)' == ''">11.0</VisualStudioVersion>
  55. </PropertyGroup>
  56. <Import Condition="'$(SQLDBExtensionsRefPath)' != ''" Project="$(SQLDBExtensionsRefPath)\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
  57. <Import Condition="'$(SQLDBExtensionsRefPath)' == ''" Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
  58. <ItemGroup>
  59. <Folder Include="Properties" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Build Include="ActionEduActeurRoles.sql" />
  63. <Build Include="ActionEduActeurs.sql" />
  64. <Build Include="ActionEduAxes.sql" />
  65. <Build Include="ActionEduMissions.sql" />
  66. <Build Include="ActionEduStatuts.sql" />
  67. <Build Include="ActionEduThematiques.sql" />
  68. <Build Include="ActionsEdu.sql" />
  69. <Build Include="ActionsEduColleges.sql" />
  70. <Build Include="Annees.sql" />
  71. <Build Include="Colleges.sql" />
  72. <Build Include="Territoires.sql" />
  73. <Build Include="TypesCollege.sql" />
  74. <Build Include="RestaurationTypes.sql" />
  75. <Build Include="RestaurationParametres.sql" />
  76. <Build Include="RestaurationTypeRepas.sql" />
  77. <Build Include="RestaurationParametresRepas.sql" />
  78. </ItemGroup>
  79. </Project>