diff --git a/AntiSamy.sln b/AntiSamy.sln new file mode 100644 index 0000000..ee12083 --- /dev/null +++ b/AntiSamy.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27428.2043 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AntiSamy", "AntiSamy\AntiSamy.csproj", "{5F8A16B1-BA0E-44C5-89AE-E840E62D5425}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5F8A16B1-BA0E-44C5-89AE-E840E62D5425}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5F8A16B1-BA0E-44C5-89AE-E840E62D5425}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5F8A16B1-BA0E-44C5-89AE-E840E62D5425}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5F8A16B1-BA0E-44C5-89AE-E840E62D5425}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {CED73542-BCAF-478E-AF4A-E6B36866D0AD} + EndGlobalSection +EndGlobal diff --git a/AntiSamy/AntiSamy.csproj b/AntiSamy/AntiSamy.csproj new file mode 100644 index 0000000..9f5c4f4 --- /dev/null +++ b/AntiSamy/AntiSamy.csproj @@ -0,0 +1,7 @@ + + + + netstandard2.0 + + + diff --git a/AntiSamy/Class1.cs b/AntiSamy/Class1.cs new file mode 100644 index 0000000..881b90c --- /dev/null +++ b/AntiSamy/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace AntiSamy +{ + public class Class1 + { + } +}