|
24 | 24 | <SccLocalPath>SAK</SccLocalPath> |
25 | 25 | <SccAuxPath>SAK</SccAuxPath> |
26 | 26 | <SccProvider>SAK</SccProvider> |
| 27 | + <WebGreaseLibPath>..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath> |
27 | 28 | </PropertyGroup> |
28 | 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
29 | 30 | <DebugSymbols>true</DebugSymbols> |
|
43 | 44 | <WarningLevel>4</WarningLevel> |
44 | 45 | </PropertyGroup> |
45 | 46 | <ItemGroup> |
| 47 | + <Reference Include="Antlr3.Runtime"> |
| 48 | + <HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath> |
| 49 | + </Reference> |
46 | 50 | <Reference Include="Microsoft.CSharp" /> |
| 51 | + <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 52 | + <HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 53 | + </Reference> |
47 | 54 | <Reference Include="System" /> |
48 | 55 | <Reference Include="System.Data" /> |
49 | 56 | <Reference Include="System.Data.Entity" /> |
|
55 | 62 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
56 | 63 | <Reference Include="System.Core" /> |
57 | 64 | <Reference Include="System.Data.DataSetExtensions" /> |
| 65 | + <Reference Include="System.Web.Optimization"> |
| 66 | + <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.2\lib\net40\System.Web.Optimization.dll</HintPath> |
| 67 | + </Reference> |
58 | 68 | <Reference Include="System.Xml.Linq" /> |
59 | 69 | <Reference Include="System.Web" /> |
60 | 70 | <Reference Include="System.Web.Extensions" /> |
|
75 | 85 | <Private>True</Private> |
76 | 86 | <HintPath>..\packages\Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0\lib\net40\Microsoft.Web.Mvc.FixedDisplayModes.dll</HintPath> |
77 | 87 | </Reference> |
78 | | - <Reference Include="Newtonsoft.Json"> |
79 | | - <HintPath>..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath> |
80 | | - </Reference> |
81 | 88 | <Reference Include="System.Net.Http"> |
82 | 89 | </Reference> |
83 | 90 | <Reference Include="System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
95 | 102 | <Private>True</Private> |
96 | 103 | <HintPath>..\packages\Microsoft.AspNet.Mvc.4.0.20710.0\lib\net40\System.Web.Mvc.dll</HintPath> |
97 | 104 | </Reference> |
98 | | - <Reference Include="System.Web.Optimization"> |
99 | | - <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.0.0\lib\net40\System.Web.Optimization.dll</HintPath> |
100 | | - </Reference> |
101 | 105 | <Reference Include="System.Web.Providers"> |
102 | 106 | <HintPath>..\packages\Microsoft.AspNet.Providers.Core.1.2\lib\net40\System.Web.Providers.dll</HintPath> |
103 | 107 | </Reference> |
|
118 | 122 | <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath> |
119 | 123 | </Reference> |
120 | 124 | <Reference Include="WebGrease"> |
121 | | - <Private>True</Private> |
122 | | - <HintPath>..\packages\WebGrease.1.3.0\lib\WebGrease.dll</HintPath> |
123 | | - </Reference> |
124 | | - <Reference Include="Antlr3.Runtime"> |
125 | | - <Private>True</Private> |
126 | | - <HintPath>..\packages\WebGrease.1.3.0\lib\Antlr3.Runtime.dll</HintPath> |
| 125 | + <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath> |
127 | 126 | </Reference> |
128 | 127 | </ItemGroup> |
129 | 128 | <ItemGroup> |
|
0 commit comments