|
13 | 13 | <AppDesignerFolder>Properties</AppDesignerFolder> |
14 | 14 | <RootNamespace>TodoListService</RootNamespace> |
15 | 15 | <AssemblyName>TodoListService</AssemblyName> |
16 | | - <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
| 16 | + <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
17 | 17 | <MvcBuildViews>false</MvcBuildViews> |
18 | 18 | <UseIISExpress>true</UseIISExpress> |
19 | 19 | <IISExpressSSLPort>44321</IISExpressSSLPort> |
|
43 | 43 | </PropertyGroup> |
44 | 44 | <ItemGroup> |
45 | 45 | <Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL"> |
46 | | - <SpecificVersion>False</SpecificVersion> |
47 | 46 | <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath> |
48 | 47 | </Reference> |
49 | 48 | <Reference Include="Microsoft.CSharp" /> |
|
65 | 64 | <Reference Include="Microsoft.Owin.Security.OAuth, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
66 | 65 | <HintPath>..\packages\Microsoft.Owin.Security.OAuth.3.1.0\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath> |
67 | 66 | </Reference> |
68 | | - <Reference Include="Newtonsoft.Json"> |
| 67 | + <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 68 | + <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
| 69 | + </Reference> |
| 70 | + <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
69 | 71 | <HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath> |
70 | 72 | </Reference> |
71 | 73 | <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL"> |
72 | | - <SpecificVersion>False</SpecificVersion> |
73 | 74 | <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath> |
74 | 75 | </Reference> |
75 | 76 | <Reference Include="System" /> |
|
90 | 91 | <Reference Include="System.Web.ApplicationServices" /> |
91 | 92 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
92 | 93 | <Reference Include="System.Web.Extensions" /> |
| 94 | + <Reference Include="System.Web" /> |
| 95 | + <Reference Include="System.Web.Abstractions" /> |
93 | 96 | <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
94 | 97 | <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath> |
95 | 98 | </Reference> |
|
103 | 106 | <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.4\lib\net45\System.Web.Mvc.dll</HintPath> |
104 | 107 | </Reference> |
105 | 108 | <Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
106 | | - <SpecificVersion>False</SpecificVersion> |
107 | 109 | <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath> |
108 | 110 | </Reference> |
109 | 111 | <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
110 | 112 | <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath> |
111 | 113 | </Reference> |
| 114 | + <Reference Include="System.Web.Routing" /> |
112 | 115 | <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
113 | 116 | <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath> |
114 | 117 | </Reference> |
|
118 | 121 | <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
119 | 122 | <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
120 | 123 | </Reference> |
121 | | - <Reference Include="System.Web" /> |
122 | | - <Reference Include="System.Web.Abstractions" /> |
123 | | - <Reference Include="System.Web.Routing" /> |
124 | 124 | <Reference Include="System.Xml" /> |
125 | 125 | <Reference Include="System.Configuration" /> |
126 | | - <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
127 | | - <Private>True</Private> |
128 | | - <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
129 | | - </Reference> |
130 | 126 | <Reference Include="System.Net.Http"> |
131 | 127 | </Reference> |
132 | 128 | <Reference Include="System.Net.Http.WebRequest"> |
133 | 129 | </Reference> |
134 | 130 | <Reference Include="System.Xml.Linq" /> |
135 | 131 | <Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
136 | | - <SpecificVersion>False</SpecificVersion> |
137 | 132 | <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath> |
138 | 133 | </Reference> |
139 | 134 | </ItemGroup> |
|
190 | 185 | <Content Include="favicon.ico" /> |
191 | 186 | <Content Include="fonts\glyphicons-halflings-regular.svg" /> |
192 | 187 | <Content Include="Global.asax" /> |
| 188 | + <Content Include="fonts\glyphicons-halflings-regular.woff2" /> |
| 189 | + <Content Include="fonts\glyphicons-halflings-regular.woff" /> |
| 190 | + <Content Include="fonts\glyphicons-halflings-regular.ttf" /> |
| 191 | + <Content Include="fonts\glyphicons-halflings-regular.eot" /> |
| 192 | + <Content Include="Content\bootstrap.min.css.map" /> |
| 193 | + <Content Include="Content\bootstrap.css.map" /> |
| 194 | + <Content Include="Content\bootstrap-theme.min.css.map" /> |
| 195 | + <Content Include="Content\bootstrap-theme.css.map" /> |
193 | 196 | <Content Include="Areas\HelpPage\Views\_ViewStart.cshtml" /> |
194 | 197 | <Content Include="Areas\HelpPage\Views\Web.config" /> |
195 | 198 | <Content Include="Areas\HelpPage\Views\Shared\_Layout.cshtml" /> |
|
210 | 213 | <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\CollectionModelDescription.cshtml" /> |
211 | 214 | <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ApiGroup.cshtml" /> |
212 | 215 | <Content Include="Areas\HelpPage\Views\Help\Api.cshtml" /> |
213 | | - <Content Include="fonts\glyphicons-halflings-regular.woff2" /> |
214 | | - <Content Include="fonts\glyphicons-halflings-regular.woff" /> |
215 | | - <Content Include="fonts\glyphicons-halflings-regular.ttf" /> |
216 | | - <Content Include="fonts\glyphicons-halflings-regular.eot" /> |
217 | | - <Content Include="Content\bootstrap.min.css.map" /> |
218 | | - <Content Include="Content\bootstrap.css.map" /> |
219 | | - <Content Include="Content\bootstrap-theme.min.css.map" /> |
220 | | - <Content Include="Content\bootstrap-theme.css.map" /> |
| 216 | + <None Include="packages.config" /> |
221 | 217 | <None Include="Scripts\jquery-1.10.2.intellisense.js" /> |
222 | 218 | <None Include="Scripts\jquery-2.1.1.intellisense.js" /> |
223 | 219 | <Content Include="Scripts\bootstrap.js" /> |
|
253 | 249 | <Folder Include="Views\TodoList\" /> |
254 | 250 | </ItemGroup> |
255 | 251 | <ItemGroup> |
256 | | - <Content Include="packages.config"> |
257 | | - <SubType>Designer</SubType> |
258 | | - </Content> |
259 | 252 | <None Include="Project_Readme.html" /> |
260 | 253 | </ItemGroup> |
261 | 254 | <PropertyGroup> |
|
0 commit comments