Left file: appwork-v1_5_2/aspnet-mvc-webpack-starter/AspnetMvcWebpackStarter/AspnetMvcWebpackStarter.csproj  
Right file: appwork-v1_6_0/aspnet-mvc-webpack-starter/AspnetMvcWebpackStarter/AspnetMvcWebpackStarter.csproj  
1 <?xml version="1.0" encoding="utf-8"?> = 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">   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')" /> <> 3   <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net472\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net472\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets')" />
4   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> = 4   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5   <PropertyGroup>   5   <PropertyGroup>
6     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>   6     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>   7     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8     <ProductVersion>   8     <ProductVersion>
9     </ProductVersion>   9     </ProductVersion>
10     <SchemaVersion>2.0</SchemaVersion>   10     <SchemaVersion>2.0</SchemaVersion>
11     <ProjectGuid>{1294F9EB-8CFA-4AA1-9D20-38688ED43FD9}</ProjectGuid>   11     <ProjectGuid>{1294F9EB-8CFA-4AA1-9D20-38688ED43FD9}</ProjectGuid>
12     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>   12     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
13     <OutputType>Library</OutputType>   13     <OutputType>Library</OutputType>
14     <AppDesignerFolder>Properties</AppDesignerFolder>   14     <AppDesignerFolder>Properties</AppDesignerFolder>
15     <RootNamespace>AspnetMvcWebpackStarter</RootNamespace>   15     <RootNamespace>AspnetMvcWebpackStarter</RootNamespace>
16     <AssemblyName>AspnetMvcWebpackStarter</AssemblyName>   16     <AssemblyName>AspnetMvcWebpackStarter</AssemblyName>
17     <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>   17     <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
18     <MvcBuildViews>false</MvcBuildViews>   18     <MvcBuildViews>false</MvcBuildViews>
19     <UseIISExpress>true</UseIISExpress>   19     <UseIISExpress>true</UseIISExpress>
20     <Use64BitIISExpress />   20     <Use64BitIISExpress />
21     <IISExpressSSLPort>44375</IISExpressSSLPort>   21     <IISExpressSSLPort>44375</IISExpressSSLPort>
22     <IISExpressAnonymousAuthentication />   22     <IISExpressAnonymousAuthentication />
23     <IISExpressWindowsAuthentication />   23     <IISExpressWindowsAuthentication />
24     <IISExpressUseClassicPipelineMode />   24     <IISExpressUseClassicPipelineMode />
25     <UseGlobalApplicationHostFile />   25     <UseGlobalApplicationHostFile />
26     <NuGetPackageImportStamp>   26     <NuGetPackageImportStamp>
27     </NuGetPackageImportStamp>   27     </NuGetPackageImportStamp>
28     <TargetFrameworkProfile />   28     <TargetFrameworkProfile />
29   </PropertyGroup>   29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">   30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31     <DebugSymbols>true</DebugSymbols>   31     <DebugSymbols>true</DebugSymbols>
32     <DebugType>full</DebugType>   32     <DebugType>full</DebugType>
33     <Optimize>false</Optimize>   33     <Optimize>false</Optimize>
34     <OutputPath>bin\</OutputPath>   34     <OutputPath>bin\</OutputPath>
35     <DefineConstants>DEBUG;TRACE</DefineConstants>   35     <DefineConstants>DEBUG;TRACE</DefineConstants>
36     <ErrorReport>prompt</ErrorReport>   36     <ErrorReport>prompt</ErrorReport>
37     <WarningLevel>4</WarningLevel>   37     <WarningLevel>4</WarningLevel>
38   </PropertyGroup>   38   </PropertyGroup>
39   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">   39   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
40     <DebugSymbols>true</DebugSymbols>   40     <DebugSymbols>true</DebugSymbols>
41     <DebugType>pdbonly</DebugType>   41     <DebugType>pdbonly</DebugType>
42     <Optimize>true</Optimize>   42     <Optimize>true</Optimize>
43     <OutputPath>bin\</OutputPath>   43     <OutputPath>bin\</OutputPath>
44     <DefineConstants>TRACE</DefineConstants>   44     <DefineConstants>TRACE</DefineConstants>
45     <ErrorReport>prompt</ErrorReport>   45     <ErrorReport>prompt</ErrorReport>
46     <WarningLevel>4</WarningLevel>   46     <WarningLevel>4</WarningLevel>
47   </PropertyGroup>   47   </PropertyGroup>
48   <ItemGroup>   48   <ItemGroup>
49     <Reference Include="Glob, Version=1.1.6.0, Culture=neutral, processorArchitecture=MSIL"> <> 49     <Reference Include="Glob, Version=1.1.8.0, Culture=neutral, processorArchitecture=MSIL">
50       <HintPath>..\packages\Glob.1.1.6\lib\net46\Glob.dll</HintPath>   50       <HintPath>..\packages\Glob.1.1.8\lib\net46\Glob.dll</HintPath>
51     </Reference> = 51     </Reference>
52     <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <> 52     <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
53       <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>   53       <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
54     </Reference> = 54     </Reference>
55     <Reference Include="Microsoft.CSharp" />   55     <Reference Include="Microsoft.CSharp" />
56     <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">   56     <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
57       <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>   57       <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
58     </Reference>   58     </Reference>
59     <Reference Include="System" />   59     <Reference Include="System" />
60     <Reference Include="System.Data" />   60     <Reference Include="System.Data" />
61     <Reference Include="System.Data.DataSetExtensions" />   61     <Reference Include="System.Data.DataSetExtensions" />
62     <Reference Include="System.Drawing" />   62     <Reference Include="System.Drawing" />
63     <Reference Include="System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">   63     <Reference Include="System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
64       <HintPath>..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath>   64       <HintPath>..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath>
65       <Private>True</Private>   65       <Private>True</Private>
66       <Private>True</Private>   66       <Private>True</Private>
67     </Reference>   67     </Reference>
68     <Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">   68     <Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
69       <HintPath>..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>   69       <HintPath>..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
70       <Private>True</Private>   70       <Private>True</Private>
71       <Private>True</Private>   71       <Private>True</Private>
72     </Reference>   72     </Reference>
73     <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">   73     <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
74       <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>   74       <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
75     </Reference>   75     </Reference>
76     <Reference Include="System.Web.DynamicData" />   76     <Reference Include="System.Web.DynamicData" />
77     <Reference Include="System.Web.Entity" />   77     <Reference Include="System.Web.Entity" />
78     <Reference Include="System.Web.ApplicationServices" />   78     <Reference Include="System.Web.ApplicationServices" />
79     <Reference Include="System.ComponentModel.DataAnnotations" />   79     <Reference Include="System.ComponentModel.DataAnnotations" />
80     <Reference Include="System.Web.Extensions" />   80     <Reference Include="System.Web.Extensions" />
81     <Reference Include="System.Web" />   81     <Reference Include="System.Web" />
82     <Reference Include="System.Web.Abstractions" />   82     <Reference Include="System.Web.Abstractions" />
83     <Reference Include="System.Web.Routing" />   83     <Reference Include="System.Web.Routing" />
84     <Reference Include="System.Xml" />   84     <Reference Include="System.Xml" />
85     <Reference Include="System.Configuration" />   85     <Reference Include="System.Configuration" />
86     <Reference Include="System.Web.Services" />   86     <Reference Include="System.Web.Services" />
87     <Reference Include="System.EnterpriseServices" />   87     <Reference Include="System.EnterpriseServices" />
88     <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">   88     <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
89       <Private>True</Private>   89       <Private>True</Private>
90       <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>   90       <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
91     </Reference>   91     </Reference>
92     <Reference Include="System.Net.Http">   92     <Reference Include="System.Net.Http">
93     </Reference>   93     </Reference>
94     <Reference Include="System.Net.Http.WebRequest">   94     <Reference Include="System.Net.Http.WebRequest">
95     </Reference>   95     </Reference>
96     <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">   96     <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
97       <Private>True</Private>   97       <Private>True</Private>
98       <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>   98       <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
99     </Reference>   99     </Reference>
100     <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">   100     <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
101       <Private>True</Private>   101       <Private>True</Private>
102       <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>   102       <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
103     </Reference>   103     </Reference>
104     <Reference Include="System.Web.Optimization">   104     <Reference Include="System.Web.Optimization">
105       <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>   105       <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
106     </Reference>   106     </Reference>
107     <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">   107     <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
108       <Private>True</Private>   108       <Private>True</Private>
109       <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>   109       <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
110     </Reference>   110     </Reference>
111     <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">   111     <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
112       <Private>True</Private>   112       <Private>True</Private>
113       <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>   113       <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
114     </Reference>   114     </Reference>
115     <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">   115     <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
116       <Private>True</Private>   116       <Private>True</Private>
117       <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>   117       <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
118     </Reference>   118     </Reference>
119     <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">   119     <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
120       <Private>True</Private>   120       <Private>True</Private>
121       <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>   121       <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
122     </Reference>   122     </Reference>
123     <Reference Include="System.Xml.Linq" />   123     <Reference Include="System.Xml.Linq" />
124     <Reference Include="WebGrease">   124     <Reference Include="WebGrease">
125       <Private>True</Private>   125       <Private>True</Private>
126       <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>   126       <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
127     </Reference>   127     </Reference>
128     <Reference Include="Antlr3.Runtime">   128     <Reference Include="Antlr3.Runtime">
129       <Private>True</Private>   129       <Private>True</Private>
130       <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>   130       <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
131     </Reference>   131     </Reference>
132   </ItemGroup>   132   </ItemGroup>
133   <ItemGroup>   133   <ItemGroup>
134     <Compile Include="App_Start\BundleConfig.cs" />   134     <Compile Include="App_Start\BundleConfig.cs" />
135     <Compile Include="App_Start\FilterConfig.cs" />   135     <Compile Include="App_Start\FilterConfig.cs" />
136     <Compile Include="App_Start\RouteConfig.cs" />   136     <Compile Include="App_Start\RouteConfig.cs" />
137     <Compile Include="Controllers\HomeController.cs" />   137     <Compile Include="Controllers\HomeController.cs" />
138     <Compile Include="Controllers\Page2Controller.cs" />   138     <Compile Include="Controllers\Page2Controller.cs" />
139     <Compile Include="Global.asax.cs">   139     <Compile Include="Global.asax.cs">
140       <DependentUpon>Global.asax</DependentUpon>   140       <DependentUpon>Global.asax</DependentUpon>
141     </Compile>   141     </Compile>
142     <Compile Include="Properties\AssemblyInfo.cs" />   142     <Compile Include="Properties\AssemblyInfo.cs" />
143   </ItemGroup>   143   </ItemGroup>
144   <ItemGroup>   144   <ItemGroup>
145     <Content Include="favicon.ico" />   145     <Content Include="favicon.ico" />
146     <Content Include="Global.asax" />   146     <Content Include="Global.asax" />
147     <Content Include="package.json" />   147     <Content Include="package.json" />
148     <Content Include="Web.config" />   148     <Content Include="Web.config" />
149     <Content Include="webpack.config.js" />   149     <Content Include="webpack.config.js" />
150     <Content Include="build-config.js" />   150     <Content Include="build-config.js" />
151     <Content Include="Gulpfile.js" />   151     <Content Include="Gulpfile.js" />
152     <Content Include="Web.Debug.config">   152     <Content Include="Web.Debug.config">
153       <DependentUpon>Web.config</DependentUpon>   153       <DependentUpon>Web.config</DependentUpon>
154     </Content>   154     </Content>
155     <Content Include="Web.Release.config">   155     <Content Include="Web.Release.config">
156       <DependentUpon>Web.config</DependentUpon>   156       <DependentUpon>Web.config</DependentUpon>
157     </Content>   157     </Content>
158     <Content Include="Views\Web.config">   158     <Content Include="Views\Web.config">
159       <SubType>Designer</SubType>   159       <SubType>Designer</SubType>
160     </Content>   160     </Content>
161     <Content Include="Views\_ViewStart.cshtml" />   161     <Content Include="Views\_ViewStart.cshtml" />
162     <Content Include="Views\Shared\Error.cshtml" />   162     <Content Include="Views\Shared\Error.cshtml" />
163     <Content Include="Views\Home\Index.cshtml" />   163     <Content Include="Views\Home\Index.cshtml" />
164     <Content Include="Views\Shared\Layouts\Partials\_LayoutFooter.cshtml" />   164     <Content Include="Views\Shared\Layouts\Partials\_LayoutFooter.cshtml" />
165     <Content Include="Views\Shared\Layouts\Partials\_LayoutNavbar.cshtml" />   165     <Content Include="Views\Shared\Layouts\Partials\_LayoutNavbar.cshtml" />
166     <Content Include="Views\Shared\Layouts\Partials\_LayoutSidenav.cshtml" />   166     <Content Include="Views\Shared\Layouts\Partials\_LayoutSidenav.cshtml" />
167     <Content Include="Views\Shared\Layouts\_Application.cshtml" />   167     <Content Include="Views\Shared\Layouts\_Application.cshtml" />
168     <Content Include="Views\Shared\Layouts\_Layout1.cshtml" />   168     <Content Include="Views\Shared\Layouts\_Layout1.cshtml" />
169     <Content Include="Views\Shared\Layouts\_Layout1Flex.cshtml" />   169     <Content Include="Views\Shared\Layouts\_Layout1Flex.cshtml" />
170     <Content Include="Views\Shared\Layouts\_Layout2.cshtml" />   170     <Content Include="Views\Shared\Layouts\_Layout2.cshtml" />
171     <Content Include="Views\Shared\Layouts\_Layout2Flex.cshtml" />   171     <Content Include="Views\Shared\Layouts\_Layout2Flex.cshtml" />
172     <Content Include="Views\Shared\Layouts\_LayoutBlank.cshtml" />   172     <Content Include="Views\Shared\Layouts\_LayoutBlank.cshtml" />
173     <Content Include="Views\Shared\Layouts\_LayoutHorizontalSidenav.cshtml" />   173     <Content Include="Views\Shared\Layouts\_LayoutHorizontalSidenav.cshtml" />
174     <Content Include="Views\Shared\Layouts\_LayoutWithoutNavbar.cshtml" />   174     <Content Include="Views\Shared\Layouts\_LayoutWithoutNavbar.cshtml" />
175     <Content Include="Views\Shared\Layouts\_LayoutWithoutNavbarFlex.cshtml" />   175     <Content Include="Views\Shared\Layouts\_LayoutWithoutNavbarFlex.cshtml" />
176     <Content Include="Views\Shared\Layouts\_LayoutWithoutSidenav.cshtml" />   176     <Content Include="Views\Shared\Layouts\_LayoutWithoutSidenav.cshtml" />
177     <Content Include="Views\Page2\Index.cshtml" />   177     <Content Include="Views\Page2\Index.cshtml" />
178     <Content Include="Content\**\*" />   178     <Content Include="Content\**\*" />
179     <Content Include="Scripts\**\*" />   179     <Content Include="Scripts\**\*" />
180     <Content Include="Vendor\**\*" />   180     <Content Include="Vendor\**\*" />
181   </ItemGroup>   181   </ItemGroup>
182   <ItemGroup>   182   <ItemGroup>
183     <Folder Include="App_Data\" />   183     <Folder Include="App_Data\" />
184     <Folder Include="Models\" />   184     <Folder Include="Models\" />
185   </ItemGroup>   185   </ItemGroup>
186   <ItemGroup>   186   <ItemGroup>
187     <None Include="packages.config" />   187     <None Include="packages.config" />
188   </ItemGroup>   188   </ItemGroup>
189   <PropertyGroup>   189   <PropertyGroup>
190     <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>   190     <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
191     <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>   191     <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
192   </PropertyGroup>   192   </PropertyGroup>
193   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />   193   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
194   <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />   194   <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
195   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />   195   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
196   <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">   196   <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
197     <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />   197     <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
198   </Target>   198   </Target>
199   <ProjectExtensions>   199   <ProjectExtensions>
200     <VisualStudio>   200     <VisualStudio>
201       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">   201       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
202         <WebProjectProperties>   202         <WebProjectProperties>
203           <UseIIS>True</UseIIS>   203           <UseIIS>True</UseIIS>
204           <AutoAssignPort>True</AutoAssignPort>   204           <AutoAssignPort>True</AutoAssignPort>
205           <DevelopmentServerPort>65161</DevelopmentServerPort>   205           <DevelopmentServerPort>65161</DevelopmentServerPort>
206           <DevelopmentServerVPath>/</DevelopmentServerVPath>   206           <DevelopmentServerVPath>/</DevelopmentServerVPath>
207           <IISUrl>https://localhost:44375/</IISUrl>   207           <IISUrl>https://localhost:44375/</IISUrl>
208           <NTLMAuthentication>False</NTLMAuthentication>   208           <NTLMAuthentication>False</NTLMAuthentication>
209           <UseCustomServer>False</UseCustomServer>   209           <UseCustomServer>False</UseCustomServer>
210           <CustomServerUrl>   210           <CustomServerUrl>
211           </CustomServerUrl>   211           </CustomServerUrl>
212           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>   212           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
213         </WebProjectProperties>   213         </WebProjectProperties>
214       </FlavorProperties>   214       </FlavorProperties>
215     </VisualStudio>   215     </VisualStudio>
216   </ProjectExtensions>   216   </ProjectExtensions>
217   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">   217   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
218     <PropertyGroup>   218     <PropertyGroup>
219       <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>   219       <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>
220     </PropertyGroup>   220     </PropertyGroup>
221     <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'))" /> <> 221     <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net472\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net472\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets'))" />
222   </Target> = 222   </Target>
223     223  
224   <!-- Build hooks -->   224   <!-- Build hooks -->
225     225  
226   <Target Name="DebugPreCompileTarget" BeforeTargets="Build" Condition="'$(Configuration)'!='Release'">   226   <Target Name="DebugPreCompileTarget" BeforeTargets="Build" Condition="'$(Configuration)'!='Release'">
227     <Message Text="------ Building assets... ------" Importance="high" />   227     <Message Text="------ Building assets... ------" Importance="high" />
228     <Exec Command="npm run build" />   228     <Exec Command="npm run build" />
229   </Target>   229   </Target>
230     230  
231   <Target Name="ReleasePreCompileTarget" BeforeTargets="Build" Condition="'$(Configuration)'=='Release'">   231   <Target Name="ReleasePreCompileTarget" BeforeTargets="Build" Condition="'$(Configuration)'=='Release'">
232     <Message Text="------ Building assets for production... ------" Importance="high" />   232     <Message Text="------ Building assets for production... ------" Importance="high" />
233     <Exec Command="npm run build:prod" />   233     <Exec Command="npm run build:prod" />
234   </Target>   234   </Target>
235 </Project>   235 </Project>