CG67.FicheCollege.Entrepot.csproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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>8.0.50727</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="System" />
  41. <Reference Include="System.configuration" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Data.OracleClient" />
  44. <Reference Include="System.Xml" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="EntrepotActionEducative.cs" />
  48. <Compile Include="EntrepotATC.cs" />
  49. <Compile Include="EntrepotBase.cs" />
  50. <Compile Include="EntrepotBilinguisme.cs" />
  51. <Compile Include="EntrepotChiffresSignificatifs.cs" />
  52. <Compile Include="EntrepotClasseDecouverte.cs" />
  53. <Compile Include="EntrepotCommentaires.cs" />
  54. <Compile Include="EntrepotContact.cs" />
  55. <Compile Include="EntrepotContratAide.cs" />
  56. <Compile Include="EntrepotDotation.cs" />
  57. <Compile Include="EntrepotEffectifDetail.cs" />
  58. <Compile Include="EntrepotInvestissementDCE.cs" />
  59. <Compile Include="EntrepotEtablissement.cs" />
  60. <Compile Include="EntrepotFactory.cs" />
  61. <Compile Include="EntrepotInvestissement.cs" />
  62. <Compile Include="EntrepotLogement.cs" />
  63. <Compile Include="EntrepotMCG.cs" />
  64. <Compile Include="EntrepotProgTravaux.cs" />
  65. <Compile Include="EntrepotProjetPilote.cs" />
  66. <Compile Include="EntrepotRestauration.cs" />
  67. <Compile Include="EntrepotRestaurationExterne.cs" />
  68. <Compile Include="EntrepotSoutienScolaireEnLigne.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. <ProjectReference Include="..\CG67.FicheCollege.Interface\CG67.FicheCollege.Interface.csproj">
  77. <Project>{6F721CCA-8B98-406A-A266-5D7D6264BCE6}</Project>
  78. <Name>CG67.FicheCollege.Interface</Name>
  79. </ProjectReference>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <COMReference Include="ADODB">
  83. <Guid>{00000205-0000-0010-8000-00AA006D2EA4}</Guid>
  84. <VersionMajor>2</VersionMajor>
  85. <VersionMinor>5</VersionMinor>
  86. <Lcid>0</Lcid>
  87. <WrapperTool>primary</WrapperTool>
  88. <Isolated>False</Isolated>
  89. </COMReference>
  90. <COMReference Include="Microsoft.Office.Core">
  91. <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
  92. <VersionMajor>2</VersionMajor>
  93. <VersionMinor>3</VersionMinor>
  94. <Lcid>0</Lcid>
  95. <WrapperTool>primary</WrapperTool>
  96. <Isolated>False</Isolated>
  97. </COMReference>
  98. <COMReference Include="VBIDE">
  99. <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
  100. <VersionMajor>5</VersionMajor>
  101. <VersionMinor>3</VersionMinor>
  102. <Lcid>0</Lcid>
  103. <WrapperTool>primary</WrapperTool>
  104. <Isolated>False</Isolated>
  105. </COMReference>
  106. </ItemGroup>
  107. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  108. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  109. Other similar extension points exist, see Microsoft.Common.targets.
  110. <Target Name="BeforeBuild">
  111. </Target>
  112. <Target Name="AfterBuild">
  113. </Target>
  114. -->
  115. </Project>