diff --git a/SddpViewer.sln b/SddpViewer.sln index f1990a4..8c25ed3 100644 --- a/SddpViewer.sln +++ b/SddpViewer.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SddpViewer", "SddpViewer.csproj", "{8383E1D9-75BD-46D0-B0D5-686AA49EFFF1}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SddpViewer", "src\SddpViewer.csproj", "{44B366A2-2370-41E2-9065-7B897597633B}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -14,9 +14,9 @@ Global HideSolutionNode = FALSE EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {8383E1D9-75BD-46D0-B0D5-686AA49EFFF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8383E1D9-75BD-46D0-B0D5-686AA49EFFF1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8383E1D9-75BD-46D0-B0D5-686AA49EFFF1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8383E1D9-75BD-46D0-B0D5-686AA49EFFF1}.Release|Any CPU.Build.0 = Release|Any CPU + {44B366A2-2370-41E2-9065-7B897597633B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {44B366A2-2370-41E2-9065-7B897597633B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {44B366A2-2370-41E2-9065-7B897597633B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {44B366A2-2370-41E2-9065-7B897597633B}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection EndGlobal diff --git a/App.axaml b/src/App.axaml similarity index 100% rename from App.axaml rename to src/App.axaml diff --git a/App.axaml.cs b/src/App.axaml.cs similarity index 100% rename from App.axaml.cs rename to src/App.axaml.cs diff --git a/DiscoveredDeviceViewModel.cs b/src/DiscoveredDeviceViewModel.cs similarity index 100% rename from DiscoveredDeviceViewModel.cs rename to src/DiscoveredDeviceViewModel.cs diff --git a/MainWindow.axaml b/src/MainWindow.axaml similarity index 100% rename from MainWindow.axaml rename to src/MainWindow.axaml diff --git a/MainWindow.axaml.cs b/src/MainWindow.axaml.cs similarity index 100% rename from MainWindow.axaml.cs rename to src/MainWindow.axaml.cs diff --git a/MainWindowViewModel.cs b/src/MainWindowViewModel.cs similarity index 100% rename from MainWindowViewModel.cs rename to src/MainWindowViewModel.cs diff --git a/NetworkAdapter.cs b/src/NetworkAdapter.cs similarity index 100% rename from NetworkAdapter.cs rename to src/NetworkAdapter.cs diff --git a/Program.cs b/src/Program.cs similarity index 100% rename from Program.cs rename to src/Program.cs diff --git a/SddpViewer.csproj b/src/SddpViewer.csproj similarity index 100% rename from SddpViewer.csproj rename to src/SddpViewer.csproj diff --git a/app.manifest b/src/app.manifest similarity index 100% rename from app.manifest rename to src/app.manifest