Nugets.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\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>{8B40AB94-5541-4075-928D-C8C2C6384B36}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>Nugets</RootNamespace>
  15. <AssemblyName>Nugets</AssemblyName>
  16. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  17. <UseIISExpress>true</UseIISExpress>
  18. <Use64BitIISExpress />
  19. <IISExpressSSLPort>44315</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="Microsoft.Data.Edm, Version=5.8.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Microsoft.Data.Edm.5.8.4\lib\net40\Microsoft.Data.Edm.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Microsoft.Data.OData, Version=5.8.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  51. <HintPath>..\packages\Microsoft.Data.OData.5.8.4\lib\net40\Microsoft.Data.OData.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  54. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Microsoft.Web.XmlTransform, Version=2.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  57. <HintPath>..\packages\Microsoft.Web.Xdt.2.1.1\lib\net40\Microsoft.Web.XmlTransform.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  60. <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  61. </Reference>
  62. <Reference Include="NuGet.Core, Version=2.14.0.832, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  63. <HintPath>..\packages\NuGet.Core.2.14.0\lib\net40-Client\NuGet.Core.dll</HintPath>
  64. </Reference>
  65. <Reference Include="NuGet.Server, Version=3.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  66. <HintPath>..\packages\NuGet.Server.3.4.1\lib\net46\NuGet.Server.dll</HintPath>
  67. </Reference>
  68. <Reference Include="NuGet.Server.Core, Version=3.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  69. <HintPath>..\packages\NuGet.Server.Core.3.4.1\lib\net46\NuGet.Server.Core.dll</HintPath>
  70. </Reference>
  71. <Reference Include="NuGet.Server.V2, Version=3.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  72. <HintPath>..\packages\NuGet.Server.V2.3.4.1\lib\net46\NuGet.Server.V2.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System.Data.Services" />
  75. <Reference Include="System.Net.Http" />
  76. <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  77. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.ServiceModel" />
  80. <Reference Include="System.ServiceModel.Activation" />
  81. <Reference Include="System.ServiceModel.Web" />
  82. <Reference Include="System.Spatial, Version=5.8.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  83. <HintPath>..\packages\System.Spatial.5.8.4\lib\net40\System.Spatial.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.Web.DynamicData" />
  86. <Reference Include="System.Web.Entity" />
  87. <Reference Include="System.Web.ApplicationServices" />
  88. <Reference Include="System.ComponentModel.DataAnnotations" />
  89. <Reference Include="System" />
  90. <Reference Include="System.Data" />
  91. <Reference Include="System.Core" />
  92. <Reference Include="System.Data.DataSetExtensions" />
  93. <Reference Include="System.Web.Extensions" />
  94. <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  95. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  96. </Reference>
  97. <Reference Include="System.Web.Http.OData, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  98. <HintPath>..\packages\Microsoft.AspNet.WebApi.OData.5.7.0\lib\net45\System.Web.Http.OData.dll</HintPath>
  99. </Reference>
  100. <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  101. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  102. </Reference>
  103. <Reference Include="System.Xml.Linq" />
  104. <Reference Include="System.Drawing" />
  105. <Reference Include="System.Web" />
  106. <Reference Include="System.Xml" />
  107. <Reference Include="System.Configuration" />
  108. <Reference Include="System.Web.Services" />
  109. <Reference Include="System.EnterpriseServices" />
  110. <Reference Include="WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL">
  111. <HintPath>..\packages\WebActivatorEx.2.2.0\lib\net40\WebActivatorEx.dll</HintPath>
  112. </Reference>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
  116. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  117. </Reference>
  118. </ItemGroup>
  119. <ItemGroup>
  120. <Content Include="Default.aspx" />
  121. <Content Include="favicon.ico" />
  122. <Content Include="Packages\Readme.txt" />
  123. <Content Include="Web.config" />
  124. </ItemGroup>
  125. <ItemGroup>
  126. <Compile Include="App_Start\NuGetODataConfig.cs" />
  127. <Compile Include="Properties\AssemblyInfo.cs" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <None Include="packages.config" />
  131. <None Include="Web.Debug.config">
  132. <DependentUpon>Web.config</DependentUpon>
  133. </None>
  134. <None Include="Web.Release.config">
  135. <DependentUpon>Web.config</DependentUpon>
  136. </None>
  137. </ItemGroup>
  138. <PropertyGroup>
  139. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  140. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  141. </PropertyGroup>
  142. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  143. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  144. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  145. <ProjectExtensions>
  146. <VisualStudio>
  147. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  148. <WebProjectProperties>
  149. <UseIIS>True</UseIIS>
  150. <AutoAssignPort>True</AutoAssignPort>
  151. <DevelopmentServerPort>50203</DevelopmentServerPort>
  152. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  153. <IISUrl>https://localhost:44315/</IISUrl>
  154. <NTLMAuthentication>False</NTLMAuthentication>
  155. <UseCustomServer>False</UseCustomServer>
  156. <CustomServerUrl>
  157. </CustomServerUrl>
  158. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  159. </WebProjectProperties>
  160. </FlavorProperties>
  161. </VisualStudio>
  162. </ProjectExtensions>
  163. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  164. <PropertyGroup>
  165. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  166. </PropertyGroup>
  167. <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  168. </Target>
  169. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  170. Other similar extension points exist, see Microsoft.Common.targets.
  171. <Target Name="BeforeBuild">
  172. </Target>
  173. <Target Name="AfterBuild">
  174. </Target>
  175. -->
  176. </Project>