|
8 | 8 | </ProductVersion> |
9 | 9 | <SchemaVersion>2.0</SchemaVersion> |
10 | 10 | <ProjectGuid>{2C31E962-9616-4292-9DB6-52E40CB07E19}</ProjectGuid> |
11 | | - <ProjectTypeGuids>{E3E379DF-F4C6-4180-9B81-6769533ABE47};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
| 11 | + <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
12 | 12 | <OutputType>Library</OutputType> |
13 | 13 | <AppDesignerFolder>Properties</AppDesignerFolder> |
14 | 14 | <RootNamespace>DevTrends.MvcDonutCaching.Demo</RootNamespace> |
|
42 | 42 | <Prefer32Bit>false</Prefer32Bit> |
43 | 43 | </PropertyGroup> |
44 | 44 | <ItemGroup> |
45 | | - <Reference Include="Antlr3.Runtime"> |
| 45 | + <Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL"> |
| 46 | + <SpecificVersion>False</SpecificVersion> |
46 | 47 | <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath> |
47 | | - <Private>True</Private> |
48 | 48 | </Reference> |
49 | 49 | <Reference Include="Artem.Web.Security, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e940721bc239f3b1, processorArchitecture=MSIL"> |
50 | 50 | <SpecificVersion>False</SpecificVersion> |
|
83 | 83 | <Private>True</Private> |
84 | 84 | <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
85 | 85 | </Reference> |
86 | | - <Reference Include="Newtonsoft.Json"> |
87 | | - <HintPath>..\packages\Newtonsoft.Json.6.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
88 | | - <Private>True</Private> |
| 86 | + <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 87 | + <SpecificVersion>False</SpecificVersion> |
| 88 | + <HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
89 | 89 | </Reference> |
90 | 90 | <Reference Include="System" /> |
91 | 91 | <Reference Include="System.Data.DataSetExtensions" /> |
|
130 | 130 | <Reference Include="System.Configuration" /> |
131 | 131 | <Reference Include="System.Web.Services" /> |
132 | 132 | <Reference Include="System.Xml.Linq" /> |
133 | | - <Reference Include="WebGrease"> |
| 133 | + <Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 134 | + <SpecificVersion>False</SpecificVersion> |
134 | 135 | <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath> |
135 | | - <Private>True</Private> |
136 | 136 | </Reference> |
137 | 137 | </ItemGroup> |
138 | 138 | <ItemGroup> |
|
179 | 179 | <Content Include="Views\LoadTest\MediumOutPutChildAction.cshtml" /> |
180 | 180 | <Content Include="Views\LoadTest\SmallOutPutGrandChildAction.cshtml" /> |
181 | 181 | <Content Include="Scripts\jquery-1.10.2.min.map" /> |
| 182 | + <Content Include="Views\Home\TestIssue23.cshtml" /> |
182 | 183 | </ItemGroup> |
183 | 184 | <ItemGroup> |
184 | 185 | <Content Include="Views\Home\SimpleDonutOne.cshtml" /> |
|
218 | 219 | <Folder Include="Areas\SubArea\Views\Shared\" /> |
219 | 220 | </ItemGroup> |
220 | 221 | <ItemGroup> |
221 | | - <Content Include="packages.config" /> |
| 222 | + <Content Include="packages.config"> |
| 223 | + <SubType>Designer</SubType> |
| 224 | + </Content> |
222 | 225 | </ItemGroup> |
223 | 226 | <PropertyGroup> |
224 | 227 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
|
0 commit comments