Removed source files from the project
This commit is contained in:
parent
05804c78db
commit
c74e583ec9
|
|
@ -16,11 +16,5 @@
|
|||
<PropertyGroup>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="project.json" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Startup.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
@ -16,24 +16,5 @@
|
|||
<PropertyGroup>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="project.json" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="CookieAuthenticationDefaults.cs" />
|
||||
<Compile Include="CookieAuthenticationExtensions.cs" />
|
||||
<Compile Include="CookieAuthenticationHandler.cs" />
|
||||
<Compile Include="CookieAuthenticationMiddleware.cs" />
|
||||
<Compile Include="CookieAuthenticationOptions.cs" />
|
||||
<Compile Include="CookieSecureOption.cs" />
|
||||
<Compile Include="Notifications\CookieApplyRedirectContext.cs" />
|
||||
<Compile Include="Notifications\CookieAuthenticationNotifications.cs" />
|
||||
<Compile Include="Notifications\CookieResponseSignInContext.cs" />
|
||||
<Compile Include="Notifications\CookieResponseSignOutContext.cs" />
|
||||
<Compile Include="Notifications\CookieValidateIdentityContext.cs" />
|
||||
<Compile Include="Notifications\DefaultBehavior.cs" />
|
||||
<Compile Include="Notifications\ICookieAuthenticationNotifications.cs" />
|
||||
<Compile Include="NotNullAttribute.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
@ -16,67 +16,5 @@
|
|||
<PropertyGroup>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="project.json" />
|
||||
<Content Include="Resources.resx" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AppBuilderSecurityExtensions.cs" />
|
||||
<Compile Include="AuthenticationMode.cs" />
|
||||
<Compile Include="AuthenticationOptions.cs" />
|
||||
<Compile Include="AuthenticationTicket.cs" />
|
||||
<Compile Include="AuthorizationPolicy.cs" />
|
||||
<Compile Include="AuthorizationPolicyContext.cs" />
|
||||
<Compile Include="AuthorizationServiceExtensions.cs" />
|
||||
<Compile Include="DefaultAuthorizationService.cs" />
|
||||
<Compile Include="IAuthorizationPolicy.cs" />
|
||||
<Compile Include="IAuthorizationService.cs" />
|
||||
<Compile Include="CertificateSubjectKeyIdentifierValidator.cs" />
|
||||
<Compile Include="CertificateSubjectPublicKeyInfoValidator.cs" />
|
||||
<Compile Include="CertificateThumbprintValidator.cs" />
|
||||
<Compile Include="Constants.cs" />
|
||||
<Compile Include="DataHandler\Encoder\Base64TextEncoder.cs" />
|
||||
<Compile Include="DataHandler\Encoder\Base64UrlTextEncoder.cs" />
|
||||
<Compile Include="DataHandler\Encoder\ITextEncoder.cs" />
|
||||
<Compile Include="DataHandler\Encoder\TextEncodings.cs" />
|
||||
<Compile Include="DataHandler\ISecureDataFormat.cs" />
|
||||
<Compile Include="DataHandler\PropertiesDataFormat.cs" />
|
||||
<Compile Include="DataHandler\SecureDataFormat.cs" />
|
||||
<Compile Include="DataHandler\Serializer\DataSerializers.cs" />
|
||||
<Compile Include="DataHandler\Serializer\IDataSerializer.cs" />
|
||||
<Compile Include="DataHandler\Serializer\PropertiesSerializer.cs" />
|
||||
<Compile Include="DataHandler\Serializer\TicketSerializer.cs" />
|
||||
<Compile Include="DataHandler\TicketDataFormat.cs" />
|
||||
<Compile Include="DataProtection\DataProtectionHelpers.cs" />
|
||||
<Compile Include="ICertificateValidator.cs" />
|
||||
<Compile Include="Infrastructure\AuthenticationHandler.cs" />
|
||||
<Compile Include="Infrastructure\AuthenticationHandler`1.cs" />
|
||||
<Compile Include="Infrastructure\AuthenticationMiddleware.cs" />
|
||||
<Compile Include="Infrastructure\AuthenticationTokenCreateContext.cs" />
|
||||
<Compile Include="Infrastructure\AuthenticationTokenProvider.cs" />
|
||||
<Compile Include="Infrastructure\AuthenticationTokenReceiveContext.cs" />
|
||||
<Compile Include="Infrastructure\Constants.cs" />
|
||||
<Compile Include="Infrastructure\HttpContextExtensions.cs" />
|
||||
<Compile Include="Infrastructure\IAuthenticationTokenProvider.cs" />
|
||||
<Compile Include="Infrastructure\ISystemClock.cs" />
|
||||
<Compile Include="Infrastructure\NotNullAttribute.cs" />
|
||||
<Compile Include="Infrastructure\SecurityHelper.cs" />
|
||||
<Compile Include="Infrastructure\SignInIdentityContext.cs" />
|
||||
<Compile Include="Infrastructure\SystemClock.cs" />
|
||||
<Compile Include="Notifications\AuthenticationFailedNotification.cs" />
|
||||
<Compile Include="Notifications\BaseContext.cs" />
|
||||
<Compile Include="Notifications\BaseContext`1.cs" />
|
||||
<Compile Include="Notifications\EndpointContext.cs" />
|
||||
<Compile Include="Notifications\EndpointContext`1.cs" />
|
||||
<Compile Include="Notifications\MessageReceivedNotification.cs" />
|
||||
<Compile Include="Notifications\RedirectFromIdentityProviderNotification.cs" />
|
||||
<Compile Include="Notifications\RedirectToIdentityProviderNotification.cs" />
|
||||
<Compile Include="Notifications\ReturnEndpointContext.cs" />
|
||||
<Compile Include="Notifications\SecurityTokenReceivedNotification.cs" />
|
||||
<Compile Include="Notifications\SecurityTokenValidatedNotification.cs" />
|
||||
<Compile Include="Resources.Designer.cs" />
|
||||
<Compile Include="SubjectPublicKeyInfoAlgorithm.cs" />
|
||||
<Compile Include="Win32.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
@ -16,21 +16,5 @@
|
|||
<PropertyGroup>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="katanatest.redmond.corp.microsoft.com.cer" />
|
||||
<Content Include="project.json" />
|
||||
<Content Include="selfSigned.cer" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="CertificateSubjectKeyIdentifierValidatorTests.cs" />
|
||||
<Compile Include="CertificateSubjectPublicKeyInfoValidatorTests.cs" />
|
||||
<Compile Include="CertificateThumbprintValidatorTests.cs" />
|
||||
<Compile Include="Cookies\CookieMiddlewareTests.cs" />
|
||||
<Compile Include="DataHandler\Encoder\Base64UrlTextEncoderTests.cs" />
|
||||
<Compile Include="DefaultAuthorizationServiceTests.cs" />
|
||||
<Compile Include="FakePolicy.cs" />
|
||||
<Compile Include="SecurityHelperTests.cs" />
|
||||
<Compile Include="TestClock.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||
</Project>
|
||||
Loading…
Reference in New Issue