diff --git a/detours.sln b/detours.sln index 9ae874b7..4b56ea4b 100644 --- a/detours.sln +++ b/detours.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31808.319 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "r5dev", "r5dev\r5dev.vcxproj", "{28CC6B4F-7A95-4933-ADA9-65E38D48516D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gamesdk", "r5dev\gamesdk.vcxproj", "{28CC6B4F-7A95-4933-ADA9-65E38D48516D}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sdklauncher", "r5dev\sdklauncher.vcxproj", "{18F8C75E-3844-4AA6-AB93-980A08253519}" EndProject diff --git a/r5dev/r5dev.vcxproj b/r5dev/gamesdk.vcxproj similarity index 99% rename from r5dev/r5dev.vcxproj rename to r5dev/gamesdk.vcxproj index 71dc5e28..cdb16cb5 100644 --- a/r5dev/r5dev.vcxproj +++ b/r5dev/gamesdk.vcxproj @@ -459,7 +459,7 @@ <ProjectGuid>{28cc6b4f-7a95-4933-ada9-65e38d48516d}</ProjectGuid> <RootNamespace>r5dev</RootNamespace> <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> - <ProjectName>r5dev</ProjectName> + <ProjectName>gamesdk</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/r5dev/r5dev.vcxproj.filters b/r5dev/gamesdk.vcxproj.filters similarity index 100% rename from r5dev/r5dev.vcxproj.filters rename to r5dev/gamesdk.vcxproj.filters