CG67.FicheCollege.Domaine.csproj 3.4 KB

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