diff options
| author | rtm516 <rtm516@users.noreply.github.com> | 2026-03-02 08:14:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-02 15:14:14 +0700 |
| commit | e15bd26917cca606800c025371e61129109af004 (patch) | |
| tree | d8ead40563c82fc44e937618536bc4ec09de2254 /Minecraft.Client/Minecraft.Client.vcxproj.user | |
| parent | 09e0c04f7b9d2d357715dc908ff0094dcf3e4fcc (diff) | |
Move to a postbuild.ps1 script and set the working dir at runtime as output dir (#113)
* Move to a postbuild.ps1 script and Set the working dir at runtime as output dir
* Update for 2f711d4
* Only copy newer files and remove needed files from gitignore
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 |
