mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-15 01:18:07 +00:00
9 lines
464 B
Text
9 lines
464 B
Text
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
||
|
<EnableUnmanagedDebugging>true</EnableUnmanagedDebugging>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
||
|
<EnableUnmanagedDebugging>true</EnableUnmanagedDebugging>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|