CG67.FicheCollege.Entrepot.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>9.0.30729</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{799F1203-F76F-4623-B6BD-DBE509478539}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CG67.FicheCollege.Entrepot</RootNamespace>
  11. <AssemblyName>CG67.FicheCollege.Entrepot</AssemblyName>
  12. <SccProjectName>SAK</SccProjectName>
  13. <SccLocalPath>SAK</SccLocalPath>
  14. <SccAuxPath>SAK</SccAuxPath>
  15. <SccProvider>SAK</SccProvider>
  16. <FileUpgradeFlags>
  17. </FileUpgradeFlags>
  18. <OldToolsVersion>2.0</OldToolsVersion>
  19. <UpgradeBackupLocation>
  20. </UpgradeBackupLocation>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="Microsoft.Office.Interop.Excel, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
  41. <Reference Include="System" />
  42. <Reference Include="System.configuration" />
  43. <Reference Include="System.Data" />
  44. <Reference Include="System.Data.OracleClient" />
  45. <Reference Include="System.Xml" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="EntrepotActionEducative.cs" />
  49. <Compile Include="EntrepotATC.cs" />
  50. <Compile Include="EntrepotBase.cs" />
  51. <Compile Include="EntrepotBilinguisme.cs" />
  52. <Compile Include="EntrepotChiffresSignificatifs.cs" />
  53. <Compile Include="EntrepotClasseDecouverte.cs" />
  54. <Compile Include="EntrepotCommentaires.cs" />
  55. <Compile Include="EntrepotContact.cs" />
  56. <Compile Include="EntrepotContratAide.cs" />
  57. <Compile Include="EntrepotDotation.cs" />
  58. <Compile Include="EntrepotEffectifDetail.cs" />
  59. <Compile Include="EntrepotInvestissementDCE.cs" />
  60. <Compile Include="EntrepotEtablissement.cs" />
  61. <Compile Include="EntrepotFactory.cs" />
  62. <Compile Include="EntrepotInvestissement.cs" />
  63. <Compile Include="EntrepotLogement.cs" />
  64. <Compile Include="EntrepotMCG.cs" />
  65. <Compile Include="EntrepotProgTravaux.cs" />
  66. <Compile Include="EntrepotProjetPilote.cs" />
  67. <Compile Include="EntrepotRestauration.cs" />
  68. <Compile Include="EntrepotRestaurationExterne.cs" />
  69. <Compile Include="EntrepotSoutienScolaireEnLigne.cs" />
  70. <Compile Include="Properties\AssemblyInfo.cs" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <ProjectReference Include="..\CG67.FicheCollege.Domaine\CG67.FicheCollege.Domaine.csproj">
  74. <Project>{EA9B4153-44A9-46AF-891B-8DFE604CF33F}</Project>
  75. <Name>CG67.FicheCollege.Domaine</Name>
  76. </ProjectReference>
  77. <ProjectReference Include="..\CG67.FicheCollege.Interface\CG67.FicheCollege.Interface.csproj">
  78. <Project>{6F721CCA-8B98-406A-A266-5D7D6264BCE6}</Project>
  79. <Name>CG67.FicheCollege.Interface</Name>
  80. </ProjectReference>
  81. </ItemGroup>
  82. <ItemGroup>
  83. <COMReference Include="ADODB">
  84. <Guid>{00000205-0000-0010-8000-00AA006D2EA4}</Guid>
  85. <VersionMajor>2</VersionMajor>
  86. <VersionMinor>5</VersionMinor>
  87. <Lcid>0</Lcid>
  88. <WrapperTool>primary</WrapperTool>
  89. <Isolated>False</Isolated>
  90. </COMReference>
  91. <COMReference Include="Microsoft.Office.Core">
  92. <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
  93. <VersionMajor>2</VersionMajor>
  94. <VersionMinor>3</VersionMinor>
  95. <Lcid>0</Lcid>
  96. <WrapperTool>primary</WrapperTool>
  97. <Isolated>False</Isolated>
  98. </COMReference>
  99. <COMReference Include="VBIDE">
  100. <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
  101. <VersionMajor>5</VersionMajor>
  102. <VersionMinor>3</VersionMinor>
  103. <Lcid>0</Lcid>
  104. <WrapperTool>primary</WrapperTool>
  105. <Isolated>False</Isolated>
  106. </COMReference>
  107. </ItemGroup>
  108. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  109. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  110. Other similar extension points exist, see Microsoft.Common.targets.
  111. <Target Name="BeforeBuild">
  112. </Target>
  113. <Target Name="AfterBuild">
  114. </Target>
  115. -->
  116. </Project>