1+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2+ <Import Project =" ..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition =" Exists('..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
3+ <Import Project =" ..\..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props" Condition =" Exists('..\..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props')" />
4+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5+ <PropertyGroup >
6+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8+ <ProductVersion >
9+ </ProductVersion >
10+ <SchemaVersion >2.0</SchemaVersion >
11+ <ProjectGuid >{590892DD-F842-4E7C-9400-4C6451C16B1A}</ProjectGuid >
12+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
13+ <OutputType >Library</OutputType >
14+ <AppDesignerFolder >Properties</AppDesignerFolder >
15+ <RootNamespace >SampleWebApp</RootNamespace >
16+ <AssemblyName >SampleWebApp</AssemblyName >
17+ <TargetFrameworkVersion >v4.7.1</TargetFrameworkVersion >
18+ <UseIISExpress >true</UseIISExpress >
19+ <Use64BitIISExpress />
20+ <IISExpressSSLPort />
21+ <IISExpressAnonymousAuthentication />
22+ <IISExpressWindowsAuthentication />
23+ <IISExpressUseClassicPipelineMode />
24+ <UseGlobalApplicationHostFile />
25+ <NuGetPackageImportStamp >
26+ </NuGetPackageImportStamp >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
29+ <DebugSymbols >true</DebugSymbols >
30+ <DebugType >full</DebugType >
31+ <Optimize >false</Optimize >
32+ <OutputPath >bin\</OutputPath >
33+ <DefineConstants >DEBUG;TRACE</DefineConstants >
34+ <ErrorReport >prompt</ErrorReport >
35+ <WarningLevel >4</WarningLevel >
36+ </PropertyGroup >
37+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
38+ <DebugSymbols >true</DebugSymbols >
39+ <DebugType >pdbonly</DebugType >
40+ <Optimize >true</Optimize >
41+ <OutputPath >bin\</OutputPath >
42+ <DefineConstants >TRACE</DefineConstants >
43+ <ErrorReport >prompt</ErrorReport >
44+ <WarningLevel >4</WarningLevel >
45+ </PropertyGroup >
46+ <ItemGroup >
47+ <Reference Include =" Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
48+ <HintPath >..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath >
49+ </Reference >
50+ <Reference Include =" Microsoft.CSharp" />
51+ <Reference Include =" System.Web.DynamicData" />
52+ <Reference Include =" System.Web.Entity" />
53+ <Reference Include =" System.Web.ApplicationServices" />
54+ <Reference Include =" System.ComponentModel.DataAnnotations" />
55+ <Reference Include =" System" />
56+ <Reference Include =" System.Data" />
57+ <Reference Include =" System.Core" />
58+ <Reference Include =" System.Data.DataSetExtensions" />
59+ <Reference Include =" System.Web.Extensions" />
60+ <Reference Include =" System.Xml.Linq" />
61+ <Reference Include =" System.Drawing" />
62+ <Reference Include =" System.Web" />
63+ <Reference Include =" System.Xml" />
64+ <Reference Include =" System.Configuration" />
65+ <Reference Include =" System.Web.Services" />
66+ <Reference Include =" System.EnterpriseServices" />
67+ </ItemGroup >
68+ <ItemGroup >
69+ <Content Include =" App_Data\settings.json" />
70+ <None Include =" packages.config" />
71+ <None Include =" Web.Debug.config" >
72+ <DependentUpon >Web.config</DependentUpon >
73+ </None >
74+ <None Include =" Web.Release.config" >
75+ <DependentUpon >Web.config</DependentUpon >
76+ </None >
77+ </ItemGroup >
78+ <ItemGroup >
79+ <Content Include =" App_Data\secrets.xml" />
80+ <Content Include =" default.aspx" />
81+ <Content Include =" Web.config" />
82+ </ItemGroup >
83+ <ItemGroup >
84+ <Compile Include =" Properties\AssemblyInfo.cs" />
85+ </ItemGroup >
86+ <ItemGroup >
87+ <ProjectReference Include =" ..\..\src\Azure\Azure.csproj" >
88+ <Project >{345c5437-4990-45dc-be34-6e37aa05d8d2}</Project >
89+ <Name >Azure</Name >
90+ </ProjectReference >
91+ <ProjectReference Include =" ..\..\src\Base\Base.csproj" >
92+ <Project >{f382fbf8-146d-4968-a199-90d37f9ef9a7}</Project >
93+ <Name >Base</Name >
94+ </ProjectReference >
95+ <ProjectReference Include =" ..\..\src\Environment\Environment.csproj" >
96+ <Project >{c6530e81-d8d8-47a8-912e-d2939f801835}</Project >
97+ <Name >Environment</Name >
98+ </ProjectReference >
99+ <ProjectReference Include =" ..\..\src\Json\Json.csproj" >
100+ <Project >{84e0ce5d-4af2-414f-a940-22b3f93fc727}</Project >
101+ <Name >Json</Name >
102+ </ProjectReference >
103+ <ProjectReference Include =" ..\..\src\UserSecrets\UserSecrets.csproj" >
104+ <Project >{c60d6cbb-d513-4692-81a6-0be5d45e4702}</Project >
105+ <Name >UserSecrets</Name >
106+ </ProjectReference >
107+ </ItemGroup >
108+ <PropertyGroup >
109+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
110+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
111+ </PropertyGroup >
112+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
113+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
114+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
115+ <ProjectExtensions >
116+ <VisualStudio >
117+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
118+ <WebProjectProperties >
119+ <UseIIS >True</UseIIS >
120+ <AutoAssignPort >True</AutoAssignPort >
121+ <DevelopmentServerPort >58254</DevelopmentServerPort >
122+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
123+ <IISUrl >http://localhost:58254/</IISUrl >
124+ <NTLMAuthentication >False</NTLMAuthentication >
125+ <UseCustomServer >False</UseCustomServer >
126+ <CustomServerUrl >
127+ </CustomServerUrl >
128+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
129+ </WebProjectProperties >
130+ </FlavorProperties >
131+ </VisualStudio >
132+ </ProjectExtensions >
133+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
134+ <PropertyGroup >
135+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
136+ </PropertyGroup >
137+ <Error Condition =" !Exists('..\..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props'))" />
138+ <Error Condition =" !Exists('..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
139+ </Target >
140+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
141+ Other similar extension points exist, see Microsoft.Common.targets.
142+ <Target Name="BeforeBuild">
143+ </Target>
144+ <Target Name="AfterBuild">
145+ </Target>
146+ -->
147+ </Project >
0 commit comments