CG67.FicheCollege.Entrepot.csproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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>{799F1203-F76F-4623-B6BD-DBE509478539}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CG67.FicheCollege.Entrepot</RootNamespace>
  12. <AssemblyName>CG67.FicheCollege.Entrepot</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="Microsoft.Office.Interop.Excel, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
  44. <Reference Include="System" />
  45. <Reference Include="System.configuration" />
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Data.OracleClient" />
  48. <Reference Include="System.Web.Services" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="EntrepotActionEducative.cs" />
  53. <Compile Include="EntrepotATC.cs" />
  54. <Compile Include="EntrepotBase.cs" />
  55. <Compile Include="EntrepotBilinguisme.cs" />
  56. <Compile Include="EntrepotChiffresSignificatifs.cs" />
  57. <Compile Include="EntrepotClasseDecouverte.cs" />
  58. <Compile Include="EntrepotCommentaires.cs" />
  59. <Compile Include="EntrepotContact.cs" />
  60. <Compile Include="EntrepotContratAide.cs" />
  61. <Compile Include="EntrepotDotation.cs" />
  62. <Compile Include="EntrepotEffectifDetail.cs" />
  63. <Compile Include="EntrepotFichiersTravaux.cs" />
  64. <Compile Include="EntrepotInvestissementDCE.cs" />
  65. <Compile Include="EntrepotEtablissement.cs" />
  66. <Compile Include="EntrepotFactory.cs" />
  67. <Compile Include="EntrepotInvestissement.cs" />
  68. <Compile Include="EntrepotLogement.cs" />
  69. <Compile Include="EntrepotMCG.cs" />
  70. <Compile Include="EntrepotProgTravaux.cs" />
  71. <Compile Include="EntrepotProjetPilote.cs" />
  72. <Compile Include="EntrepotRestauration.cs" />
  73. <Compile Include="EntrepotRestaurationExterne.cs" />
  74. <Compile Include="EntrepotSoutienScolaireEnLigne.cs" />
  75. <Compile Include="Properties\AssemblyInfo.cs" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <ProjectReference Include="..\..\CG67.FicheCollege.Tools\CG67.FicheCollege.Tools.csproj">
  79. <Project>{6B4DE9CB-C532-4501-B626-F51663EC4E17}</Project>
  80. <Name>CG67.FicheCollege.Tools</Name>
  81. </ProjectReference>
  82. <ProjectReference Include="..\CG67.FicheCollege.Domaine\CG67.FicheCollege.Domaine.csproj">
  83. <Project>{EA9B4153-44A9-46AF-891B-8DFE604CF33F}</Project>
  84. <Name>CG67.FicheCollege.Domaine</Name>
  85. </ProjectReference>
  86. <ProjectReference Include="..\CG67.FicheCollege.Interface\CG67.FicheCollege.Interface.csproj">
  87. <Project>{6F721CCA-8B98-406A-A266-5D7D6264BCE6}</Project>
  88. <Name>CG67.FicheCollege.Interface</Name>
  89. </ProjectReference>
  90. </ItemGroup>
  91. <ItemGroup>
  92. <COMReference Include="ADODB">
  93. <Guid>{00000205-0000-0010-8000-00AA006D2EA4}</Guid>
  94. <VersionMajor>2</VersionMajor>
  95. <VersionMinor>5</VersionMinor>
  96. <Lcid>0</Lcid>
  97. <WrapperTool>primary</WrapperTool>
  98. <Isolated>False</Isolated>
  99. </COMReference>
  100. <COMReference Include="Microsoft.Office.Core">
  101. <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
  102. <VersionMajor>2</VersionMajor>
  103. <VersionMinor>3</VersionMinor>
  104. <Lcid>0</Lcid>
  105. <WrapperTool>primary</WrapperTool>
  106. <Isolated>False</Isolated>
  107. </COMReference>
  108. <COMReference Include="VBIDE">
  109. <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
  110. <VersionMajor>5</VersionMajor>
  111. <VersionMinor>3</VersionMinor>
  112. <Lcid>0</Lcid>
  113. <WrapperTool>primary</WrapperTool>
  114. <Isolated>False</Isolated>
  115. </COMReference>
  116. </ItemGroup>
  117. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  118. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  119. Other similar extension points exist, see Microsoft.Common.targets.
  120. <Target Name="BeforeBuild">
  121. </Target>
  122. <Target Name="AfterBuild">
  123. </Target>
  124. -->
  125. </Project>