CG67.FicheCollege.Service.csproj 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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>{19A47A92-43C8-4139-8689-F4E61CC66053}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CG67.FicheCollege.Service</RootNamespace>
  11. <AssemblyName>CG67.FicheCollege.Service</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.Data" />
  42. <Reference Include="System.Xml" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="ServiceFiche.cs" />
  46. <Compile Include="Properties\AssemblyInfo.cs" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <ProjectReference Include="..\CG67.FicheCollege.Domaine\CG67.FicheCollege.Domaine.csproj">
  50. <Project>{EA9B4153-44A9-46AF-891B-8DFE604CF33F}</Project>
  51. <Name>CG67.FicheCollege.Domaine</Name>
  52. </ProjectReference>
  53. <ProjectReference Include="..\CG67.FicheCollege.Entrepot\CG67.FicheCollege.Entrepot.csproj">
  54. <Project>{799F1203-F76F-4623-B6BD-DBE509478539}</Project>
  55. <Name>CG67.FicheCollege.Entrepot</Name>
  56. </ProjectReference>
  57. <ProjectReference Include="..\CG67.FicheCollege.Interface\CG67.FicheCollege.Interface.csproj">
  58. <Project>{6F721CCA-8B98-406A-A266-5D7D6264BCE6}</Project>
  59. <Name>CG67.FicheCollege.Interface</Name>
  60. </ProjectReference>
  61. </ItemGroup>
  62. <ItemGroup>
  63. <COMReference Include="ADODB">
  64. <Guid>{00000205-0000-0010-8000-00AA006D2EA4}</Guid>
  65. <VersionMajor>2</VersionMajor>
  66. <VersionMinor>5</VersionMinor>
  67. <Lcid>0</Lcid>
  68. <WrapperTool>primary</WrapperTool>
  69. <Isolated>False</Isolated>
  70. </COMReference>
  71. <COMReference Include="Microsoft.Office.Core">
  72. <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
  73. <VersionMajor>2</VersionMajor>
  74. <VersionMinor>3</VersionMinor>
  75. <Lcid>0</Lcid>
  76. <WrapperTool>primary</WrapperTool>
  77. <Isolated>False</Isolated>
  78. </COMReference>
  79. <COMReference Include="VBIDE">
  80. <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
  81. <VersionMajor>5</VersionMajor>
  82. <VersionMinor>3</VersionMinor>
  83. <Lcid>0</Lcid>
  84. <WrapperTool>primary</WrapperTool>
  85. <Isolated>False</Isolated>
  86. </COMReference>
  87. </ItemGroup>
  88. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  89. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  90. Other similar extension points exist, see Microsoft.Common.targets.
  91. <Target Name="BeforeBuild">
  92. </Target>
  93. <Target Name="AfterBuild">
  94. </Target>
  95. -->
  96. </Project>