Removed source files from the project

This commit is contained in:
David Fowler 2014-08-15 08:16:09 -07:00
Родитель bfa8cf0586
Коммит 06ea33ad4f
9 изменённых файлов: 0 добавлений и 202 удалений

Просмотреть файл

@ -19,63 +19,5 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DevelopmentServerPort>41532</DevelopmentServerPort>
</PropertyGroup>
<ItemGroup>
<Content Include="Content\bootstrap.css" />
<Content Include="Content\bootstrap.min.css" />
<Content Include="Content\Site.css" />
<Content Include="CopyAspNetLoader.cmd" />
<Content Include="favicon.ico" />
<Content Include="fonts\glyphicons-halflings-regular.eot" />
<Content Include="fonts\glyphicons-halflings-regular.svg" />
<Content Include="fonts\glyphicons-halflings-regular.ttf" />
<Content Include="fonts\glyphicons-halflings-regular.woff" />
<Content Include="Helios.cmd" />
<Content Include="LocalConfig.json" />
<Content Include="Project.json" />
<Content Include="Scripts\bootstrap.js" />
<Content Include="Scripts\bootstrap.min.js" />
<Content Include="Scripts\jquery-1.10.2.intellisense.js" />
<Content Include="Scripts\jquery-1.10.2.js" />
<Content Include="Scripts\jquery-1.10.2.min.js" />
<Content Include="Scripts\jquery-1.10.2.min.map" />
<Content Include="Scripts\jquery.validate-vsdoc.js" />
<Content Include="Scripts\jquery.validate.js" />
<Content Include="Scripts\jquery.validate.min.js" />
<Content Include="Scripts\jquery.validate.unobtrusive.js" />
<Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
<Content Include="Scripts\modernizr-2.6.2.js" />
<Content Include="Scripts\respond.js" />
<Content Include="Scripts\respond.min.js" />
<Content Include="Scripts\_references.js" />
<Content Include="Views\Account\Login.cshtml" />
<Content Include="Views\Account\Manage.cshtml" />
<Content Include="Views\Account\Register.cshtml" />
<Content Include="Views\Account\_ChangePasswordPartial.cshtml" />
<Content Include="Views\Home\Index.cshtml" />
<Content Include="Views\Manage\AddPhoneNumber.cshtml" />
<Content Include="Views\Manage\ChangePassword.cshtml" />
<Content Include="Views\Manage\Index.cshtml" />
<Content Include="Views\Manage\ManageLogins.cshtml" />
<Content Include="Views\Manage\RemoveLogin.cshtml" />
<Content Include="Views\Manage\SetPassword.cshtml" />
<Content Include="Views\Manage\VerifyPhoneNumber.cshtml" />
<Content Include="Views\Shared\Error.cshtml" />
<Content Include="Views\Shared\_Layout.cshtml" />
<Content Include="Views\Shared\_LoginPartial.cshtml" />
<Content Include="web.config" />
<Content Include="web.Debug.config" />
<Content Include="web.Release.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="Controllers\AccountController.cs" />
<Compile Include="Controllers\HomeController.cs" />
<Compile Include="Controllers\ManageController.cs" />
<Compile Include="Models\AccountViewModels.cs" />
<Compile Include="Models\IdentityModels.cs" />
<Compile Include="Models\ManageViewModels.cs" />
<Compile Include="Models\SampleData.cs" />
<Compile Include="Program.cs" />
<Compile Include="Startup.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

Просмотреть файл

@ -16,14 +16,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="SecurityStampValidator.cs" />
<Compile Include="HttpAuthenticationManager.cs" />
<Compile Include="IdentityBuilderExtensions.cs" />
<Compile Include="BuilderExtensions.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

Просмотреть файл

@ -16,16 +16,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
<Content Include="Resources.resx" />
</ItemGroup>
<ItemGroup>
<Compile Include="IdentityEntityFrameworkServiceCollectionExtensions.cs" />
<Compile Include="IdentityDbContext.cs" />
<Compile Include="Properties\Resources.Designer.cs" />
<Compile Include="RoleStore.cs" />
<Compile Include="UserStore.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

Просмотреть файл

