diff --git a/Ganimede/Ganimede.sln b/Ganimede/Ganimede.sln index 7c58367..2981449 100644 --- a/Ganimede/Ganimede.sln +++ b/Ganimede/Ganimede.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 -VisualStudioVersion = 17.14.36408.4 d17.14 +VisualStudioVersion = 17.14.36408.4 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ganimede", "Ganimede.csproj", "{45294E97-B850-9F43-55B9-852D8D4DBCC2}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ganimede", "Ganimede\Ganimede.csproj", "{94D2BB13-2831-0E3F-70BC-3385A57E87F3}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -11,10 +11,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {45294E97-B850-9F43-55B9-852D8D4DBCC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {45294E97-B850-9F43-55B9-852D8D4DBCC2}.Debug|Any CPU.Build.0 = Debug|Any CPU - {45294E97-B850-9F43-55B9-852D8D4DBCC2}.Release|Any CPU.ActiveCfg = Release|Any CPU - {45294E97-B850-9F43-55B9-852D8D4DBCC2}.Release|Any CPU.Build.0 = Release|Any CPU + {94D2BB13-2831-0E3F-70BC-3385A57E87F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {94D2BB13-2831-0E3F-70BC-3385A57E87F3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {94D2BB13-2831-0E3F-70BC-3385A57E87F3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {94D2BB13-2831-0E3F-70BC-3385A57E87F3}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Ganimede/App.xaml b/Ganimede/Ganimede/App.xaml similarity index 100% rename from Ganimede/App.xaml rename to Ganimede/Ganimede/App.xaml diff --git a/Ganimede/App.xaml.cs b/Ganimede/Ganimede/App.xaml.cs similarity index 100% rename from Ganimede/App.xaml.cs rename to Ganimede/Ganimede/App.xaml.cs diff --git a/Ganimede/AssemblyInfo.cs b/Ganimede/Ganimede/AssemblyInfo.cs similarity index 100% rename from Ganimede/AssemblyInfo.cs rename to Ganimede/Ganimede/AssemblyInfo.cs diff --git a/Ganimede/Ganimede.csproj b/Ganimede/Ganimede/Ganimede.csproj similarity index 100% rename from Ganimede/Ganimede.csproj rename to Ganimede/Ganimede/Ganimede.csproj diff --git a/Ganimede/MainWindow.xaml b/Ganimede/Ganimede/MainWindow.xaml similarity index 100% rename from Ganimede/MainWindow.xaml rename to Ganimede/Ganimede/MainWindow.xaml diff --git a/Ganimede/MainWindow.xaml.cs b/Ganimede/Ganimede/MainWindow.xaml.cs similarity index 100% rename from Ganimede/MainWindow.xaml.cs rename to Ganimede/Ganimede/MainWindow.xaml.cs