1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00
Beef/BeefySysLib/BeefySysLib.vcxproj.user

15 lines
790 B
Text
Raw Normal View History

2019-08-23 11:56:54 -07:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LocalDebuggerCommand>$(SolutionDir)/dist/$(SolutionName).exe</LocalDebuggerCommand>
<LocalDebuggerWorkingDirectory>$(SolutionDir)/dist</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LocalDebuggerCommand>C:\Beef\CycloBuddy\dist\CycloBuddy.exe</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
2024-04-28 14:00:14 +02:00
<PropertyGroup>
2024-05-07 18:09:01 -04:00
<ShowAllFiles>false</ShowAllFiles>
2024-04-28 14:00:14 +02:00
</PropertyGroup>
2019-08-23 11:56:54 -07:00
</Project>