@ -16,70 +16,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
<Content Include="Resources.resx" />
</ItemGroup>
<ItemGroup>
<Compile Include="ClaimsIdentityExtensions.cs" />
<Compile Include="ClaimsIdentityFactory.cs" />
<Compile Include="ClaimsIdentityOptions.cs" />
<Compile Include="Crypto.cs" />
<Compile Include="UpperInvariantUserNameNormalizer.cs" />
<Compile Include="IUserNameNormalizer.cs" />
<Compile Include="PhoneNumberTokenProvider.cs" />
<Compile Include="IAuthenticationManager.cs" />
<Compile Include="IClaimsIdentityFactory.cs" />
<Compile Include="IdentityBuilder.cs" />
<Compile Include="IdentityMessage.cs" />
<Compile Include="IdentityOptions.cs" />
<Compile Include="IdentityResult.cs" />
<Compile Include="IdentityRole.cs" />
<Compile Include="IdentityRoleClaim.cs" />
<Compile Include="IdentityServiceCollectionExtensions.cs" />
<Compile Include="IdentityServices.cs" />
<Compile Include="IdentityUser.cs" />
<Compile Include="IdentityUserClaim.cs" />
<Compile Include="IdentityUserLogin.cs" />
<Compile Include="IdentityUserRole.cs" />
<Compile Include="IIdentityMessageService.cs" />
<Compile Include="IPasswordHasher.cs" />
<Compile Include="IPasswordValidator.cs" />
<Compile Include="IQueryableRoleStore.cs" />
<Compile Include="IQueryableUserStore.cs" />
<Compile Include="IRoleClaimStore.cs" />
<Compile Include="IRoleStore.cs" />
<Compile Include="IRoleValidator.cs" />
<Compile Include="IUserClaimStore.cs" />
<Compile Include="IUserEmailStore.cs" />
<Compile Include="IUserLockoutStore.cs" />
<Compile Include="IUserLoginStore.cs" />
<Compile Include="IUserPasswordStore.cs" />
<Compile Include="IUserPhoneNumberStore.cs" />
<Compile Include="IUserRoleStore.cs" />
<Compile Include="IUserSecurityStampStore.cs" />
<Compile Include="IUserStore.cs" />
<Compile Include="EmailTokenProvider.cs" />
<Compile Include="TotpSecurityStampBasedTokenProvider.cs" />
<Compile Include="IUserTokenProvider.cs" />
<Compile Include="IUserTwoFactorStore.cs" />
<Compile Include="IUserValidator.cs" />
<Compile Include="LockoutOptions.cs" />
<Compile Include="PasswordHasher.cs" />
<Compile Include="PasswordOptions.cs" />
<Compile Include="PasswordValidator.cs" />
<Compile Include="PasswordVerificationResult.cs" />
<Compile Include="Properties\Resources.Designer.cs" />
<Compile Include="Rfc6238AuthenticationService.cs" />
<Compile Include="RoleManager.cs" />
<Compile Include="RoleValidator.cs" />
<Compile Include="SignInManager.cs" />
<Compile Include="SignInStatus.cs" />
<Compile Include="UserLoginInfo.cs" />
<Compile Include="UserManager.cs" />
<Compile Include="SignInOptions.cs" />
<Compile Include="UserOptions.cs" />
<Compile Include="UserValidator.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

Просмотреть файл

@ -17,12 +17,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="HttpSignInTest.cs" />
<Compile Include="SecurityStampValidatorTest.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

Просмотреть файл

@ -17,17 +17,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="EntityInMemoryTestServiceCollectionExtensions.cs" />
<Compile Include="InMemoryUser.cs" />
<Compile Include="InMemoryContext.cs" />
<Compile Include="InMemoryUserStore.cs" />
<Compile Include="InMemoryUserStoreTest.cs" />
<Compile Include="RoleStoreTest.cs" />
<Compile Include="TestIdentityFactory.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

Просмотреть файл

@ -17,17 +17,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="CustomPocoTest.cs" />
<Compile Include="DefaultPocoTest.cs" />
<Compile Include="UserStoreGuidKeyTest.cs" />
<Compile Include="UserStoreIntKeyTest.cs" />
<Compile Include="UserStoreStringKeyTest.cs" />
<Compile Include="UserStoreTest.cs" />
<Compile Include="UserStoreTestBase.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

Просмотреть файл

@ -17,16 +17,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="HttpSignInTest.cs" />
<Compile Include="IdentityBuilderExtensions.cs" />
<Compile Include="InMemoryRoleStore.cs" />
<Compile Include="InMemoryStoreTest.cs" />
<Compile Include="InMemoryUserStore.cs" />
<Compile Include="StartupTest.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

Просмотреть файл

@ -17,22 +17,5 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="ClaimsIdentityFactoryTest.cs" />
<Compile Include="IdentityBuilderTest.cs" />
<Compile Include="ClaimsIdentityExtensionsTest.cs" />
<Compile Include="IdentityOptionsTest.cs" />
<Compile Include="IdentityResultTest.cs" />
<Compile Include="NoopRoleStore.cs" />
<Compile Include="NoopUserStore.cs" />
<Compile Include="PasswordValidatorTest.cs" />
<Compile Include="RoleManagerTest.cs" />
<Compile Include="RoleValidatorTest.cs" />
<Compile Include="UserManagerTest.cs" />
<Compile Include="UserValidatorTest.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>