CG67.FicheCollege.Service.csproj 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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>8.0.50727</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{19A47A92-43C8-4139-8689-F4E61CC66053}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CG67.FicheCollege.Service</RootNamespace>
  12. <AssemblyName>CG67.FicheCollege.Service</AssemblyName>
  13. <SccProjectName>
  14. </SccProjectName>
  15. <SccLocalPath>
  16. </SccLocalPath>
  17. <SccAuxPath>
  18. </SccAuxPath>
  19. <SccProvider>
  20. </SccProvider>
  21. <FileUpgradeFlags>
  22. </FileUpgradeFlags>
  23. <OldToolsVersion>3.5</OldToolsVersion>
  24. <UpgradeBackupLocation>
  25. </UpgradeBackupLocation>
  26. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  27. <TargetFrameworkProfile />
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30. <DebugSymbols>true</DebugSymbols>
  31. <DebugType>full</DebugType>
  32. <Optimize>false</Optimize>
  33. <OutputPath>bin\Debug\</OutputPath>
  34. <DefineConstants>DEBUG;TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  39. <DebugType>pdbonly</DebugType>
  40. <Optimize>true</Optimize>
  41. <OutputPath>bin\Release\</OutputPath>
  42. <DefineConstants>TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="System" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="ServiceFiche.cs" />
  53. <Compile Include="Properties\AssemblyInfo.cs" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <ProjectReference Include="..\CG67.FicheCollege.Domaine\CG67.FicheCollege.Domaine.csproj">
  57. <Project>{EA9B4153-44A9-46AF-891B-8DFE604CF33F}</Project>
  58. <Name>CG67.FicheCollege.Domaine</Name>
  59. </ProjectReference>
  60. <ProjectReference Include="..\CG67.FicheCollege.Entrepot\CG67.FicheCollege.Entrepot.csproj">
  61. <Project>{799F1203-F76F-4623-B6BD-DBE509478539}</Project>
  62. <Name>CG67.FicheCollege.Entrepot</Name>
  63. </ProjectReference>
  64. <ProjectReference Include="..\CG67.FicheCollege.Interface\CG67.FicheCollege.Interface.csproj">
  65. <Project>{6F721CCA-8B98-406A-A266-5D7D6264BCE6}</Project>
  66. <Name>CG67.FicheCollege.Interface</Name>
  67. </ProjectReference>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <COMReference Include="ADODB">
  71. <Guid>{00000205-0000-0010-8000-00AA006D2EA4}</Guid>
  72. <VersionMajor>2</VersionMajor>
  73. <VersionMinor>5</VersionMinor>
  74. <Lcid>0</Lcid>
  75. <WrapperTool>primary</WrapperTool>
  76. <Isolated>False</Isolated>
  77. </COMReference>
  78. <COMReference Include="Microsoft.Office.Core">
  79. <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
  80. <VersionMajor>2</VersionMajor>
  81. <VersionMinor>3</VersionMinor>
  82. <Lcid>0</Lcid>
  83. <WrapperTool>primary</WrapperTool>
  84. <Isolated>False</Isolated>
  85. </COMReference>
  86. <COMReference Include="VBIDE">
  87. <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
  88. <VersionMajor>5</VersionMajor>
  89. <VersionMinor>3</VersionMinor>
  90. <Lcid>0</Lcid>
  91. <WrapperTool>primary</WrapperTool>
  92. <Isolated>False</Isolated>
  93. </COMReference>
  94. </ItemGroup>
  95. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  96. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  97. Other similar extension points exist, see Microsoft.Common.targets.
  98. <Target Name="BeforeBuild">
  99. </Target>
  100. <Target Name="AfterBuild">
  101. </Target>
  102. -->
  103. </Project>