diff --git a/UserComponentsOption19/UserComponentsOption19.sln b/UserComponentsOption19/UserComponentsOption19.sln new file mode 100644 index 0000000..18cc0ca --- /dev/null +++ b/UserComponentsOption19/UserComponentsOption19.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34714.143 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserComponentsOption19", "UserComponentsOption19\UserComponentsOption19.csproj", "{1BB1E87C-D5E4-41A6-9303-0F3E00F00507}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1BB1E87C-D5E4-41A6-9303-0F3E00F00507}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1BB1E87C-D5E4-41A6-9303-0F3E00F00507}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1BB1E87C-D5E4-41A6-9303-0F3E00F00507}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1BB1E87C-D5E4-41A6-9303-0F3E00F00507}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {5466B454-D3BC-46EA-8960-7193721A5CF0} + EndGlobalSection +EndGlobal diff --git a/UserComponentsOption19/UserComponentsOption19/UserComponentsOption19.csproj b/UserComponentsOption19/UserComponentsOption19/UserComponentsOption19.csproj new file mode 100644 index 0000000..3e210aa --- /dev/null +++ b/UserComponentsOption19/UserComponentsOption19/UserComponentsOption19.csproj @@ -0,0 +1,10 @@ + + + + net8.0-windows + enable + true + enable + + +