CG67.FicheCollege.Domaine.csproj 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{EA9B4153-44A9-46AF-891B-8DFE604CF33F}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CG67.FicheCollege.Domaine</RootNamespace>
  12. <AssemblyName>CG67.FicheCollege.Domaine</AssemblyName>
  13. <SccProjectName>SAK</SccProjectName>
  14. <SccLocalPath>SAK</SccLocalPath>
  15. <SccAuxPath>SAK</SccAuxPath>
  16. <SccProvider>SAK</SccProvider>
  17. <FileUpgradeFlags>
  18. </FileUpgradeFlags>
  19. <OldToolsVersion>3.5</OldToolsVersion>
  20. <UpgradeBackupLocation>
  21. </UpgradeBackupLocation>
  22. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  23. <TargetFrameworkProfile />
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\Debug\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="System" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Xml" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="ActionEducative.cs" />
  49. <Compile Include="ATC.cs" />
  50. <Compile Include="Bilinguisme.cs" />
  51. <Compile Include="ChiffresSignificatifs.cs" />
  52. <Compile Include="ClasseDecouverte.cs" />
  53. <Compile Include="Commentaires.cs" />
  54. <Compile Include="ContratAide.cs" />
  55. <Compile Include="Effectif.cs" />
  56. <Compile Include="EffectifDetail.cs" />
  57. <Compile Include="FichierTravaux.cs" />
  58. <Compile Include="InvestissementDCE.cs" />
  59. <Compile Include="Etablissement.cs" />
  60. <Compile Include="Contact.cs" />
  61. <Compile Include="Dotation.cs" />
  62. <Compile Include="Investissement.cs" />
  63. <Compile Include="Logement.cs" />
  64. <Compile Include="MCG.cs" />
  65. <Compile Include="ProgTravaux.cs" />
  66. <Compile Include="ProjetPilote.cs" />
  67. <Compile Include="Properties\AssemblyInfo.cs" />
  68. <Compile Include="Restauration.cs" />
  69. <Compile Include="RestaurationExterne.cs" />
  70. <Compile Include="SecteurRecrutement.cs" />
  71. <Compile Include="SoutienScolaireEnLigne.cs" />
  72. <Compile Include="Utile.cs" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <None Include="ClassDiagram1.cd" />
  76. </ItemGroup>
  77. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  78. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  79. Other similar extension points exist, see Microsoft.Common.targets.
  80. <Target Name="BeforeBuild">
  81. </Target>
  82. <Target Name="AfterBuild">
  83. </Target>
  84. -->
  85. </Project>