Left file: appwork-v1_4_0/aspnet-mvc-webpack-starter/AspnetMvcWebpackStarter/AspnetMvcWebpackStarter.csproj  
Right file: appwork-v1_5_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.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')" />   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.7.2</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   <> 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.3.0, Culture=neutral, processorArchitecture=MSIL"> <> 49     <Reference Include="Glob, Version=1.1.6.0, Culture=neutral, processorArchitecture=MSIL">
50       <HintPath>..\packages\Glob.1.1.3\lib\net46\Glob.dll</HintPath>   50       <HintPath>..\packages\Glob.1.1.6\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=2.0.1.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.2.0.1\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.2\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.Drawing" /> = 62     <Reference Include="System.Drawing" />
62     <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">
63       <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>
64       <Private>True</Private>   65       <Private>True</Private>
65       <Private>True</Private>   66       <Private>True</Private>
66     </Reference>   67     </Reference>
67     <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">
68       <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>
69       <Private>True</Private>   70       <Private>True</Private>
70       <Private>True</Private>   71       <Private>True</Private>
71     </Reference>   72     </Reference>
72     <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">
73       <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>
74     </Reference>   75     </Reference>
75     <Reference Include="System.Web.DynamicData" />   76     <Reference Include="System.Web.DynamicData" />
76     <Reference Include="System.Web.Entity" />   77     <Reference Include="System.Web.Entity" />
77     <Reference Include="System.Web.ApplicationServices" />   78     <Reference Include="System.Web.ApplicationServices" />
78     <Reference Include="System.ComponentModel.DataAnnotations" />   79     <Reference Include="System.ComponentModel.DataAnnotations" />
79     <Reference Include="System.Core" /> <>    
80     <Reference Include="System.Data.DataSetExtensions" />   80     <Reference Include="System.Web.Extensions" />
81     <Reference Include="System.Xml.Linq" />      
82     <Reference Include="System.Web" /> = 81     <Reference Include="System.Web" />
83     <Reference Include="System.Web.Extensions" /> +-    
84     <Reference Include="System.Web.Abstractions" /> = 82     <Reference Include="System.Web.Abstractions" />
85     <Reference Include="System.Web.Routing" />   83     <Reference Include="System.Web.Routing" />
86     <Reference Include="System.Xml" />   84     <Reference Include="System.Xml" />
87     <Reference Include="System.Configuration" />   85     <Reference Include="System.Configuration" />
88     <Reference Include="System.Web.Services" />   86     <Reference Include="System.Web.Services" />
89     <Reference Include="System.EnterpriseServices" />   87     <Reference Include="System.EnterpriseServices" />
90     <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">
91       <Private>True</Private>   89       <Private>True</Private>
92       <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>
93     </Reference>   91     </Reference>
94     <Reference Include="System.Net.Http">   92     <Reference Include="System.Net.Http">
95     </Reference>   93     </Reference>
96     <Reference Include="System.Net.Http.WebRequest">   94     <Reference Include="System.Net.Http.WebRequest">
97     </Reference>   95     </Reference>
98     <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">
99       <Private>True</Private>   97       <Private>True</Private>
100       <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>
101     </Reference>   99     </Reference>
102     <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">
103       <Private>True</Private>   101       <Private>True</Private>
104       <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>
105     </Reference>   103     </Reference>
106     <Reference Include="System.Web.Optimization">   104     <Reference Include="System.Web.Optimization">
107       <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>
108     </Reference>   106     </Reference>
109     <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">
110       <Private>True</Private>   108       <Private>True</Private>
111       <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>
112     </Reference>   110     </Reference>
113     <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">
114       <Private>True</Private>   112       <Private>True</Private>
115       <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>
116     </Reference>   114     </Reference>
117     <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">
118       <Private>True</Private>   116       <Private>True</Private>
119       <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>
120     </Reference>   118     </Reference>
121     <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">
122       <Private>True</Private>   120       <Private>True</Private>
123       <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>
124     </Reference>   122     </Reference>
    -+ 123     <Reference Include="System.Xml.Linq" />
