Web.Admin.csproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
  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>{5417D115-D0BF-45A2-B5FC-5FEFE0E6DA3C}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>Web.Admin</RootNamespace>
  15. <AssemblyName>Web.Admin</AssemblyName>
  16. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  17. <UseIISExpress>true</UseIISExpress>
  18. <Use64BitIISExpress />
  19. <IISExpressSSLPort />
  20. <IISExpressAnonymousAuthentication />
  21. <IISExpressWindowsAuthentication />
  22. <IISExpressUseClassicPipelineMode />
  23. <UseGlobalApplicationHostFile />
  24. <NuGetPackageImportStamp>
  25. </NuGetPackageImportStamp>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  28. <DebugSymbols>true</DebugSymbols>
  29. <DebugType>full</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>bin\</OutputPath>
  32. <DefineConstants>DEBUG;TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>pdbonly</DebugType>
  39. <Optimize>true</Optimize>
  40. <OutputPath>bin\</OutputPath>
  41. <DefineConstants>TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Web.DynamicData" />
  48. <Reference Include="System.Web.Entity" />
  49. <Reference Include="System.Web.ApplicationServices" />
  50. <Reference Include="System.ComponentModel.DataAnnotations" />
  51. <Reference Include="System" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="System.Web.Extensions" />
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="System.Drawing" />
  58. <Reference Include="System.Web" />
  59. <Reference Include="System.Xml" />
  60. <Reference Include="System.Configuration" />
  61. <Reference Include="System.Web.Services" />
  62. <Reference Include="System.EnterpriseServices" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Reference Include="System.Web.Razor">
  66. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.4\lib\net45\System.Web.Razor.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System.Web.Webpages">
  69. <HintPath>..\packages\Microsoft.AspNet.Webpages.3.2.4\lib\net45\System.Web.Webpages.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System.Web.Webpages.Deployment">
  72. <HintPath>..\packages\Microsoft.AspNet.Webpages.3.2.4\lib\net45\System.Web.Webpages.Deployment.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System.Web.Webpages.Razor">
  75. <HintPath>..\packages\Microsoft.AspNet.Webpages.3.2.4\lib\net45\System.Web.Webpages.Razor.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System.Web.Helpers">
  78. <HintPath>..\packages\Microsoft.AspNet.Webpages.3.2.4\lib\net45\System.Web.Helpers.dll</HintPath>
  79. </Reference>
  80. <Reference Include="Microsoft.Web.Infrastructure">
  81. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System.Web.Mvc">
  84. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.4\lib\net45\System.Web.Mvc.dll</HintPath>
  85. </Reference>
  86. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
  87. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  88. </Reference>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Content Include="Global.asax" />
  92. <Content Include="Web.config" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Compile Include="App_Start\RouteConfig.cs" />
  96. <Compile Include="Global.asax.cs">
  97. <DependentUpon>Global.asax</DependentUpon>
  98. </Compile>
  99. <Compile Include="Properties\AssemblyInfo.cs" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Content Include="Views\web.config" />
  103. <None Include="packages.config" />
  104. <None Include="Web.Debug.config">
  105. <DependentUpon>Web.config</DependentUpon>
  106. </None>
  107. <None Include="Web.Release.config">
  108. <DependentUpon>Web.config</DependentUpon>
  109. </None>
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Folder Include="App_Data\" />
  113. <Folder Include="Controllers\" />
  114. <Folder Include="Models\" />
  115. </ItemGroup>
  116. <PropertyGroup>
  117. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  118. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  119. </PropertyGroup>
  120. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  121. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  122. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  123. <ProjectExtensions>
  124. <VisualStudio>
  125. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  126. <WebProjectProperties>
  127. <UseIIS>True</UseIIS>
  128. <AutoAssignPort>True</AutoAssignPort>
  129. <DevelopmentServerPort>3866</DevelopmentServerPort>
  130. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  131. <IISUrl>http://localhost:3866/</IISUrl>
  132. <NTLMAuthentication>False</NTLMAuthentication>
  133. <UseCustomServer>False</UseCustomServer>
  134. <CustomServerUrl>
  135. </CustomServerUrl>
  136. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  137. </WebProjectProperties>
  138. </FlavorProperties>
  139. </VisualStudio>
  140. </ProjectExtensions>
  141. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  142. <PropertyGroup>
  143. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  144. </PropertyGroup>
  145. <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  146. </Target>
  147. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  148. Other similar extension points exist, see Microsoft.Common.targets.
  149. <Target Name="BeforeBuild">
  150. </Target>
  151. <Target Name="AfterBuild">
  152. </Target>
  153. -->
  154. </Project>