You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

NuGet-server.csproj 6.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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>{23F13185-BFE0-435A-8772-36DA53DA5BDA}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>NuGet_server</RootNamespace>
  15. <AssemblyName>NuGet-server</AssemblyName>
  16. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  17. <UseIISExpress>true</UseIISExpress>
  18. <IISExpressSSLPort />
  19. <IISExpressAnonymousAuthentication />
  20. <IISExpressWindowsAuthentication />
  21. <IISExpressUseClassicPipelineMode />
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Elmah">
  42. <HintPath>..\packages\elmah.corelibrary.1.2.2\lib\Elmah.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  46. <Private>True</Private>
  47. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Microsoft.Web.XmlTransform">
  50. <HintPath>..\packages\Microsoft.Web.Xdt.2.1.1\lib\net40\Microsoft.Web.XmlTransform.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Ninject">
  53. <HintPath>..\packages\Ninject.3.0.1.10\lib\net45-full\Ninject.dll</HintPath>
  54. </Reference>
  55. <Reference Include="NuGet.Core, Version=2.8.60318.667, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\packages\NuGet.Core.2.8.5\lib\net40-Client\NuGet.Core.dll</HintPath>
  58. </Reference>
  59. <Reference Include="NuGet.Server">
  60. <HintPath>..\packages\NuGet.Server.2.8.5\lib\net40\NuGet.Server.dll</HintPath>
  61. </Reference>
  62. <Reference Include="RouteMagic">
  63. <HintPath>..\packages\RouteMagic.1.2\lib\net40\RouteMagic.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System.Data.Services" />
  66. <Reference Include="System.ServiceModel" />
  67. <Reference Include="System.ServiceModel.Activation" />
  68. <Reference Include="System.ServiceModel.Web" />
  69. <Reference Include="System.Web.DynamicData" />
  70. <Reference Include="System.Web.Entity" />
  71. <Reference Include="System.Web.ApplicationServices" />
  72. <Reference Include="System.ComponentModel.DataAnnotations" />
  73. <Reference Include="System" />
  74. <Reference Include="System.Data" />
  75. <Reference Include="System.Core" />
  76. <Reference Include="System.Data.DataSetExtensions" />
  77. <Reference Include="System.Web.Extensions" />
  78. <Reference Include="System.Xml.Linq" />
  79. <Reference Include="System.Drawing" />
  80. <Reference Include="System.Web" />
  81. <Reference Include="System.Xml" />
  82. <Reference Include="System.Configuration" />
  83. <Reference Include="System.Web.Services" />
  84. <Reference Include="System.EnterpriseServices" />
  85. <Reference Include="WebActivatorEx">
  86. <HintPath>..\packages\WebActivatorEx.2.0.6\lib\net40\WebActivatorEx.dll</HintPath>
  87. </Reference>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Content Include="App_Readme\Elmah.txt" />
  91. <Content Include="DataServices\Packages.svc" />
  92. <Content Include="Default.aspx" />
  93. <Content Include="favicon.ico" />
  94. <Content Include="Packages\Readme.txt" />
  95. <Content Include="Web.config" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Compile Include="DataServices\Routes.cs" />
  99. <Compile Include="Properties\AssemblyInfo.cs" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Content Include="packages.config" />
  103. <None Include="Web.Debug.config">
  104. <DependentUpon>Web.config</DependentUpon>
  105. </None>
  106. <None Include="Web.Release.config">
  107. <DependentUpon>Web.config</DependentUpon>
  108. </None>
  109. </ItemGroup>
  110. <PropertyGroup>
  111. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  112. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  113. </PropertyGroup>
  114. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  115. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  116. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  117. <ProjectExtensions>
  118. <VisualStudio>
  119. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  120. <WebProjectProperties>
  121. <UseIIS>True</UseIIS>
  122. <AutoAssignPort>True</AutoAssignPort>
  123. <DevelopmentServerPort>50021</DevelopmentServerPort>
  124. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  125. <IISUrl>http://localhost:50021/</IISUrl>
  126. <NTLMAuthentication>False</NTLMAuthentication>
  127. <UseCustomServer>False</UseCustomServer>
  128. <CustomServerUrl>
  129. </CustomServerUrl>
  130. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  131. </WebProjectProperties>
  132. </FlavorProperties>
  133. </VisualStudio>
  134. </ProjectExtensions>
  135. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  136. Other similar extension points exist, see Microsoft.Common.targets.
  137. <Target Name="BeforeBuild">
  138. </Target>
  139. <Target Name="AfterBuild">
  140. </Target>
  141. -->
  142. </Project>