|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" /> |
4 | | - <Import Project="..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" /> |
| 3 | + <Import Project="..\packages\Microsoft.Net.Compilers.3.0.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.3.0.0\build\Microsoft.Net.Compilers.props')" /> |
| 4 | + <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')" /> |
5 | 5 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
6 | 6 | <PropertyGroup> |
7 | 7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
45 | 45 | <WarningLevel>4</WarningLevel> |
46 | 46 | </PropertyGroup> |
47 | 47 | <ItemGroup> |
48 | | - <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
49 | | - <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath> |
50 | | - <Private>True</Private> |
| 48 | + <Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL"> |
| 49 | + <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath> |
| 50 | + </Reference> |
| 51 | + <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 52 | + <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath> |
51 | 53 | </Reference> |
52 | 54 | <Reference Include="Microsoft.CSharp" /> |
| 55 | + <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 56 | + <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 57 | + </Reference> |
53 | 58 | <Reference Include="System" /> |
54 | 59 | <Reference Include="System.Data" /> |
55 | 60 | <Reference Include="System.Drawing" /> |
|
59 | 64 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
60 | 65 | <Reference Include="System.Core" /> |
61 | 66 | <Reference Include="System.Data.DataSetExtensions" /> |
| 67 | + <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 68 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath> |
| 69 | + </Reference> |
| 70 | + <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 71 | + <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath> |
| 72 | + </Reference> |
| 73 | + <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 74 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath> |
| 75 | + </Reference> |
| 76 | + <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 77 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
| 78 | + </Reference> |
| 79 | + <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 80 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
| 81 | + </Reference> |
62 | 82 | <Reference Include="System.Xml.Linq" /> |
63 | 83 | <Reference Include="System.Web" /> |
64 | 84 | <Reference Include="System.Web.Extensions" /> |
|
76 | 96 | </Reference> |
77 | 97 | <Reference Include="System.Net.Http.WebRequest"> |
78 | 98 | </Reference> |
79 | | - <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
80 | | - <Private>True</Private> |
81 | | - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath> |
82 | | - </Reference> |
83 | | - <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
84 | | - <Private>True</Private> |
85 | | - <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath> |
86 | | - </Reference> |
87 | 99 | <Reference Include="System.Web.Optimization"> |
88 | 100 | <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath> |
89 | 101 | </Reference> |
90 | 102 | <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
91 | 103 | <Private>True</Private> |
92 | | - <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath> |
93 | | - </Reference> |
94 | | - <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
95 | | - <Private>True</Private> |
96 | | - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath> |
97 | | - </Reference> |
98 | | - <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
99 | | - <Private>True</Private> |
100 | | - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
101 | | - </Reference> |
102 | | - <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
103 | | - <Private>True</Private> |
104 | | - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
105 | | - </Reference> |
106 | | - <Reference Include="WebGrease"> |
107 | | - <Private>True</Private> |
108 | | - <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath> |
| 104 | + <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath> |
109 | 105 | </Reference> |
110 | | - <Reference Include="Antlr3.Runtime"> |
111 | | - <Private>True</Private> |
112 | | - <HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath> |
113 | | - </Reference> |
114 | | - </ItemGroup> |
115 | | - <ItemGroup> |
116 | | - <Reference Include="Newtonsoft.Json"> |
117 | | - <HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 106 | + <Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 107 | + <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath> |
118 | 108 | </Reference> |
119 | 109 | </ItemGroup> |
120 | 110 | <ItemGroup> |
|
137 | 127 | <Content Include="Scripts\bootstrap.js" /> |
138 | 128 | <Content Include="Scripts\bootstrap.min.js" /> |
139 | 129 | <None Include="bundleconfig.json" /> |
140 | | - <None Include="Scripts\jquery-3.3.1.intellisense.js" /> |
141 | | - <Content Include="Scripts\jquery-3.3.1.js" /> |
142 | | - <Content Include="Scripts\jquery-3.3.1.min.js" /> |
143 | | - <Content Include="Scripts\jquery-3.3.1.slim.js" /> |
144 | | - <Content Include="Scripts\jquery-3.3.1.slim.min.js" /> |
145 | | - <Content Include="Scripts\jquery-3.3.1.slim.min.map" /> |
146 | | - <Content Include="Scripts\jquery-3.3.1.min.map" /> |
| 130 | + <None Include="Scripts\jquery-3.4.1.intellisense.js" /> |
| 131 | + <Content Include="Scripts\jquery-3.4.1.js" /> |
| 132 | + <Content Include="Scripts\jquery-3.4.1.min.js" /> |
| 133 | + <Content Include="Scripts\jquery-3.4.1.slim.js" /> |
| 134 | + <Content Include="Scripts\jquery-3.4.1.slim.min.js" /> |
| 135 | + <Content Include="Scripts\jquery-3.4.1.slim.min.map" /> |
| 136 | + <Content Include="Scripts\jquery-3.4.1.min.map" /> |
147 | 137 | <None Include="Scripts\jquery.validate-vsdoc.js" /> |
148 | 138 | <Content Include="Scripts\jquery.validate.js" /> |
149 | 139 | <Content Include="Scripts\jquery.validate.min.js" /> |
|
158 | 148 | <Content Include="Scripts\MeadCo.ScriptX\meadco-scriptxprintpdf.js" /> |
159 | 149 | <Content Include="Scripts\MeadCo.ScriptX\meadco-secmgr.js" /> |
160 | 150 | <Content Include="Scripts\modernizr-2.6.2.js" /> |
| 151 | + <Content Include="Scripts\modernizr-2.8.3.js" /> |
161 | 152 | <Content Include="Scripts\promise.min.js" /> |
162 | 153 | <Content Include="Scripts\respond.js" /> |
| 154 | + <Content Include="Scripts\respond.matchmedia.addListener.js" /> |
| 155 | + <Content Include="Scripts\respond.matchmedia.addListener.min.js" /> |
163 | 156 | <Content Include="Scripts\respond.min.js" /> |
164 | 157 | <Content Include="Scripts\_references.js" /> |
165 | 158 | <Content Include="Web.config" /> |
|
223 | 216 | <PropertyGroup> |
224 | 217 | <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> |
225 | 218 | </PropertyGroup> |
226 | | - <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props'))" /> |
227 | | - <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" /> |
| 219 | + <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'))" /> |
| 220 | + <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.3.0.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.3.0.0\build\Microsoft.Net.Compilers.props'))" /> |
228 | 221 | </Target> |
229 | 222 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
230 | 223 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments