|
21 | 21 | <IISExpressWindowsAuthentication />
|
22 | 22 | <IISExpressUseClassicPipelineMode />
|
23 | 23 | <TargetFrameworkProfile />
|
| 24 | + <WebGreaseLibPath>..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath> |
24 | 25 | </PropertyGroup>
|
25 | 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
26 | 27 | <DebugSymbols>true</DebugSymbols>
|
|
42 | 43 | <Prefer32Bit>false</Prefer32Bit>
|
43 | 44 | </PropertyGroup>
|
44 | 45 | <ItemGroup>
|
| 46 | + <Reference Include="Antlr3.Runtime, Version=3.4.1.9004, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL"> |
| 47 | + <SpecificVersion>False</SpecificVersion> |
| 48 | + <HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath> |
| 49 | + </Reference> |
45 | 50 | <Reference Include="Microsoft.CSharp" />
|
| 51 | + <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 52 | + <SpecificVersion>False</SpecificVersion> |
| 53 | + <HintPath>..\packages\Newtonsoft.Json.5.0.6\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 54 | + </Reference> |
46 | 55 | <Reference Include="System" />
|
47 | 56 | <Reference Include="System.Data" />
|
48 | 57 | <Reference Include="System.Data.DataSetExtensions" />
|
|
55 | 64 | <Reference Include="System.Web.Extensions" />
|
56 | 65 | <Reference Include="System.Web" />
|
57 | 66 | <Reference Include="System.Web.Abstractions" />
|
| 67 | + <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 68 | + <Private>True</Private> |
| 69 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.Helpers.dll</HintPath> |
| 70 | + </Reference> |
| 71 | + <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 72 | + <Private>True</Private> |
| 73 | + <HintPath>..\packages\Microsoft.AspNet.Mvc.4.0.30506.0\lib\net40\System.Web.Mvc.dll</HintPath> |
| 74 | + </Reference> |
| 75 | + <Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 76 | + <SpecificVersion>False</SpecificVersion> |
| 77 | + <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.0\lib\net40\System.Web.Optimization.dll</HintPath> |
| 78 | + </Reference> |
| 79 | + <Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 80 | + <Private>True</Private> |
| 81 | + <HintPath>..\packages\Microsoft.AspNet.Razor.2.0.30506.0\lib\net40\System.Web.Razor.dll</HintPath> |
| 82 | + </Reference> |
58 | 83 | <Reference Include="System.Web.Routing" />
|
| 84 | + <Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 85 | + <Private>True</Private> |
| 86 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.dll</HintPath> |
| 87 | + </Reference> |
| 88 | + <Reference Include="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 89 | + <Private>True</Private> |
| 90 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath> |
| 91 | + </Reference> |
| 92 | + <Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 93 | + <Private>True</Private> |
| 94 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.30506.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath> |
| 95 | + </Reference> |
59 | 96 | <Reference Include="System.Xml" />
|
60 | 97 | <Reference Include="System.Configuration" />
|
61 | 98 | <Reference Include="System.Web.Services" />
|
|
71 | 108 | <Private>True</Private>
|
72 | 109 | <HintPath>..\packages\Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0\lib\net40\Microsoft.Web.Mvc.FixedDisplayModes.dll</HintPath>
|
73 | 110 | </Reference>
|
74 |
| - <Reference Include="Newtonsoft.Json"> |
75 |
| - <HintPath>..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath> |
76 |
| - </Reference> |
77 | 111 | <Reference Include="System.Net.Http">
|
78 | 112 | <Private>True</Private>
|
79 | 113 | <HintPath>..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.dll</HintPath>
|
|
91 | 125 | <Reference Include="System.Web.Http.WebHost, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
92 | 126 | <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.4.0.20710.0\lib\net40\System.Web.Http.WebHost.dll</HintPath>
|
93 | 127 | </Reference>
|
94 |
| - <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
95 |
| - <Private>True</Private> |
96 |
| - <HintPath>..\packages\Microsoft.AspNet.Mvc.4.0.20710.0\lib\net40\System.Web.Mvc.dll</HintPath> |
97 |
| - </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 | 128 | <Reference Include="System.Web.Providers">
|
102 | 129 | <HintPath>..\packages\Microsoft.AspNet.Providers.Core.1.2\lib\net40\System.Web.Providers.dll</HintPath>
|
103 | 130 | </Reference>
|
104 |
| - <Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
105 |
| - <Private>True</Private> |
106 |
| - <HintPath>..\packages\Microsoft.AspNet.Razor.2.0.20715.0\lib\net40\System.Web.Razor.dll</HintPath> |
107 |
| - </Reference> |
108 |
| - <Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
109 |
| - <Private>True</Private> |
110 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.dll</HintPath> |
111 |
| - </Reference> |
112 |
| - <Reference Include="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
113 |
| - <Private>True</Private> |
114 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath> |
115 |
| - </Reference> |
116 |
| - <Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
117 |
| - <Private>True</Private> |
118 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath> |
119 |
| - </Reference> |
120 | 131 | <Reference Include="System.Xml.Linq" />
|
121 |
| - <Reference Include="WebGrease"> |
122 |
| - <Private>True</Private> |
123 |
| - <HintPath>..\packages\WebGrease.1.3.0\lib\WebGrease.dll</HintPath> |
124 |
| - </Reference> |
125 |
| - <Reference Include="Antlr3.Runtime"> |
126 |
| - <Private>True</Private> |
127 |
| - <HintPath>..\packages\WebGrease.1.3.0\lib\Antlr3.Runtime.dll</HintPath> |
| 132 | + <Reference Include="WebGrease, Version=1.5.2.14234, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 133 | + <SpecificVersion>False</SpecificVersion> |
| 134 | + <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath> |
128 | 135 | </Reference>
|
129 | 136 | </ItemGroup>
|
130 | 137 | <ItemGroup>
|
|
157 | 164 | <Content Include="Content\images\me.png" />
|
158 | 165 | <Content Include="Content\images\social.png" />
|
159 | 166 | <Content Include="Content\prettify.css" />
|
160 |
| - <Content Include="Content\viewport-fix-mobile-ie10.css" /> |
161 | 167 | <Content Include="github-btn.html" />
|
162 | 168 | <Content Include="Global.asax" />
|
163 | 169 | <Content Include="Content\custom.css" />
|
|
173 | 179 | <Content Include="Scripts\prettify.js" />
|
174 | 180 | <Content Include="Scripts\social.js" />
|
175 | 181 | <Content Include="Scripts\tracking.js" />
|
176 |
| - <Content Include="Scripts\viewport-fix-mobile-ie10.js" /> |
177 | 182 | <Content Include="Web.config" />
|
178 | 183 | <Content Include="Web.Debug.config">
|
179 | 184 | <DependentUpon>Web.config</DependentUpon>
|
|
206 | 211 | <Content Include="Views\Donation\Success.cshtml" />
|
207 | 212 | <Content Include="Views\Examples\EmbeddedContent.cshtml" />
|
208 | 213 | <Content Include="Views\Documentation\Index.cshtml" />
|
209 |
| - <Content Include="Scripts\jquery.steps.min.js.map"> |
210 |
| - <DependentUpon>jquery.steps.js</DependentUpon> |
211 |
| - </Content> |
212 | 214 | </ItemGroup>
|
213 | 215 | <PropertyGroup>
|
214 | 216 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
0 commit comments