diff --git a/.gitignore b/.gitignore index 8d71ab6..9ead79e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,6 @@ *.dll *.vs/ *.vscode/ -UnrealVR/obj/ -UnrealVR/bin/ -UnrealVR/.vscode/ \ No newline at end of file +UEVR/obj/ +UEVR/bin/ +UEVR/.vscode/ \ No newline at end of file diff --git a/UEVR.sln b/UEVR.sln index af028a3..2507f4d 100644 --- a/UEVR.sln +++ b/UEVR.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.3.32811.315 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UEVR", "UnrealVR\UEVR.csproj", "{5535C4D3-A0EF-4767-B8E2-F3823EBFD754}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UEVR", "UEVR\UEVR.csproj", "{5535C4D3-A0EF-4767-B8E2-F3823EBFD754}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/UnrealVR/App.config b/UEVR/App.config similarity index 100% rename from UnrealVR/App.config rename to UEVR/App.config diff --git a/UnrealVR/App.xaml b/UEVR/App.xaml similarity index 100% rename from UnrealVR/App.xaml rename to UEVR/App.xaml diff --git a/UnrealVR/App.xaml.cs b/UEVR/App.xaml.cs similarity index 100% rename from UnrealVR/App.xaml.cs rename to UEVR/App.xaml.cs diff --git a/UnrealVR/AssemblyInfo.cs b/UEVR/AssemblyInfo.cs similarity index 100% rename from UnrealVR/AssemblyInfo.cs rename to UEVR/AssemblyInfo.cs diff --git a/UnrealVR/ExecutableFilter.cs b/UEVR/ExecutableFilter.cs similarity index 100% rename from UnrealVR/ExecutableFilter.cs rename to UEVR/ExecutableFilter.cs diff --git a/UnrealVR/FilteredExecutables.json b/UEVR/FilteredExecutables.json similarity index 100% rename from UnrealVR/FilteredExecutables.json rename to UEVR/FilteredExecutables.json diff --git a/UnrealVR/GameConfig.cs b/UEVR/GameConfig.cs similarity index 100% rename from UnrealVR/GameConfig.cs rename to UEVR/GameConfig.cs diff --git a/UnrealVR/Injector.cs b/UEVR/Injector.cs similarity index 100% rename from UnrealVR/Injector.cs rename to UEVR/Injector.cs diff --git a/UnrealVR/MainWindow.xaml b/UEVR/MainWindow.xaml similarity index 100% rename from UnrealVR/MainWindow.xaml rename to UEVR/MainWindow.xaml diff --git a/UnrealVR/MainWindow.xaml.cs b/UEVR/MainWindow.xaml.cs similarity index 100% rename from UnrealVR/MainWindow.xaml.cs rename to UEVR/MainWindow.xaml.cs diff --git a/UnrealVR/MainWindowSettings.cs b/UEVR/MainWindowSettings.cs similarity index 100% rename from UnrealVR/MainWindowSettings.cs rename to UEVR/MainWindowSettings.cs diff --git a/UnrealVR/PlainTextFilteredExecutables.json b/UEVR/PlainTextFilteredExecutables.json similarity index 100% rename from UnrealVR/PlainTextFilteredExecutables.json rename to UEVR/PlainTextFilteredExecutables.json diff --git a/UnrealVR/Properties/PublishProfiles/FolderProfile.pubxml b/UEVR/Properties/PublishProfiles/FolderProfile.pubxml similarity index 100% rename from UnrealVR/Properties/PublishProfiles/FolderProfile.pubxml rename to UEVR/Properties/PublishProfiles/FolderProfile.pubxml diff --git a/UnrealVR/Properties/Settings.Designer.cs b/UEVR/Properties/Settings.Designer.cs similarity index 100% rename from UnrealVR/Properties/Settings.Designer.cs rename to UEVR/Properties/Settings.Designer.cs diff --git a/UnrealVR/Properties/Settings.settings b/UEVR/Properties/Settings.settings similarity index 100% rename from UnrealVR/Properties/Settings.settings rename to UEVR/Properties/Settings.settings diff --git a/UnrealVR/UEVR.csproj b/UEVR/UEVR.csproj similarity index 100% rename from UnrealVR/UEVR.csproj rename to UEVR/UEVR.csproj diff --git a/UnrealVR/UEVR2.png b/UEVR/UEVR2.png similarity index 100% rename from UnrealVR/UEVR2.png rename to UEVR/UEVR2.png diff --git a/UnrealVR/UEVRConnectionStatus.cs b/UEVR/UEVRConnectionStatus.cs similarity index 100% rename from UnrealVR/UEVRConnectionStatus.cs rename to UEVR/UEVRConnectionStatus.cs diff --git a/UnrealVR/UEVRSharedMemory.cs b/UEVR/UEVRSharedMemory.cs similarity index 100% rename from UnrealVR/UEVRSharedMemory.cs rename to UEVR/UEVRSharedMemory.cs diff --git a/UnrealVR/VDWarnDialog.xaml b/UEVR/VDWarnDialog.xaml similarity index 100% rename from UnrealVR/VDWarnDialog.xaml rename to UEVR/VDWarnDialog.xaml diff --git a/UnrealVR/VDWarnDialog.xaml.cs b/UEVR/VDWarnDialog.xaml.cs similarity index 100% rename from UnrealVR/VDWarnDialog.xaml.cs rename to UEVR/VDWarnDialog.xaml.cs diff --git a/UnrealVR/discord.png b/UEVR/discord.png similarity index 100% rename from UnrealVR/discord.png rename to UEVR/discord.png diff --git a/UnrealVR/donate.png b/UEVR/donate.png similarity index 100% rename from UnrealVR/donate.png rename to UEVR/donate.png diff --git a/UnrealVR/github.png b/UEVR/github.png similarity index 100% rename from UnrealVR/github.png rename to UEVR/github.png diff --git a/UnrealVR/hash_executables.py b/UEVR/hash_executables.py similarity index 100% rename from UnrealVR/hash_executables.py rename to UEVR/hash_executables.py diff --git a/UnrealVR/uevr.ico b/UEVR/uevr.ico similarity index 100% rename from UnrealVR/uevr.ico rename to UEVR/uevr.ico diff --git a/UnrealVR/bundled/openvr_api.dll b/UnrealVR/bundled/openvr_api.dll deleted file mode 100644 index df410be..0000000 Binary files a/UnrealVR/bundled/openvr_api.dll and /dev/null differ diff --git a/UnrealVR/bundled/openxr_loader.dll b/UnrealVR/bundled/openxr_loader.dll deleted file mode 100644 index 3f67497..0000000 Binary files a/UnrealVR/bundled/openxr_loader.dll and /dev/null differ