diff options
| author | rtm516 <rtm516@users.noreply.github.com> | 2026-03-02 07:05:46 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-02 14:05:46 +0700 |
| commit | 8810566bf6ec4b26e35103b7ae56317db7b0cfcc (patch) | |
| tree | e9db35ba6f53fce023cde5ca1eac91c6622ff042 /Minecraft.Client/Minecraft.Client.vcxproj.user | |
| parent | 7eac79acc3437982795b0ab0f7260f29de11ad1b (diff) | |
Move to a postbuild.ps1 script and Set the working dir at runtime as output dir (#91)
Diffstat (limited to 'Minecraft.Client/Minecraft.Client.vcxproj.user')
| -rw-r--r-- | Minecraft.Client/Minecraft.Client.vcxproj.user | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Minecraft.Client/Minecraft.Client.vcxproj.user b/Minecraft.Client/Minecraft.Client.vcxproj.user index cf9782cd..10dbfa33 100644 --- a/Minecraft.Client/Minecraft.Client.vcxproj.user +++ b/Minecraft.Client/Minecraft.Client.vcxproj.user @@ -3,4 +3,12 @@ <PropertyGroup> <LastConfigDeployed>Debug</LastConfigDeployed> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <LocalDebuggerWorkingDirectory>$(SolutionDir)$(Platform)\$(Configuration)\</LocalDebuggerWorkingDirectory> + <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <LocalDebuggerWorkingDirectory>$(SolutionDir)$(Platform)\$(Configuration)\</LocalDebuggerWorkingDirectory> + <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> + </PropertyGroup> </Project>
\ No newline at end of file |
