|
213 | 213 | </Reference> |
214 | 214 | <Reference Include="System.Web" /> |
215 | 215 | <Reference Include="System.Web.ApplicationServices" /> |
| 216 | + <Reference Include="System.Web.Cors, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 217 | + <HintPath>..\packages\Microsoft.AspNet.Cors.5.2.7\lib\net45\System.Web.Cors.dll</HintPath> |
| 218 | + </Reference> |
216 | 219 | <Reference Include="System.Web.Extensions" /> |
217 | 220 | <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
218 | 221 | <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath> |
|
255 | 258 | </Reference> |
256 | 259 | </ItemGroup> |
257 | 260 | <ItemGroup> |
258 | | - <Compile Include="Composer\MigrationRunnerComposer.cs" /> |
| 261 | + <Compile Include="Composing\MigrationRunnerComposer.cs" /> |
259 | 262 | <Compile Include="Data\InMemoryOAuthClientStore.cs" /> |
260 | 263 | <Compile Include="Data\Migrations\AuthUMigrationPlan.cs" /> |
261 | | - <Compile Include="Component\MigrationsRunnerComponent.cs" /> |
| 264 | + <Compile Include="Composing\MigrationsRunnerComponent.cs" /> |
262 | 265 | <Compile Include="Data\Migrations\CreateDemoOAuthClient.cs" /> |
263 | 266 | <Compile Include="Data\Migrations\CreateOAuthClientTable.cs" /> |
264 | 267 | <Compile Include="Data\Migrations\CreateOAuthRefreshTokenTable.cs" /> |
|
299 | 302 | <None Include="app.config" /> |
300 | 303 | <None Include="packages.config" /> |
301 | 304 | </ItemGroup> |
302 | | - <ItemGroup /> |
| 305 | + <ItemGroup> |
| 306 | + <Folder Include="Component\" /> |
| 307 | + </ItemGroup> |
303 | 308 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
304 | 309 | <Import Project="..\packages\Umbraco.SqlServerCE.4.0.0.1\build\Umbraco.SqlServerCE.targets" Condition="Exists('..\packages\Umbraco.SqlServerCE.4.0.0.1\build\Umbraco.SqlServerCE.targets')" /> |
305 | 310 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
|
0 commit comments