2023-09-23 18:03:33 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
|
|
<ShowAllFiles>true</ShowAllFiles>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Development|x64'">
|
2023-09-26 22:16:41 -07:00
|
|
|
<LocalDebuggerWorkingDirectory>$(ProjectDir)data\binaries</LocalDebuggerWorkingDirectory>
|
2023-09-23 18:03:33 -07:00
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
2023-09-26 22:16:41 -07:00
|
|
|
<LocalDebuggerCommand>$(ProjectDir)data\binaries\handmade_win32.exe</LocalDebuggerCommand>
|
2023-09-23 18:03:33 -07:00
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|