125     <Reference Include="WebGrease"> = 124     <Reference Include="WebGrease">
126       <Private>True</Private>   125       <Private>True</Private>
127       <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>   126       <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
128     </Reference>   127     </Reference>
129     <Reference Include="Antlr3.Runtime">   128     <Reference Include="Antlr3.Runtime">
130       <Private>True</Private>   129       <Private>True</Private>
131       <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>
132     </Reference>   131     </Reference>
133   </ItemGroup>   132   </ItemGroup>
134   <ItemGroup>   133   <ItemGroup>
135     <Compile Include="App_Start\BundleConfig.cs" />   134     <Compile Include="App_Start\BundleConfig.cs" />
136     <Compile Include="App_Start\FilterConfig.cs" />   135     <Compile Include="App_Start\FilterConfig.cs" />
137     <Compile Include="App_Start\RouteConfig.cs" />   136     <Compile Include="App_Start\RouteConfig.cs" />
138     <Compile Include="Controllers\HomeController.cs" />   137     <Compile Include="Controllers\HomeController.cs" />
139     <Compile Include="Controllers\Page2Controller.cs" />   138     <Compile Include="Controllers\Page2Controller.cs" />
140     <Compile Include="Global.asax.cs">   139     <Compile Include="Global.asax.cs">
141       <DependentUpon>Global.asax</DependentUpon>   140       <DependentUpon>Global.asax</DependentUpon>
142     </Compile>   141     </Compile>
143     <Compile Include="Properties\AssemblyInfo.cs" />   142     <Compile Include="Properties\AssemblyInfo.cs" />
144   </ItemGroup>   143   </ItemGroup>
145   <ItemGroup>   144   <ItemGroup>
146     <Content Include="favicon.ico" />   145     <Content Include="favicon.ico" />
147     <Content Include="Global.asax" />   146     <Content Include="Global.asax" />
148     <Content Include="package.json" />   147     <Content Include="package.json" />
149     <Content Include="Web.config" />   148     <Content Include="Web.config" />
150     <Content Include="webpack.config.js" />   149     <Content Include="webpack.config.js" />
151     <Content Include="build-config.js" />   150     <Content Include="build-config.js" />
152     <Content Include="Gulpfile.js" />   151     <Content Include="Gulpfile.js" />
153     <Content Include="Web.Debug.config">   152     <Content Include="Web.Debug.config">
154       <DependentUpon>Web.config</DependentUpon>   153       <DependentUpon>Web.config</DependentUpon>
155     </Content>   154     </Content>
156     <Content Include="Web.Release.config">   155     <Content Include="Web.Release.config">
157       <DependentUpon>Web.config</DependentUpon>   156       <DependentUpon>Web.config</DependentUpon>
158     </Content>   157     </Content>
159     <Content Include="Views\Web.config">   158     <Content Include="Views\Web.config">
160       <SubType>Designer</SubType>   159       <SubType>Designer</SubType>
161     </Content>   160     </Content>
162     <Content Include="Views\_ViewStart.cshtml" />   161     <Content Include="Views\_ViewStart.cshtml" />
163     <Content Include="Views\Shared\Error.cshtml" />   162     <Content Include="Views\Shared\Error.cshtml" />
164     <Content Include="Views\Home\Index.cshtml" />   163     <Content Include="Views\Home\Index.cshtml" />
165     <Content Include="Views\Shared\Layouts\Partials\_LayoutFooter.cshtml" />   164     <Content Include="Views\Shared\Layouts\Partials\_LayoutFooter.cshtml" />
166     <Content Include="Views\Shared\Layouts\Partials\_LayoutNavbar.cshtml" />   165     <Content Include="Views\Shared\Layouts\Partials\_LayoutNavbar.cshtml" />
167     <Content Include="Views\Shared\Layouts\Partials\_LayoutSidenav.cshtml" />   166     <Content Include="Views\Shared\Layouts\Partials\_LayoutSidenav.cshtml" />
168     <Content Include="Views\Shared\Layouts\_Application.cshtml" />   167     <Content Include="Views\Shared\Layouts\_Application.cshtml" />
169     <Content Include="Views\Shared\Layouts\_Layout1.cshtml" />   168     <Content Include="Views\Shared\Layouts\_Layout1.cshtml" />
170     <Content Include="Views\Shared\Layouts\_Layout1Flex.cshtml" />   169     <Content Include="Views\Shared\Layouts\_Layout1Flex.cshtml" />
171     <Content Include="Views\Shared\Layouts\_Layout2.cshtml" />   170     <Content Include="Views\Shared\Layouts\_Layout2.cshtml" />
172     <Content Include="Views\Shared\Layouts\_Layout2Flex.cshtml" />   171     <Content Include="Views\Shared\Layouts\_Layout2Flex.cshtml" />
173     <Content Include="Views\Shared\Layouts\_LayoutBlank.cshtml" />   172     <Content Include="Views\Shared\Layouts\_LayoutBlank.cshtml" />
174     <Content Include="Views\Shared\Layouts\_LayoutHorizontalSidenav.cshtml" />   173     <Content Include="Views\Shared\Layouts\_LayoutHorizontalSidenav.cshtml" />
175     <Content Include="Views\Shared\Layouts\_LayoutWithoutNavbar.cshtml" />   174     <Content Include="Views\Shared\Layouts\_LayoutWithoutNavbar.cshtml" />
176     <Content Include="Views\Shared\Layouts\_LayoutWithoutNavbarFlex.cshtml" />   175     <Content Include="Views\Shared\Layouts\_LayoutWithoutNavbarFlex.cshtml" />
177     <Content Include="Views\Shared\Layouts\_LayoutWithoutSidenav.cshtml" />   176     <Content Include="Views\Shared\Layouts\_LayoutWithoutSidenav.cshtml" />
178     <Content Include="Views\Page2\Index.cshtml" />   177     <Content Include="Views\Page2\Index.cshtml" />
179     <Content Include="Content\**\*" />   178     <Content Include="Content\**\*" />
180     <Content Include="Scripts\**\*" />   179     <Content Include="Scripts\**\*" />
181     <Content Include="Vendor\**\*" />   180     <Content Include="Vendor\**\*" />
182   </ItemGroup>   181   </ItemGroup>
183   <ItemGroup>   182   <ItemGroup>
184     <Folder Include="App_Data\" />   183     <Folder Include="App_Data\" />
185     <Folder Include="Models\" />   184     <Folder Include="Models\" />
186   </ItemGroup>   185   </ItemGroup>
187   <ItemGroup>   186   <ItemGroup>
188     <None Include="packages.config" />   187     <None Include="packages.config" />
189   </ItemGroup>   188   </ItemGroup>
190   <PropertyGroup>   189   <PropertyGroup>
191     <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>   190     <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
192     <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>   191     <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
193   </PropertyGroup>   192   </PropertyGroup>
194   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />   193   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
195   <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />   194   <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
196   <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" />
197   <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">   196   <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
198     <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />   197     <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
199   </Target>   198   </Target>
200   <ProjectExtensions>   199   <ProjectExtensions>
201     <VisualStudio>   200     <VisualStudio>
202       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">   201       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
203         <WebProjectProperties>   202         <WebProjectProperties>
204           <UseIIS>True</UseIIS>   203           <UseIIS>True</UseIIS>
205           <AutoAssignPort>True</AutoAssignPort>   204           <AutoAssignPort>True</AutoAssignPort>
206           <DevelopmentServerPort>65161</DevelopmentServerPort>   205           <DevelopmentServerPort>65161</DevelopmentServerPort>
207           <DevelopmentServerVPath>/</DevelopmentServerVPath>   206           <DevelopmentServerVPath>/</DevelopmentServerVPath>
208           <IISUrl>https://localhost:44375/</IISUrl>   207           <IISUrl>https://localhost:44375/</IISUrl>
209           <NTLMAuthentication>False</NTLMAuthentication>   208           <NTLMAuthentication>False</NTLMAuthentication>
210           <UseCustomServer>False</UseCustomServer>   209           <UseCustomServer>False</UseCustomServer>
211           <CustomServerUrl>   210           <CustomServerUrl>
212           </CustomServerUrl>   211           </CustomServerUrl>
213           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>   212           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
214         </WebProjectProperties>   213         </WebProjectProperties>
215       </FlavorProperties>   214       </FlavorProperties>
216     </VisualStudio>   215     </VisualStudio>
217   </ProjectExtensions>   216   </ProjectExtensions>
218   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">   217   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
219     <PropertyGroup>   218     <PropertyGroup>
220       <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>
221     </PropertyGroup>   220     </PropertyGroup>
222     <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.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'))" />
223   </Target>   222   </Target>
224     223  
225   <!-- Build hooks -->   224   <!-- Build hooks -->
226     225  
227   <Target Name="DebugPreCompileTarget" BeforeTargets="Build" Condition="'$(Configuration)'!='Release'">   226   <Target Name="DebugPreCompileTarget" BeforeTargets="Build" Condition="'$(Configuration)'!='Release'">
228     <Message Text="------ Building assets... ------" Importance="high" />   227     <Message Text="------ Building assets... ------" Importance="high" />
229     <Exec Command="npm run build" />   228     <Exec Command="npm run build" />
230   </Target>   229   </Target>
231     230  
232   <Target Name="ReleasePreCompileTarget" BeforeTargets="Build" Condition="'$(Configuration)'=='Release'">   231   <Target Name="ReleasePreCompileTarget" BeforeTargets="Build" Condition="'$(Configuration)'=='Release'">
233     <Message Text="------ Building assets for production... ------" Importance="high" />   232     <Message Text="------ Building assets for production... ------" Importance="high" />
234     <Exec Command="npm run build:prod" />   233     <Exec Command="npm run build:prod" />
235   </Target>   234   </Target>
236 </Project>   235 </Project>