CG67.FicheCollege.Entrepot.csproj 4.5 KB

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