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 >{AB6B7FF4-20E1-4597-9932-3985E21E809E}</ProjectGuid >
11+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
12+ <OutputType >Library</OutputType >
13+ <AppDesignerFolder >Properties</AppDesignerFolder >
14+ <RootNamespace >DotNetOutputToConsole.DemoWeb</RootNamespace >
15+ <AssemblyName >DotNetOutputToConsole.DemoWeb</AssemblyName >
16+ <TargetFrameworkVersion >v4.8.1</TargetFrameworkVersion >
17+ <UseIISExpress >true</UseIISExpress >
18+ <Use64BitIISExpress />
19+ <IISExpressSSLPort >44381</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 =" System.Web.DynamicData" />
48+ <Reference Include =" System.Web.Entity" />
49+ <Reference Include =" System.Web.ApplicationServices" />
50+ <Reference Include =" System.ComponentModel.DataAnnotations" />
51+ <Reference Include =" System" />
52+ <Reference Include =" System.Data" />
53+ <Reference Include =" System.Core" />
54+ <Reference Include =" System.Data.DataSetExtensions" />
55+ <Reference Include =" System.Web.Extensions" />
56+ <Reference Include =" System.Xml.Linq" />
57+ <Reference Include =" System.Drawing" />
58+ <Reference Include =" System.Web" />
59+ <Reference Include =" System.Xml" />
60+ <Reference Include =" System.Configuration" />
61+ <Reference Include =" System.Web.Services" />
62+ <Reference Include =" System.EnterpriseServices" />
63+ </ItemGroup >
64+ <ItemGroup >
65+ <Reference Include =" Microsoft.CodeDom.Providers.DotNetCompilerPlatform" >
66+ <HintPath >..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath >
67+ </Reference >
68+ </ItemGroup >
69+ <ItemGroup >
70+ <Content Include =" Default.aspx" />
71+ <Content Include =" Web.config" />
72+ </ItemGroup >
73+ <ItemGroup >
74+ <Compile Include =" Default.aspx.cs" >
75+ <DependentUpon >Default.aspx</DependentUpon >
76+ <SubType >ASPXCodeBehind</SubType >
77+ </Compile >
78+ <Compile Include =" Default.aspx.designer.cs" >
79+ <DependentUpon >Default.aspx</DependentUpon >
80+ </Compile >
81+ <Compile Include =" Properties\AssemblyInfo.cs" />
82+ </ItemGroup >
83+ <ItemGroup >
84+ <None Include =" packages.config" />
85+ <None Include =" Web.Debug.config" >
86+ <DependentUpon >Web.config</DependentUpon >
87+ </None >
88+ <None Include =" Web.Release.config" >
89+ <DependentUpon >Web.config</DependentUpon >
90+ </None >
91+ </ItemGroup >
92+ <ItemGroup >
93+ <ProjectReference Include =" ..\..\src\DotNetOutputToConsole\DotNetOutputToConsole.csproj" >
94+ <Project >{5fe20856-e888-465d-ad6a-f939e7f37774}</Project >
95+ <Name >DotNetOutputToConsole</Name >
96+ </ProjectReference >
97+ </ItemGroup >
98+ <PropertyGroup >
99+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
100+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
101+ </PropertyGroup >
102+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
103+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
104+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
105+ <ProjectExtensions >
106+ <VisualStudio >
107+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
108+ <WebProjectProperties >
109+ <UseIIS >True</UseIIS >
110+ <AutoAssignPort >True</AutoAssignPort >
111+ <DevelopmentServerPort >6708</DevelopmentServerPort >
112+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
113+ <IISUrl >https://localhost:44381/</IISUrl >
114+ <NTLMAuthentication >False</NTLMAuthentication >
115+ <UseCustomServer >False</UseCustomServer >
116+ <CustomServerUrl >
117+ </CustomServerUrl >
118+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
119+ </WebProjectProperties >
120+ </FlavorProperties >
121+ </VisualStudio >
122+ </ProjectExtensions >
123+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
124+ <PropertyGroup >
125+ <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 >
126+ </PropertyGroup >
127+ <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'))" />
128+ </Target >
129+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
130+ Other similar extension points exist, see Microsoft.Common.targets.
131+ <Target Name="BeforeBuild">
132+ </Target>
133+ <Target Name="AfterBuild">
134+ </Target>
135+ -->
136+ </Project >
0 commit comments