WebApplication.csproj 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProductVersion>
  8. </ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{B790BDDC-B884-410A-941A-1E975252B840}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>WebApplication</RootNamespace>
  15. <AssemblyName>WebApplication</AssemblyName>
  16. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  17. <UseIISExpress>true</UseIISExpress>
  18. <IISExpressSSLPort />
  19. <IISExpressAnonymousAuthentication />
  20. <IISExpressWindowsAuthentication />
  21. <IISExpressUseClassicPipelineMode />
  22. <UseGlobalApplicationHostFile />
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Microsoft.CSharp" />
  43. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>..\Lib\Newtonsoft.Json.dll</HintPath>
  46. </Reference>
  47. <Reference Include="SuperSocket.Common, Version=1.5.3.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  48. <SpecificVersion>False</SpecificVersion>
  49. <HintPath>..\Lib\SuperSocket.Common.dll</HintPath>
  50. </Reference>
  51. <Reference Include="SuperSocket.Facility">
  52. <HintPath>..\Lib\SuperSocket.Facility.dll</HintPath>
  53. </Reference>
  54. <Reference Include="SuperSocket.SocketBase, Version=1.5.3.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>..\Lib\SuperSocket.SocketBase.dll</HintPath>
  57. </Reference>
  58. <Reference Include="SuperSocket.SocketEngine">
  59. <HintPath>..\Lib\SuperSocket.SocketEngine.dll</HintPath>
  60. </Reference>
  61. <Reference Include="SuperWebSocket">
  62. <HintPath>..\Lib\SuperWebSocket.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System.Web.DynamicData" />
  65. <Reference Include="System.Web.Entity" />
  66. <Reference Include="System.Web.ApplicationServices" />
  67. <Reference Include="System.ComponentModel.DataAnnotations" />
  68. <Reference Include="System" />
  69. <Reference Include="System.Data" />
  70. <Reference Include="System.Core" />
  71. <Reference Include="System.Data.DataSetExtensions" />
  72. <Reference Include="System.Web.Extensions" />
  73. <Reference Include="System.Xml.Linq" />
  74. <Reference Include="System.Drawing" />
  75. <Reference Include="System.Web" />
  76. <Reference Include="System.Xml" />
  77. <Reference Include="System.Configuration" />
  78. <Reference Include="System.Web.Services" />
  79. <Reference Include="System.EnterpriseServices" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Content Include="Exam.html" />
  83. <Content Include="Global.asax" />
  84. <Content Include="jquery-1.8.2.js" />
  85. <Content Include="Student.html" />
  86. <Content Include="StudentB.html" />
  87. <Content Include="Web.config" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Compile Include="Global.asax.cs">
  91. <DependentUpon>Global.asax</DependentUpon>
  92. </Compile>
  93. <Compile Include="Properties\AssemblyInfo.cs" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <None Include="Web.Debug.config">
  97. <DependentUpon>Web.config</DependentUpon>
  98. </None>
  99. <None Include="Web.Release.config">
  100. <DependentUpon>Web.config</DependentUpon>
  101. </None>
  102. </ItemGroup>
  103. <PropertyGroup>
  104. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  105. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  108. <DebugSymbols>true</DebugSymbols>
  109. <OutputPath>bin\</OutputPath>
  110. <DefineConstants>DEBUG;TRACE</DefineConstants>
  111. <DebugType>full</DebugType>
  112. <PlatformTarget>x86</PlatformTarget>
  113. <ErrorReport>prompt</ErrorReport>
  114. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  115. </PropertyGroup>
  116. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  117. <OutputPath>bin\</OutputPath>
  118. <DefineConstants>TRACE</DefineConstants>
  119. <Optimize>true</Optimize>
  120. <DebugType>pdbonly</DebugType>
  121. <PlatformTarget>x86</PlatformTarget>
  122. <ErrorReport>prompt</ErrorReport>
  123. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  124. </PropertyGroup>
  125. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  126. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  127. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  128. <ProjectExtensions>
  129. <VisualStudio>
  130. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  131. <WebProjectProperties>
  132. <UseIIS>True</UseIIS>
  133. <AutoAssignPort>True</AutoAssignPort>
  134. <DevelopmentServerPort>7582</DevelopmentServerPort>
  135. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  136. <IISUrl>http://localhost:7582/</IISUrl>
  137. <NTLMAuthentication>False</NTLMAuthentication>
  138. <UseCustomServer>False</UseCustomServer>
  139. <CustomServerUrl>
  140. </CustomServerUrl>
  141. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  142. </WebProjectProperties>
  143. </FlavorProperties>
  144. </VisualStudio>
  145. </ProjectExtensions>
  146. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  147. Other similar extension points exist, see Microsoft.Common.targets.
  148. <Target Name="BeforeBuild">
  149. </Target>
  150. <Target Name="AfterBuild">
  151. </Target>
  152. -->
  153. </Project>