[gitattributes] Do CRLF normalization on sln/proj files
[mono-project.git] / mcs / class / Microsoft.Build / Test / resources / FunctionalTestReferenceProject3.csproj
blobfe7b8e11dbccc392044be9fec9e1751b19537599
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="..\..\Build\NuGet.Settings.targets" />
4   <PropertyGroup>
5     <ProjectGuid>{793B20A9-E263-4B54-BB31-305B602087CE}</ProjectGuid>
6     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
7     <OutputType>Library</OutputType>
8     <RootNamespace>NuGet.Server</RootNamespace>
9     <AssemblyName>NuGet.Server</AssemblyName>
10     <OutputPath>bin</OutputPath>
11     <UseIISExpress>true</UseIISExpress>
12   </PropertyGroup>
13   <ItemGroup>
14     <Reference Include="Elmah">
15       <HintPath>..\..\packages\elmah.corelibrary.1.2\lib\Elmah.dll</HintPath>
16     </Reference>
17     <Reference Include="Microsoft.CSharp" />
18     <Reference Include="Ninject">
19       <HintPath>..\..\packages\Ninject.2.2.1.4\lib\net40-Full\Ninject.dll</HintPath>
20     </Reference>
21     <Reference Include="RouteMagic">
22       <HintPath>..\..\packages\RouteMagic.1.0\lib\net40\RouteMagic.dll</HintPath>
23     </Reference>
24     <Reference Include="System" />
25     <Reference Include="System.Data" />
26     <Reference Include="System.Data.Services" />
27     <Reference Include="System.Data.Services.Client" />
28     <Reference Include="System.ServiceModel" />
29     <Reference Include="System.ServiceModel.Activation" />
30     <Reference Include="System.ServiceModel.Web" />
31     <Reference Include="System.Core">
32       <RequiredTargetFramework>3.5</RequiredTargetFramework>
33     </Reference>
34     <Reference Include="System.Xml.Linq">
35       <RequiredTargetFramework>3.5</RequiredTargetFramework>
36     </Reference>
37     <Reference Include="System.Web" />
38     <Reference Include="System.Xml" />
39     <Reference Include="System.Configuration" />
40     <Reference Include="System.Web.Services" />
41     <Reference Include="WebActivator">
42       <HintPath>..\..\packages\WebActivator.1.4.1\lib\net40\WebActivator.dll</HintPath>
43     </Reference>
44   </ItemGroup>
45   <ItemGroup>
46     <Compile Include="..\..\Common\CommonAssemblyInfo.cs">
47       <Link>Properties\CommonAssemblyInfo.cs</Link>
48     </Compile>
49     <Compile Include="DataServices\Package.cs" />
50     <Compile Include="DataServices\PackageContext.cs" />
51     <Compile Include="Publishing\PackageService.cs" />
52     <Compile Include="Infrastructure\Bindings.cs" />
53     <Compile Include="Infrastructure\Helpers.cs" />
54     <Compile Include="Infrastructure\IPackageAuthenticationService.cs" />
55     <Compile Include="Infrastructure\IServerPackageRepository.cs" />
56     <Compile Include="Infrastructure\PackageAuthenticationService.cs" />
57     <Compile Include="Infrastructure\ServerPackageRepository.cs" />
58     <Compile Include="Infrastructure\NinjectBootstrapper.cs" />
59     <Compile Include="Infrastructure\DerivedPackageData.cs" />
60     <Compile Include="DataServices\Packages.svc.cs">
61       <DependentUpon>Packages.svc</DependentUpon>
62     </Compile>
63     <Compile Include="Infrastructure\PackageUtility.cs" />
64     <Compile Include="Properties\AssemblyInfo.cs" />
65   </ItemGroup>
66   <ItemGroup>
67     <Content Include="Default.aspx" />
68     <Content Include="favicon.ico" />
69     <Content Include="DataServices\Packages.svc" />
70     <Content Include="license.txt" />
71     <Content Include="Packages\Readme.txt" />
72     <Content Include="Web.config">
73       <SubType>Designer</SubType>
74     </Content>
75     <Content Include="Web.Debug.config">
76       <DependentUpon>Web.config</DependentUpon>
77     </Content>
78     <Content Include="Web.Release.config">
79       <DependentUpon>Web.config</DependentUpon>
80     </Content>
81   </ItemGroup>
82   <ItemGroup>
83     <Compile Include="DataServices\Routes.cs" />
84     <None Include="Properties\NuGet.Server.nuspec" />
85     <Content Include="DataServices\Routes.cs.pp" />
86   </ItemGroup>
87   <ItemGroup>
88     <ProjectReference Include="..\Core\Core.csproj">
89       <Project>{F879F274-EFA0-4157-8404-33A19B4E6AEC}</Project>
90       <Name>Core</Name>
91     </ProjectReference>
92   </ItemGroup>
93   <ItemGroup>
94     <Content Include="packages.config">
95       <SubType>Designer</SubType>
96     </Content>
97   </ItemGroup>
98   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
99   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
100   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
101        Other similar extension points exist, see Microsoft.Common.targets.
102   <Target Name="BeforeBuild">
103   </Target> -->
104   <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
105     <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
106   </Target>
107   <ProjectExtensions>
108     <VisualStudio>
109       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
110         <WebProjectProperties>
111           <UseIIS>True</UseIIS>
112           <AutoAssignPort>True</AutoAssignPort>
113           <DevelopmentServerPort>18572</DevelopmentServerPort>
114           <DevelopmentServerVPath>/</DevelopmentServerVPath>
115           <IISUrl>http://localhost:18572/</IISUrl>
116           <NTLMAuthentication>False</NTLMAuthentication>
117           <UseCustomServer>False</UseCustomServer>
118           <CustomServerUrl></CustomServerUrl>
119           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
120         </WebProjectProperties>
121       </FlavorProperties>
122     </VisualStudio>
123   </ProjectExtensions>
124 </Project>