CD67.FicheCollege.BDD.sqlproj 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. <DefaultCollation>Latin1_General_CI_AS_KS_WS</DefaultCollation>
  28. <DefaultFilegroup>PRIMARY</DefaultFilegroup>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <OutputPath>bin\Release\</OutputPath>
  32. <BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
  33. <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <DefineDebug>false</DefineDebug>
  37. <DefineTrace>true</DefineTrace>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  42. <OutputPath>bin\Debug\</OutputPath>
  43. <BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
  44. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  45. <DebugSymbols>true</DebugSymbols>
  46. <DebugType>full</DebugType>
  47. <Optimize>false</Optimize>
  48. <DefineDebug>true</DefineDebug>
  49. <DefineTrace>true</DefineTrace>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
  55. <!-- Default to the v11.0 targets path if the targets file for the current VS version is not found -->
  56. <SSDTExists Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets')">True</SSDTExists>
  57. <VisualStudioVersion Condition="'$(SSDTExists)' == ''">11.0</VisualStudioVersion>
  58. </PropertyGroup>
  59. <Import Condition="'$(SQLDBExtensionsRefPath)' != ''" Project="$(SQLDBExtensionsRefPath)\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
  60. <Import Condition="'$(SQLDBExtensionsRefPath)' == ''" Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
  61. <ItemGroup>
  62. <Folder Include="Properties" />
  63. <Folder Include="dbo\" />
  64. <Folder Include="dbo\Tables\" />
  65. <Folder Include="Security\" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Build Include="dbo\Tables\TypesCollege.sql" />
  69. <Build Include="dbo\Tables\Territoires.sql" />
  70. <Build Include="dbo\Tables\Colleges.sql" />
  71. <Build Include="dbo\Tables\Identites.sql" />
  72. <Build Include="dbo\Tables\Annees.sql" />
  73. <Build Include="dbo\Tables\ActionEduAxes.sql" />
  74. <Build Include="dbo\Tables\ActionEduThematiques.sql" />
  75. <Build Include="dbo\Tables\ActionsEdu.sql" />
  76. <Build Include="dbo\Tables\ActionsEduColleges.sql" />
  77. <Build Include="dbo\Tables\ActionEduMissions.sql" />
  78. <Build Include="Security\FicheCollege_Admin.sql" />
  79. <Build Include="Security\FicheCollege_Admin_1.sql" />
  80. <Build Include="Security\FicheCollege_UserRO.sql" />
  81. <Build Include="Security\FicheCollege_UserRW.sql" />
  82. <Build Include="Security\RoleMemberships.sql" />
  83. </ItemGroup>
  84. </Project>