c042cd0c52
Former-commit-id: 4610231f55806d2a05ed69e5ff3faa7336cc1479
124 lines
5.4 KiB
XML
124 lines
5.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\..\Build\NuGet.Settings.targets" />
|
|
<PropertyGroup>
|
|
<ProjectGuid>{793B20A9-E263-4B54-BB31-305B602087CE}</ProjectGuid>
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>NuGet.Server</RootNamespace>
|
|
<AssemblyName>NuGet.Server</AssemblyName>
|
|
<OutputPath>bin</OutputPath>
|
|
<UseIISExpress>true</UseIISExpress>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Elmah">
|
|
<HintPath>..\..\packages\elmah.corelibrary.1.2\lib\Elmah.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="Ninject">
|
|
<HintPath>..\..\packages\Ninject.2.2.1.4\lib\net40-Full\Ninject.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="RouteMagic">
|
|
<HintPath>..\..\packages\RouteMagic.1.0\lib\net40\RouteMagic.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Data.Services" />
|
|
<Reference Include="System.Data.Services.Client" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.ServiceModel.Activation" />
|
|
<Reference Include="System.ServiceModel.Web" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Xml.Linq">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Web.Services" />
|
|
<Reference Include="WebActivator">
|
|
<HintPath>..\..\packages\WebActivator.1.4.1\lib\net40\WebActivator.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\..\Common\CommonAssemblyInfo.cs">
|
|
<Link>Properties\CommonAssemblyInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="DataServices\Package.cs" />
|
|
<Compile Include="DataServices\PackageContext.cs" />
|
|
<Compile Include="Publishing\PackageService.cs" />
|
|
<Compile Include="Infrastructure\Bindings.cs" />
|
|
<Compile Include="Infrastructure\Helpers.cs" />
|
|
<Compile Include="Infrastructure\IPackageAuthenticationService.cs" />
|
|
<Compile Include="Infrastructure\IServerPackageRepository.cs" />
|
|
<Compile Include="Infrastructure\PackageAuthenticationService.cs" />
|
|
<Compile Include="Infrastructure\ServerPackageRepository.cs" />
|
|
<Compile Include="Infrastructure\NinjectBootstrapper.cs" />
|
|
<Compile Include="Infrastructure\DerivedPackageData.cs" />
|
|
<Compile Include="DataServices\Packages.svc.cs">
|
|
<DependentUpon>Packages.svc</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Infrastructure\PackageUtility.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Default.aspx" />
|
|
<Content Include="favicon.ico" />
|
|
<Content Include="DataServices\Packages.svc" />
|
|
<Content Include="license.txt" />
|
|
<Content Include="Packages\Readme.txt" />
|
|
<Content Include="Web.config">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="Web.Debug.config">
|
|
<DependentUpon>Web.config</DependentUpon>
|
|
</Content>
|
|
<Content Include="Web.Release.config">
|
|
<DependentUpon>Web.config</DependentUpon>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="DataServices\Routes.cs" />
|
|
<None Include="Properties\NuGet.Server.nuspec" />
|
|
<Content Include="DataServices\Routes.cs.pp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Core\Core.csproj">
|
|
<Project>{F879F274-EFA0-4157-8404-33A19B4E6AEC}</Project>
|
|
<Name>Core</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="packages.config">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target> -->
|
|
<Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
|
|
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
|
|
</Target>
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
<WebProjectProperties>
|
|
<UseIIS>True</UseIIS>
|
|
<AutoAssignPort>True</AutoAssignPort>
|
|
<DevelopmentServerPort>18572</DevelopmentServerPort>
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
<IISUrl>http://localhost:18572/</IISUrl>
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
<UseCustomServer>False</UseCustomServer>
|
|
<CustomServerUrl></CustomServerUrl>
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
</WebProjectProperties>
|
|
</FlavorProperties>
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
</Project> |