CG67.FicheCollege.Service.csproj 3.9 KB

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