main
csproj 219 lines 11.6 KB
Raw
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <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')" />
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>{3DDD967D-2E14-44A3-AFE1-1ED4C25033BC}</ProjectGuid>
12 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
13 <OutputType>Library</OutputType>
14 <AppDesignerFolder>Properties</AppDesignerFolder>
15 <RootNamespace>CsprojWebApplicationNetFx</RootNamespace>
16 <AssemblyName>CsprojWebApplicationNetFx</AssemblyName>
17 <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
18 <MvcBuildViews>false</MvcBuildViews>
19 <UseIISExpress>true</UseIISExpress>
20 <Use64BitIISExpress />
21 <IISExpressSSLPort />
22 <IISExpressAnonymousAuthentication />
23 <IISExpressWindowsAuthentication />
24 <IISExpressUseClassicPipelineMode />
25 <UseGlobalApplicationHostFile />
26 <NuGetPackageImportStamp>
27 </NuGetPackageImportStamp>
28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
30 <DebugSymbols>true</DebugSymbols>
31 <DebugType>full</DebugType>
32 <Optimize>false</Optimize>
33 <OutputPath>bin\</OutputPath>
34 <DefineConstants>DEBUG;TRACE</DefineConstants>
35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel>
37 </PropertyGroup>
38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
39 <DebugSymbols>true</DebugSymbols>
40 <DebugType>pdbonly</DebugType>
41 <Optimize>true</Optimize>
42 <OutputPath>bin\</OutputPath>
43 <DefineConstants>TRACE</DefineConstants>
44 <ErrorReport>prompt</ErrorReport>
45 <WarningLevel>4</WarningLevel>
46 </PropertyGroup>
47 <ItemGroup>
48 <Reference Include="Microsoft.CSharp" />
49 <Reference Include="System" />
50 <Reference Include="System.Data" />
51 <Reference Include="System.Drawing" />
52 <Reference Include="System.Web.DynamicData" />
53 <Reference Include="System.Web.Entity" />
54 <Reference Include="System.Web.ApplicationServices" />
55 <Reference Include="System.ComponentModel.DataAnnotations" />
56 <Reference Include="System.Core" />
57 <Reference Include="System.Data.DataSetExtensions" />
58 <Reference Include="System.Xml.Linq" />
59 <Reference Include="System.Web" />
60 <Reference Include="System.Web.Extensions" />
61 <Reference Include="System.Web.Abstractions" />
62 <Reference Include="System.Web.Routing" />
63 <Reference Include="System.Xml" />
64 <Reference Include="System.Configuration" />
65 <Reference Include="System.Web.Services" />
66 <Reference Include="System.EnterpriseServices" />
67 <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
68 <Private>True</Private>
69 <HintPath>..\..\..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
70 </Reference>
71 <Reference Include="System.Net.Http">
72 </Reference>
73 <Reference Include="System.Net.Http.WebRequest">
74 </Reference>
75 <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
76 <Private>True</Private>
77 <HintPath>..\..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
78 </Reference>
79 <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
80 <Private>True</Private>
81 <HintPath>..\..\..\..\..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
82 </Reference>
83 <Reference Include="System.Web.Optimization">
84 <HintPath>..\..\..\..\..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
85 </Reference>
86 <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
87 <Private>True</Private>
88 <HintPath>..\..\..\..\..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
89 </Reference>
90 <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
91 <Private>True</Private>
92 <HintPath>..\..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
93 </Reference>
94 <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
95 <Private>True</Private>
96 <HintPath>..\..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
97 </Reference>
98 <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
99 <Private>True</Private>
100 <HintPath>..\..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
101 </Reference>
102 <Reference Include="Newtonsoft.Json">
103 <HintPath>..\..\..\..\..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
104 </Reference>
105 <Reference Include="WebGrease">
106 <Private>True</Private>
107 <HintPath>..\..\..\..\..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
108 </Reference>
109 <Reference Include="Antlr3.Runtime">
110 <Private>True</Private>
111 <HintPath>..\..\..\..\..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
112 </Reference>
113 </ItemGroup>
114 <ItemGroup>
115 <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
116 <HintPath>..\..\..\..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
117 </Reference>
118 </ItemGroup>
119 <ItemGroup>
120 <Compile Include="App_Start\BundleConfig.cs" />
121 <Compile Include="App_Start\FilterConfig.cs" />
122 <Compile Include="App_Start\RouteConfig.cs" />
123 <Compile Include="Controllers\HomeController.cs" />
124 <Compile Include="Global.asax.cs">
125 <DependentUpon>Global.asax</DependentUpon>
126 </Compile>
127 <Compile Include="Properties\AssemblyInfo.cs" />
128 </ItemGroup>
129 <ItemGroup>
130 <Content Include="Content\bootstrap-theme.css" />
131 <Content Include="Content\bootstrap.css" />
132 <Content Include="favicon.ico" />
133 <Content Include="fonts\glyphicons-halflings-regular.svg" />
134 <Content Include="Global.asax" />
135 <Content Include="Content\Site.css" />
136 <Content Include="Scripts\bootstrap.js" />
137 <Content Include="Scripts\bootstrap.min.js" />
138 <None Include="Scripts\jquery-3.4.1.intellisense.js" />
139 <Content Include="Scripts\jquery-3.4.1.js" />
140 <Content Include="Scripts\jquery-3.4.1.min.js" />
141 <Content Include="Scripts\jquery-3.4.1.slim.js" />
142 <Content Include="Scripts\jquery-3.4.1.slim.min.js" />
143 <None Include="Scripts\jquery.validate-vsdoc.js" />
144 <Content Include="Scripts\jquery.validate.js" />
145 <Content Include="Scripts\jquery.validate.min.js" />
146 <Content Include="Scripts\jquery.validate.unobtrusive.js" />
147 <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
148 <Content Include="Scripts\modernizr-2.8.3.js" />
149 <Content Include="Web.config" />
150 <Content Include="Web.Debug.config">
151 <DependentUpon>Web.config</DependentUpon>
152 </Content>
153 <Content Include="Web.Release.config">
154 <DependentUpon>Web.config</DependentUpon>
155 </Content>
156 <Content Include="Views\Web.config" />
157 <Content Include="Views\_ViewStart.cshtml" />
158 <Content Include="Views\Shared\Error.cshtml" />
159 <Content Include="Views\Shared\_Layout.cshtml" />
160 <Content Include="Views\Home\About.cshtml" />
161 <Content Include="Views\Home\Contact.cshtml" />
162 <Content Include="Views\Home\Index.cshtml" />
163 </ItemGroup>
164 <ItemGroup>
165 <Folder Include="App_Data\" />
166 <Folder Include="Models\" />
167 </ItemGroup>
168 <ItemGroup>
169 <None Include="packages.config" />
170 <Content Include="Scripts\jquery-3.4.1.slim.min.map" />
171 <Content Include="Scripts\jquery-3.4.1.min.map" />
172 </ItemGroup>
173 <ItemGroup>
174 <ProjectReference Include="..\CsprojClassLibraryNetFx\CsprojClassLibraryNetFx.csproj">
175 <Project>{984d615d-adb1-49b4-ae0b-4496ed963881}</Project>
176 <Name>CsprojClassLibraryNetFx</Name>
177 </ProjectReference>
178 </ItemGroup>
179 <PropertyGroup>
180 <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
181 <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
182 </PropertyGroup>
183 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
184 <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
185 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
186 <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
187 <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
188 </Target>
189 <ProjectExtensions>
190 <VisualStudio>
191 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
192 <WebProjectProperties>
193 <UseIIS>True</UseIIS>
194 <AutoAssignPort>True</AutoAssignPort>
195 <DevelopmentServerPort>62308</DevelopmentServerPort>
196 <DevelopmentServerVPath>/</DevelopmentServerVPath>
197 <IISUrl>http://localhost:62308/</IISUrl>
198 <NTLMAuthentication>False</NTLMAuthentication>
199 <UseCustomServer>False</UseCustomServer>
200 <CustomServerUrl>
201 </CustomServerUrl>
202 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
203 </WebProjectProperties>
204 </FlavorProperties>
205 </VisualStudio>
206 </ProjectExtensions>
207 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
208 <PropertyGroup>
209 <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>
210 </PropertyGroup>
211 <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'))" />
212 </Target>
213 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
214 Other similar extension points exist, see Microsoft.Common.targets.
215 <Target Name="BeforeBuild">
216 </Target>
217 <Target Name="AfterBuild">
218 </Target> -->
219 </Project>