CG67.FicheCollege.Web.csproj 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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>{4F52F11E-1245-4C57-B718-A472BDAAC99C}</ProjectGuid>
  8. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CG67.FicheCollege</RootNamespace>
  12. <AssemblyName>CG67.FicheCollege</AssemblyName>
  13. <SccProjectName>SAK</SccProjectName>
  14. <SccLocalPath>SAK</SccLocalPath>
  15. <SccAuxPath>SAK</SccAuxPath>
  16. <SccProvider>SAK</SccProvider>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Data" />
  38. <Reference Include="System.Drawing" />
  39. <Reference Include="System.Web" />
  40. <Reference Include="System.Xml" />
  41. <Reference Include="System.Configuration" />
  42. <Reference Include="System.Web.Services" />
  43. <Reference Include="System.EnterpriseServices" />
  44. <Reference Include="System.Web.Mobile" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Content Include="Default.aspx" />
  48. <Content Include="GenerationFiche.aspx" />
  49. <Content Include="Web.config" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="Default.aspx.cs">
  53. <SubType>ASPXCodeBehind</SubType>
  54. <DependentUpon>Default.aspx</DependentUpon>
  55. </Compile>
  56. <Compile Include="Default.aspx.designer.cs">
  57. <DependentUpon>Default.aspx</DependentUpon>
  58. </Compile>
  59. <Compile Include="GenerationFiche.aspx.cs">
  60. <SubType>ASPXCodeBehind</SubType>
  61. <DependentUpon>GenerationFiche.aspx</DependentUpon>
  62. </Compile>
  63. <Compile Include="GenerationFiche.aspx.designer.cs">
  64. <DependentUpon>GenerationFiche.aspx</DependentUpon>
  65. </Compile>
  66. <Compile Include="Properties\AssemblyInfo.cs" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <ProjectReference Include="..\..\Core\CG67.FicheCollege.Domaine\CG67.FicheCollege.Domaine.csproj">
  70. <Project>{EA9B4153-44A9-46AF-891B-8DFE604CF33F}</Project>
  71. <Name>CG67.FicheCollege.Domaine</Name>
  72. </ProjectReference>
  73. <ProjectReference Include="..\..\Core\CG67.FicheCollege.Service\CG67.FicheCollege.Service.csproj">
  74. <Project>{19A47A92-43C8-4139-8689-F4E61CC66053}</Project>
  75. <Name>CG67.FicheCollege.Service</Name>
  76. </ProjectReference>
  77. </ItemGroup>
  78. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  79. <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v8.0\WebApplications\Microsoft.WebApplication.targets" />
  80. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  81. Other similar extension points exist, see Microsoft.Common.targets.
  82. <Target Name="BeforeBuild">
  83. </Target>
  84. <Target Name="AfterBuild">
  85. </Target>
  86. -->
  87. <ProjectExtensions>
  88. <VisualStudio>
  89. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  90. <WebProjectProperties>
  91. <UseIIS>False</UseIIS>
  92. <AutoAssignPort>True</AutoAssignPort>
  93. <DevelopmentServerPort>1031</DevelopmentServerPort>
  94. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  95. <IISUrl>
  96. </IISUrl>
  97. <NTLMAuthentication>False</NTLMAuthentication>
  98. </WebProjectProperties>
  99. </FlavorProperties>
  100. </VisualStudio>
  101. </ProjectExtensions>
  102. </Project>