Fix directory structure

This commit is contained in:
Stone_Red
2024-05-05 22:03:16 +02:00
parent 7b32b3397f
commit 8890a203d3
24 changed files with 17 additions and 520 deletions
+17 -12
View File
@@ -1,11 +1,16 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClipCmd", "ClipCmd\ClipCmd\ClipCmd.csproj", "{27564C22-06E6-4BE7-ADF9-75F8AE48B58B}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClipCmd", "ClipCmd\ClipCmd.csproj", "{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClipCmd.Desktop", "ClipCmd\ClipCmd.Desktop\ClipCmd.Desktop.csproj", "{E676843F-19A2-456C-AD4F-520438460739}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClipCmd.Desktop", "ClipCmd.Desktop\ClipCmd.Desktop.csproj", "{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3DA99C4E-89E3-4049-9C22-0A7EC60D83D8}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -13,19 +18,19 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{27564C22-06E6-4BE7-ADF9-75F8AE48B58B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27564C22-06E6-4BE7-ADF9-75F8AE48B58B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27564C22-06E6-4BE7-ADF9-75F8AE48B58B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27564C22-06E6-4BE7-ADF9-75F8AE48B58B}.Release|Any CPU.Build.0 = Release|Any CPU
{E676843F-19A2-456C-AD4F-520438460739}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E676843F-19A2-456C-AD4F-520438460739}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E676843F-19A2-456C-AD4F-520438460739}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E676843F-19A2-456C-AD4F-520438460739}.Release|Any CPU.Build.0 = Release|Any CPU
{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBFA8512-1EA5-4D8C-B4AC-AB5B48A6D568}.Release|Any CPU.Build.0 = Release|Any CPU
{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABC31E74-02FF-46EB-B3B2-4E6AE43B456C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {09386B0D-E2E0-426B-AB6B-D6F9849CAC6F}
SolutionGuid = {83CB65B8-011F-4ED7-BCD3-A6CFA935EF7E}
EndGlobalSection
EndGlobal