diff --git a/.gitignore b/.gitignore index d6f4b69..a861bac 100644 --- a/.gitignore +++ b/.gitignore @@ -402,3 +402,7 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml + +#appsettings file +appsettings.json +appsettings.Development.json diff --git a/src/AIHub/AIHub.sln b/src/AIHub/AIHub.sln new file mode 100644 index 0000000..4d2f558 --- /dev/null +++ b/src/AIHub/AIHub.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.002.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AIHub", "AIHub.csproj", "{2ED5934A-7E08-4DA8-8B58-8A08137B18E9}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2ED5934A-7E08-4DA8-8B58-8A08137B18E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2ED5934A-7E08-4DA8-8B58-8A08137B18E9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2ED5934A-7E08-4DA8-8B58-8A08137B18E9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2ED5934A-7E08-4DA8-8B58-8A08137B18E9}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {20AA2353-81A6-44D5-8342-7A0BDDFA36A4} + EndGlobalSection +EndGlobal diff --git a/src/AIHub/Views/ContentSafety/ImageModerator.cshtml b/src/AIHub/Views/ContentSafety/ImageModerator.cshtml index 1cfd8fa..c6bd202 100644 --- a/src/AIHub/Views/ContentSafety/ImageModerator.cshtml +++ b/src/AIHub/Views/ContentSafety/ImageModerator.cshtml @@ -40,7 +40,7 @@
-
diff --git a/src/AIHub/Views/ContentSafety/TextModerator.cshtml b/src/AIHub/Views/ContentSafety/TextModerator.cshtml index ccff915..834e44a 100644 --- a/src/AIHub/Views/ContentSafety/TextModerator.cshtml +++ b/src/AIHub/Views/ContentSafety/TextModerator.cshtml @@ -43,7 +43,7 @@
- +
diff --git a/src/AIHub/Views/Shared/_Layout.cshtml b/src/AIHub/Views/Shared/_Layout.cshtml index aee97e4..3fcb506 100644 --- a/src/AIHub/Views/Shared/_Layout.cshtml +++ b/src/AIHub/Views/Shared/_Layout.cshtml @@ -16,7 +16,7 @@