|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 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.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" /> |
4 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 | 4 | <PropertyGroup> |
6 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
45 | 44 | <WarningLevel>4</WarningLevel> |
46 | 45 | </PropertyGroup> |
47 | 46 | <ItemGroup> |
| 47 | + <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 48 | + <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath> |
| 49 | + </Reference> |
48 | 50 | <Reference Include="Microsoft.CSharp" /> |
| 51 | + <Reference Include="Microsoft.Web.Infrastructure, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 52 | + <HintPath>..\packages\Microsoft.Web.Infrastructure.2.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
| 53 | + </Reference> |
49 | 54 | <Reference Include="System" /> |
50 | 55 | <Reference Include="System.Data" /> |
51 | 56 | <Reference Include="System.Drawing" /> |
|
55 | 60 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
56 | 61 | <Reference Include="System.Core" /> |
57 | 62 | <Reference Include="System.Data.DataSetExtensions" /> |
| 63 | + <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 64 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.Helpers.dll</HintPath> |
| 65 | + </Reference> |
| 66 | + <Reference Include="System.Web.Mvc, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 67 | + <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.9\lib\net45\System.Web.Mvc.dll</HintPath> |
| 68 | + </Reference> |
| 69 | + <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 70 | + <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.9\lib\net45\System.Web.Razor.dll</HintPath> |
| 71 | + </Reference> |
| 72 | + <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 73 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.dll</HintPath> |
| 74 | + </Reference> |
| 75 | + <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 76 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
| 77 | + </Reference> |
| 78 | + <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 79 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
| 80 | + </Reference> |
58 | 81 | <Reference Include="System.Xml.Linq" /> |
59 | 82 | <Reference Include="System.Web" /> |
60 | 83 | <Reference Include="System.Web.Extensions" /> |
|
64 | 87 | <Reference Include="System.Configuration" /> |
65 | 88 | <Reference Include="System.Web.Services" /> |
66 | 89 | <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 | 90 | <Reference Include="System.Net.Http"> |
72 | 91 | </Reference> |
73 | 92 | <Reference Include="System.Net.Http.WebRequest"> |
74 | 93 | </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.4\lib\net45\System.Web.Helpers.dll</HintPath> |
78 | | - </Reference> |
79 | | - <Reference Include="System.Web.Mvc, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
80 | | - <Private>True</Private> |
81 | | - <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.4\lib\net45\System.Web.Mvc.dll</HintPath> |
82 | | - </Reference> |
83 | 94 | <Reference Include="System.Web.Optimization"> |
84 | 95 | <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath> |
85 | 96 | </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.4\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.4\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.4\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.4\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
101 | | - </Reference> |
102 | 97 | <Reference Include="Newtonsoft.Json"> |
103 | 98 | <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
104 | 99 | </Reference> |
|
111 | 106 | <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath> |
112 | 107 | </Reference> |
113 | 108 | </ItemGroup> |
114 | | - <ItemGroup> |
115 | | - <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform"> |
116 | | - <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath> |
117 | | - </Reference> |
118 | | - </ItemGroup> |
119 | 109 | <ItemGroup> |
120 | 110 | <Compile Include="App_Start\BundleConfig.cs" /> |
121 | 111 | <Compile Include="App_Start\FilterConfig.cs" /> |
|
137 | 127 | <Content Include="Content\Site.css" /> |
138 | 128 | <Content Include="Scripts\bootstrap.js" /> |
139 | 129 | <Content Include="Scripts\bootstrap.min.js" /> |
| 130 | + <None Include="Properties\PublishProfiles\FolderProfile.pubxml" /> |
140 | 131 | <None Include="Scripts\jquery-3.3.1.intellisense.js" /> |
141 | 132 | <Content Include="Scripts\jquery-3.3.1.js" /> |
142 | 133 | <Content Include="Scripts\jquery-3.3.1.min.js" /> |
|
208 | 199 | </FlavorProperties> |
209 | 200 | </VisualStudio> |
210 | 201 | </ProjectExtensions> |
| 202 | + <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')" /> |
211 | 203 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
212 | 204 | <PropertyGroup> |
213 | 205 | <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> |
214 | 206 | </PropertyGroup> |
215 | | - <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" /> |
| 207 | + <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'))" /> |
216 | 208 | </Target> |
217 | 209 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
218 | 210 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments