CG67.FicheCollege.Interface.csproj 3.6 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>{6F721CCA-8B98-406A-A266-5D7D6264BCE6}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CG67.FicheCollege.Interface</RootNamespace>
  12. <AssemblyName>CG67.FicheCollege.Interface</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="IEntrepotActionEducative.cs" />
  49. <Compile Include="IEntrepotATC.cs" />
  50. <Compile Include="IEntrepotBilinguisme.cs" />
  51. <Compile Include="IEntrepotChiffresSignificatifs.cs" />
  52. <Compile Include="IEntrepotClasseDecouverte.cs" />
  53. <Compile Include="IEntrepotCommentaires.cs" />
  54. <Compile Include="IEntrepotContact.cs" />
  55. <Compile Include="IEntrepotContratAide.cs" />
  56. <Compile Include="IEntrepotDotation.cs" />
  57. <Compile Include="IEntrepotEffectifDetail.cs" />
  58. <Compile Include="IEntrepotFichiersTravaux.cs" />
  59. <Compile Include="IEntrepotInvestissementDCE.cs" />
  60. <Compile Include="IEntrepotEtablissement.cs" />
  61. <Compile Include="IEntrepotInvestissement.cs" />
  62. <Compile Include="IEntrepotLogement.cs" />
  63. <Compile Include="IEntrepotMCG.cs" />
  64. <Compile Include="IEntrepotProgTravaux.cs" />
  65. <Compile Include="IEntrepotProjetPilote.cs" />
  66. <Compile Include="IEntrepotRestauration.cs" />
  67. <Compile Include="IEntrepotRestaurationExterne.cs" />
  68. <Compile Include="IEntrepotSoutienScolaireEnLigne.cs" />
  69. <Compile Include="Properties\AssemblyInfo.cs" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <ProjectReference Include="..\CG67.FicheCollege.Domaine\CG67.FicheCollege.Domaine.csproj">
  73. <Project>{EA9B4153-44A9-46AF-891B-8DFE604CF33F}</Project>
  74. <Name>CG67.FicheCollege.Domaine</Name>
  75. </ProjectReference>
  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>