CG67.FicheCollege.Web.csproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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.Data.OracleClient" />
  39. <Reference Include="System.Drawing" />
  40. <Reference Include="System.Web" />
  41. <Reference Include="System.Xml" />
  42. <Reference Include="System.Configuration" />
  43. <Reference Include="System.Web.Services" />
  44. <Reference Include="System.EnterpriseServices" />
  45. <Reference Include="System.Web.Mobile" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Content Include="css\fichecollege.css" />
  49. <Content Include="Default.aspx" />
  50. <Content Include="FicheCollege.aspx" />
  51. <Content Include="GenerationFiche.aspx" />
  52. <Content Include="images\logoCG67.gif" />
  53. <Content Include="photo\0000536 ces mundo.jpg" />
  54. <Content Include="photo\0000994 ces sources saverne.jpg" />
  55. <Content Include="photo\0001349 college rosheim.jpg" />
  56. <Content Include="photo\0001988 ces sundhouse.jpg" />
  57. <Content Include="photo\0003234 ces wingen.jpg" />
  58. <Content Include="photo\0004596 ces eschau.jpg" />
  59. <Content Include="photo\0005258 ces molsheim.jpg" />
  60. <Content Include="photo\0005301 ces lamartine.jpg" />
  61. <Content Include="photo\0005435 ces ingwiller.jpg" />
  62. <Content Include="photo\0005469 ces duttlenheim.jpg" />
  63. <Content Include="photo\0005492 ces lauterbourg.jpg" />
  64. <Content Include="photo\0005494 ces soultz foret.jpg" />
  65. <Content Include="photo\0006635 ces marmoutier.jpg" />
  66. <Content Include="photo\0006672 ces marlenheim.jpg" />
  67. <Content Include="photo\0007588 ces truffaut.jpg" />
  68. <Content Include="photo\0008533 ces graffenstaden.jpg" />
  69. <Content Include="photo\0008741 ces hochfeden.jpg" />
  70. <Content Include="photo\0010788 ces poincarre¦ü saverne.jpg" />
  71. <Content Include="photo\013034 college de vendenheim.jpg" />
  72. <Content Include="photo\013189 college erasme.jpg" />
  73. <Content Include="photo\014221 college de la wantzenau.jpg" />
  74. <Content Include="photo\014393 college de wissembourg.jpg" />
  75. <Content Include="photo\014918 ces hoerdt resto scolaire.jpg" />
  76. <Content Include="photo\014979 ces soufflenheim.JPG" />
  77. <Content Include="photo\031008_heiligenstein %284%29.JPG" />
  78. <Content Include="photo\080409_Hans_Arp.JPG" />
  79. <Content Include="photo\110309_Woerth %281%29.JPG" />
  80. <Content Include="photo\260309_Bouxwiller %283%29.jpg" />
  81. <Content Include="photo\fév_2009_Mutzig %283%29.JPG" />
  82. <Content Include="photo\hall%281%29_jpg.jpg" />
  83. <Content Include="photo\mars_2009_Stockfeld %283%29.JPG" />
  84. <Content Include="photo\P1000638.JPG" />
  85. <Content Include="photo\Stras foch.jpg" />
  86. <Content Include="photo\untitled.bmp" />
  87. <Content Include="Web.config" />
  88. <Content Include="xml\Entete.xml" />
  89. <Content Include="xslt\FicheCollege.xslt" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Compile Include="Default.aspx.cs">
  93. <SubType>ASPXCodeBehind</SubType>
  94. <DependentUpon>Default.aspx</DependentUpon>
  95. </Compile>
  96. <Compile Include="Default.aspx.designer.cs">
  97. <DependentUpon>Default.aspx</DependentUpon>
  98. </Compile>
  99. <Compile Include="FicheCollege.aspx.cs">
  100. <SubType>ASPXCodeBehind</SubType>
  101. <DependentUpon>FicheCollege.aspx</DependentUpon>
  102. </Compile>
  103. <Compile Include="FicheCollege.aspx.designer.cs">
  104. <DependentUpon>FicheCollege.aspx</DependentUpon>
  105. </Compile>
  106. <Compile Include="GenerationFiche.aspx.cs">
  107. <SubType>ASPXCodeBehind</SubType>
  108. <DependentUpon>GenerationFiche.aspx</DependentUpon>
  109. </Compile>
  110. <Compile Include="GenerationFiche.aspx.designer.cs">
  111. <DependentUpon>GenerationFiche.aspx</DependentUpon>
  112. </Compile>
  113. <Compile Include="HttpHandlerHistogramme.cs" />
  114. <Compile Include="Properties\AssemblyInfo.cs" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <ProjectReference Include="..\..\Core\CG67.FicheCollege.Domaine\CG67.FicheCollege.Domaine.csproj">
  118. <Project>{EA9B4153-44A9-46AF-891B-8DFE604CF33F}</Project>
  119. <Name>CG67.FicheCollege.Domaine</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\..\Core\CG67.FicheCollege.Service\CG67.FicheCollege.Service.csproj">
  122. <Project>{19A47A92-43C8-4139-8689-F4E61CC66053}</Project>
  123. <Name>CG67.FicheCollege.Service</Name>
  124. </ProjectReference>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <None Include="vide.histo" />
  128. </ItemGroup>
  129. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  130. <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v8.0\WebApplications\Microsoft.WebApplication.targets" />
  131. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  132. Other similar extension points exist, see Microsoft.Common.targets.
  133. <Target Name="BeforeBuild">
  134. </Target>
  135. <Target Name="AfterBuild">
  136. </Target>
  137. -->
  138. <ProjectExtensions>
  139. <VisualStudio>
  140. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  141. <WebProjectProperties>
  142. <UseIIS>False</UseIIS>
  143. <AutoAssignPort>True</AutoAssignPort>
  144. <DevelopmentServerPort>1031</DevelopmentServerPort>
  145. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  146. <IISUrl>
  147. </IISUrl>
  148. <NTLMAuthentication>False</NTLMAuthentication>
  149. </WebProjectProperties>
  150. </FlavorProperties>
  151. </VisualStudio>
  152. </ProjectExtensions>
  153. </Project>