|
13 | 13 | <AppDesignerFolder>Properties</AppDesignerFolder> |
14 | 14 | <RootNamespace>TodoListService_ManualJwt</RootNamespace> |
15 | 15 | <AssemblyName>TodoListService-ManualJwt</AssemblyName> |
16 | | - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 16 | + <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
17 | 17 | <MvcBuildViews>false</MvcBuildViews> |
18 | 18 | <UseIISExpress>true</UseIISExpress> |
19 | 19 | <IISExpressSSLPort>44324</IISExpressSSLPort> |
|
22 | 22 | <IISExpressUseClassicPipelineMode /> |
23 | 23 | <Use64BitIISExpress /> |
24 | 24 | <UseGlobalApplicationHostFile /> |
| 25 | + <TargetFrameworkProfile /> |
25 | 26 | </PropertyGroup> |
26 | 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
27 | 28 | <DebugSymbols>true</DebugSymbols> |
|
42 | 43 | </PropertyGroup> |
43 | 44 | <ItemGroup> |
44 | 45 | <Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL"> |
45 | | - <SpecificVersion>False</SpecificVersion> |
46 | 46 | <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath> |
47 | 47 | </Reference> |
48 | 48 | <Reference Include="Microsoft.CSharp" /> |
49 | 49 | <Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
50 | | - <HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.5.6.0\lib\net45\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath> |
| 50 | + <HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.5.6.0\lib\net461\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath> |
51 | 51 | </Reference> |
52 | 52 | <Reference Include="Microsoft.IdentityModel.Logging, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
53 | | - <HintPath>..\packages\Microsoft.IdentityModel.Logging.5.6.0\lib\net45\Microsoft.IdentityModel.Logging.dll</HintPath> |
| 53 | + <HintPath>..\packages\Microsoft.IdentityModel.Logging.5.6.0\lib\net461\Microsoft.IdentityModel.Logging.dll</HintPath> |
54 | 54 | </Reference> |
55 | 55 | <Reference Include="Microsoft.IdentityModel.Protocols, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
56 | | - <HintPath>..\packages\Microsoft.IdentityModel.Protocols.5.6.0\lib\net45\Microsoft.IdentityModel.Protocols.dll</HintPath> |
| 56 | + <HintPath>..\packages\Microsoft.IdentityModel.Protocols.5.6.0\lib\net461\Microsoft.IdentityModel.Protocols.dll</HintPath> |
57 | 57 | </Reference> |
58 | 58 | <Reference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
59 | | - <HintPath>..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.5.6.0\lib\net45\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath> |
| 59 | + <HintPath>..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.5.6.0\lib\net461\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath> |
60 | 60 | </Reference> |
61 | 61 | <Reference Include="Microsoft.IdentityModel.Tokens, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
62 | | - <HintPath>..\packages\Microsoft.IdentityModel.Tokens.5.6.0\lib\net45\Microsoft.IdentityModel.Tokens.dll</HintPath> |
| 62 | + <HintPath>..\packages\Microsoft.IdentityModel.Tokens.5.6.0\lib\net461\Microsoft.IdentityModel.Tokens.dll</HintPath> |
| 63 | + </Reference> |
| 64 | + <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 65 | + <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
63 | 66 | </Reference> |
64 | 67 | <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
65 | 68 | <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
66 | 69 | </Reference> |
67 | 70 | <Reference Include="System" /> |
68 | 71 | <Reference Include="System.Data" /> |
| 72 | + <Reference Include="System.Data.DataSetExtensions" /> |
69 | 73 | <Reference Include="System.Data.Entity" /> |
70 | 74 | <Reference Include="System.Drawing" /> |
71 | 75 | <Reference Include="System.IdentityModel" /> |
72 | 76 | <Reference Include="System.IdentityModel.Tokens.Jwt, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
73 | | - <HintPath>..\packages\System.IdentityModel.Tokens.Jwt.5.6.0\lib\net45\System.IdentityModel.Tokens.Jwt.dll</HintPath> |
| 77 | + <HintPath>..\packages\System.IdentityModel.Tokens.Jwt.5.6.0\lib\net461\System.IdentityModel.Tokens.Jwt.dll</HintPath> |
74 | 78 | </Reference> |
75 | 79 | <Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
76 | 80 | <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath> |
77 | 81 | </Reference> |
78 | 82 | <Reference Include="System.Runtime.Serialization" /> |
| 83 | + <Reference Include="System.Web.DynamicData" /> |
79 | 84 | <Reference Include="System.Web.Entity" /> |
80 | 85 | <Reference Include="System.Web.ApplicationServices" /> |
81 | 86 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
82 | | - <Reference Include="System.Core" /> |
83 | | - <Reference Include="System.Data.DataSetExtensions" /> |
| 87 | + <Reference Include="System.Web.Extensions" /> |
| 88 | + <Reference Include="System.Web" /> |
| 89 | + <Reference Include="System.Web.Abstractions" /> |
84 | 90 | <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
85 | 91 | <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath> |
86 | 92 | </Reference> |
|
94 | 100 | <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath> |
95 | 101 | </Reference> |
96 | 102 | <Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
97 | | - <SpecificVersion>False</SpecificVersion> |
98 | 103 | <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath> |
99 | 104 | </Reference> |
100 | 105 | <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
101 | 106 | <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath> |
102 | 107 | </Reference> |
| 108 | + <Reference Include="System.Web.Routing" /> |
103 | 109 | <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
104 | 110 | <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath> |
105 | 111 | </Reference> |
|
109 | 115 | <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
110 | 116 | <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
111 | 117 | </Reference> |
112 | | - <Reference Include="System.Xml.Linq" /> |
113 | | - <Reference Include="System.Web" /> |
114 | | - <Reference Include="System.Web.Abstractions" /> |
115 | | - <Reference Include="System.Web.Routing" /> |
116 | 118 | <Reference Include="System.Xml" /> |
117 | 119 | <Reference Include="System.Configuration" /> |
118 | | - <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
119 | | - <Private>True</Private> |
120 | | - <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
121 | | - </Reference> |
122 | 120 | <Reference Include="System.Net.Http"> |
123 | 121 | </Reference> |
124 | 122 | <Reference Include="System.Net.Http.WebRequest"> |
125 | 123 | </Reference> |
| 124 | + <Reference Include="System.Xml.Linq" /> |
126 | 125 | <Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
127 | | - <SpecificVersion>False</SpecificVersion> |
128 | 126 | <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath> |
129 | 127 | </Reference> |
130 | 128 | </ItemGroup> |
|
183 | 181 | <Content Include="favicon.ico" /> |
184 | 182 | <Content Include="fonts\glyphicons-halflings-regular.svg" /> |
185 | 183 | <Content Include="Global.asax" /> |
186 | | - <Content Include="Scripts\bootstrap.js" /> |
187 | | - <Content Include="Scripts\bootstrap.min.js" /> |
188 | 184 | <Content Include="fonts\glyphicons-halflings-regular.woff" /> |
189 | 185 | <Content Include="fonts\glyphicons-halflings-regular.ttf" /> |
190 | 186 | <Content Include="fonts\glyphicons-halflings-regular.eot" /> |
191 | | - <Content Include="Content\bootstrap-theme.css.map" /> |
192 | 187 | <Content Include="Content\bootstrap.css.map" /> |
| 188 | + <Content Include="Content\bootstrap-theme.css.map" /> |
193 | 189 | <Content Include="Areas\HelpPage\Views\_ViewStart.cshtml" /> |
194 | 190 | <Content Include="Areas\HelpPage\Views\Web.config" /> |
195 | 191 | <Content Include="Areas\HelpPage\Views\Shared\_Layout.cshtml" /> |
|
210 | 206 | <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\CollectionModelDescription.cshtml" /> |
211 | 207 | <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ApiGroup.cshtml" /> |
212 | 208 | <Content Include="Areas\HelpPage\Views\Help\Api.cshtml" /> |
| 209 | + <None Include="packages.config" /> |
213 | 210 | <None Include="Scripts\jquery-1.10.2.intellisense.js" /> |
214 | 211 | <None Include="Scripts\jquery-2.1.1.intellisense.js" /> |
| 212 | + <Content Include="Scripts\bootstrap.js" /> |
| 213 | + <Content Include="Scripts\bootstrap.min.js" /> |
215 | 214 | <Content Include="Scripts\jquery-2.1.1.js" /> |
216 | 215 | <Content Include="Scripts\jquery-2.1.1.min.js" /> |
217 | 216 | <Content Include="Scripts\modernizr-2.6.2.js" /> |
|
240 | 239 | </ItemGroup> |
241 | 240 | <ItemGroup /> |
242 | 241 | <ItemGroup> |
243 | | - <Content Include="packages.config"> |
244 | | - <SubType>Designer</SubType> |
245 | | - </Content> |
246 | 242 | <None Include="Project_Readme.html" /> |
247 | 243 | </ItemGroup> |
248 | 244 | <PropertyGroup> |
|
0 commit comments