mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
15 lines
753 B
Plaintext
15 lines
753 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||
|
<DebuggerFlavor>DbgengLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
|
<DebuggerFlavor>DbgengLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||
|
<DebuggerFlavor>DbgengLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||
|
<DebuggerFlavor>DbgengLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|