|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project ToolsVersion="12.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 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
4 | 4 | <PropertyGroup>
|
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
40 | 40 | <ErrorReport>prompt</ErrorReport>
|
41 | 41 | <WarningLevel>4</WarningLevel>
|
42 | 42 | </PropertyGroup>
|
| 43 | + <ItemGroup> |
| 44 | + <PackageReference Include="Antlr" Version="3.4.1.9004" /> |
| 45 | + <PackageReference Include="bootstrap" Version="3.0.0" /> |
| 46 | + <PackageReference Include="jQuery" Version="1.10.2" /> |
| 47 | + <PackageReference Include="Microsoft.AspNet.Mvc" Version="5.0.0" /> |
| 48 | + <PackageReference Include="Microsoft.AspNet.Razor" Version="3.0.0" /> |
| 49 | + <PackageReference Include="Microsoft.AspNet.Web.Optimization" Version="1.1.1" /> |
| 50 | + <PackageReference Include="Microsoft.AspNet.WebPages" Version="3.0.0" /> |
| 51 | + <PackageReference Include="Microsoft.Web.Infrastructure" Version="1.0.0.0" /> |
| 52 | + <PackageReference Include="Modernizr" Version="2.6.2" /> |
| 53 | + <PackageReference Include="Newtonsoft.Json" Version="5.0.6" /> |
| 54 | + <PackageReference Include="Respond" Version="1.2.0" /> |
| 55 | + <PackageReference Include="WebGrease" Version="1.5.2" /> |
| 56 | + </ItemGroup> |
43 | 57 | <ItemGroup>
|
44 | 58 | <Reference Include="Microsoft.CSharp" />
|
45 | 59 | <Reference Include="System" />
|
|
62 | 76 | <Reference Include="System.Configuration" />
|
63 | 77 | <Reference Include="System.Web.Services" />
|
64 | 78 | <Reference Include="System.EnterpriseServices" />
|
65 |
| - <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
66 |
| - <Private>True</Private> |
67 |
| - <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
68 |
| - </Reference> |
69 | 79 | <Reference Include="System.Net.Http">
|
70 | 80 | </Reference>
|
71 | 81 | <Reference Include="System.Net.Http.WebRequest">
|
72 | 82 | </Reference>
|
73 |
| - <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
74 |
| - <Private>True</Private> |
75 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.Helpers.dll</HintPath> |
76 |
| - </Reference> |
77 |
| - <Reference Include="System.Web.Mvc, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
78 |
| - <Private>True</Private> |
79 |
| - <HintPath>..\packages\Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll</HintPath> |
80 |
| - </Reference> |
81 |
| - <Reference Include="System.Web.Optimization"> |
82 |
| - <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.1\lib\net40\System.Web.Optimization.dll</HintPath> |
83 |
| - </Reference> |
84 |
| - <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
85 |
| - <Private>True</Private> |
86 |
| - <HintPath>..\packages\Microsoft.AspNet.Razor.3.0.0\lib\net45\System.Web.Razor.dll</HintPath> |
87 |
| - </Reference> |
88 |
| - <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
89 |
| - <Private>True</Private> |
90 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.dll</HintPath> |
91 |
| - </Reference> |
92 |
| - <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
93 |
| - <Private>True</Private> |
94 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
95 |
| - </Reference> |
96 |
| - <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
97 |
| - <Private>True</Private> |
98 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
99 |
| - </Reference> |
100 |
| - <Reference Include="Newtonsoft.Json"> |
101 |
| - <Private>True</Private> |
102 |
| - <HintPath>..\packages\Newtonsoft.Json.5.0.6\lib\net45\Newtonsoft.Json.dll</HintPath> |
103 |
| - </Reference> |
104 |
| - <Reference Include="WebGrease"> |
105 |
| - <Private>True</Private> |
106 |
| - <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath> |
107 |
| - </Reference> |
108 |
| - <Reference Include="Antlr3.Runtime"> |
109 |
| - <Private>True</Private> |
110 |
| - <HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath> |
111 |
| - </Reference> |
112 | 83 | </ItemGroup>
|
113 | 84 | <ItemGroup>
|
114 | 85 | <Folder Include="App_Data\" />
|
|
164 | 135 | <Content Include="fonts\glyphicons-halflings-regular.woff" />
|
165 | 136 | <Content Include="fonts\glyphicons-halflings-regular.ttf" />
|
166 | 137 | <Content Include="fonts\glyphicons-halflings-regular.eot" />
|
167 |
| - <Content Include="packages.config" /> |
168 | 138 | </ItemGroup>
|
169 | 139 | <PropertyGroup>
|
170 | 140 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
0 commit comments