Skip to content

Commit cc5ce82

Browse files
committed
Remove HtmlSanitization
This library is mostly built on non .NET Standard compatible .NET Framework code.
1 parent 648902f commit cc5ce82

File tree

136 files changed

+8
-88860
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+8
-88860
lines changed

AntiXSS.sln

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
21
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2012
2+
# Visual Studio 15
3+
VisualStudioVersion = 15.0.28307.136
4+
MinimumVisualStudioVersion = 10.0.40219.1
45
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B911405E-6A46-4BE6-B997-91D85388CA9A}"
56
ProjectSection(SolutionItems) = preProject
67
AntiXssAssemblyInfo.cs = AntiXssAssemblyInfo.cs
@@ -14,13 +15,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentat
1415
Documentation\AntiXSS v4.3.docx = Documentation\AntiXSS v4.3.docx
1516
EndProjectSection
1617
EndProject
17-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Security.Application.Encoder", "Microsoft.Security.Application.Encoder\Microsoft.Security.Application.Encoder.csproj", "{E7B6B7D1-53F8-4492-9B98-23244070E3E6}"
18+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Security.Application.Encoder", "Microsoft.Security.Application.Encoder\Microsoft.Security.Application.Encoder.csproj", "{E7B6B7D1-53F8-4492-9B98-23244070E3E6}"
1819
EndProject
19-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Security.Application.HtmlSanitization", "Microsoft.Security.Application.HtmlSanitization\Microsoft.Security.Application.HtmlSanitization.csproj", "{7318FE57-3EFC-4A13-8B62-2E3BC31A4F84}"
20-
EndProject
21-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Security.Application.Encoder.UnitTests", "Microsoft.Security.Application.Encoder.UnitTests\Microsoft.Security.Application.Encoder.UnitTests.csproj", "{53A4B395-7A8D-4BE5-9925-5795EC95846C}"
22-
EndProject
23-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Security.Application.HtmlSanitization.Tests", "Microsoft.Security.Application.HtmlSanitization.Tests\Microsoft.Security.Application.HtmlSanitization.Tests.csproj", "{6A605CD7-3C75-41A4-BD3A-ECD4FC45CE1B}"
20+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Security.Application.Encoder.UnitTests", "Microsoft.Security.Application.Encoder.UnitTests\Microsoft.Security.Application.Encoder.UnitTests.csproj", "{53A4B395-7A8D-4BE5-9925-5795EC95846C}"
2421
EndProject
2522
Global
2623
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -42,16 +39,6 @@ Global
4239
{E7B6B7D1-53F8-4492-9B98-23244070E3E6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
4340
{E7B6B7D1-53F8-4492-9B98-23244070E3E6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
4441
{E7B6B7D1-53F8-4492-9B98-23244070E3E6}.Release|x86.ActiveCfg = Release|Any CPU
45-
{7318FE57-3EFC-4A13-8B62-2E3BC31A4F84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
46-
{7318FE57-3EFC-4A13-8B62-2E3BC31A4F84}.Debug|Any CPU.Build.0 = Debug|Any CPU
47-
{7318FE57-3EFC-4A13-8B62-2E3BC31A4F84}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
48-
{7318FE57-3EFC-4A13-8B62-2E3BC31A4F84}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
49-
{7318FE57-3EFC-4A13-8B62-2E3BC31A4F84}.Debug|x86.ActiveCfg = Debug|Any CPU
50-
{7318FE57-3EFC-4A13-8B62-2E3BC31A4F84}.Release|Any CPU.ActiveCfg = Release|Any CPU
51-
{7318FE57-3EFC-4A13-8B62-2E3BC31A4F84}.Release|Any CPU.Build.0 = Release|Any CPU
52-
{7318FE57-3EFC-4A13-8B62-2E3BC31A4F84}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
53-
{7318FE57-3EFC-4A13-8B62-2E3BC31A4F84}.Release|Mixed Platforms.Build.0 = Release|Any CPU
54-
{7318FE57-3EFC-4A13-8B62-2E3BC31A4F84}.Release|x86.ActiveCfg = Release|Any CPU
5542
{53A4B395-7A8D-4BE5-9925-5795EC95846C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5643
{53A4B395-7A8D-4BE5-9925-5795EC95846C}.Debug|Any CPU.Build.0 = Debug|Any CPU
5744
{53A4B395-7A8D-4BE5-9925-5795EC95846C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
@@ -62,21 +49,14 @@ Global
6249
{53A4B395-7A8D-4BE5-9925-5795EC95846C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
6350
{53A4B395-7A8D-4BE5-9925-5795EC95846C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
6451
{53A4B395-7A8D-4BE5-9925-5795EC95846C}.Release|x86.ActiveCfg = Release|Any CPU
65-
{6A605CD7-3C75-41A4-BD3A-ECD4FC45CE1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
66-
{6A605CD7-3C75-41A4-BD3A-ECD4FC45CE1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
67-
{6A605CD7-3C75-41A4-BD3A-ECD4FC45CE1B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
68-
{6A605CD7-3C75-41A4-BD3A-ECD4FC45CE1B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
69-
{6A605CD7-3C75-41A4-BD3A-ECD4FC45CE1B}.Debug|x86.ActiveCfg = Debug|Any CPU
70-
{6A605CD7-3C75-41A4-BD3A-ECD4FC45CE1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
71-
{6A605CD7-3C75-41A4-BD3A-ECD4FC45CE1B}.Release|Any CPU.Build.0 = Release|Any CPU
72-
{6A605CD7-3C75-41A4-BD3A-ECD4FC45CE1B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
73-
{6A605CD7-3C75-41A4-BD3A-ECD4FC45CE1B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
74-
{6A605CD7-3C75-41A4-BD3A-ECD4FC45CE1B}.Release|x86.ActiveCfg = Release|Any CPU
7552
EndGlobalSection
7653
GlobalSection(SolutionProperties) = preSolution
7754
HideSolutionNode = FALSE
7855
EndGlobalSection
7956
GlobalSection(NestedProjects) = preSolution
8057
{57C3E762-30FA-402E-8738-76EA3A56A1AF} = {B911405E-6A46-4BE6-B997-91D85388CA9A}
8158
EndGlobalSection
59+
GlobalSection(ExtensibilityGlobals) = postSolution
60+
SolutionGuid = {F132A8C4-507D-4BE4-BDF6-3494A48AFA21}
61+
EndGlobalSection
8262
EndGlobal

Microsoft.Security.Application.Encoder/Microsoft.Security.Application.Encoder.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919
<Tags>AntiXSS, ASP.NET</Tags>
2020
</PropertyGroup>
2121

22-
<ItemGroup>
23-
<ProjectReference Include="..\Microsoft.Security.Application.HtmlSanitization\Microsoft.Security.Application.HtmlSanitization.csproj">
24-
<PrivateAssets>all</PrivateAssets>
25-
</ProjectReference>
26-
</ItemGroup>
27-
2822
<ItemGroup>
2923
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
3024
<_Parameter1>$(MSBuildProjectName).UnitTests</_Parameter1>

Microsoft.Security.Application.HtmlSanitization.Tests/Microsoft.Security.Application.HtmlSanitization.Tests.csproj

Lines changed: 0 additions & 18 deletions
This file was deleted.

Microsoft.Security.Application.HtmlSanitization.Tests/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)