-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTSPApp.vcxproj.user
26 lines (26 loc) · 1.56 KB
/
TSPApp.vcxproj.user
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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)'=='Debug|Win32'">
<LocalDebuggerEnvironment>PATH= %PATH%;$(ProjectDir)src\vendor\SDL2-2.0.12\lib\x86;$(ProjectDir)src\vendor\SDL2_image-2.0.5\lib\x86
$(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LocalDebuggerEnvironment>PATH= %PATH%;$(ProjectDir)src\vendor\SDL2-2.0.12\lib\x86;$(ProjectDir)src\vendor\SDL2_image-2.0.5\lib\x86
$(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LocalDebuggerEnvironment>PATH= %PATH%;$(ProjectDir)src\vendor\SDL2-2.0.12\lib\x64;$(ProjectDir)src\vendor\SDL2_image-2.0.5\lib\x64
$(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LocalDebuggerEnvironment>PATH= %PATH%;$(ProjectDir)src\vendor\SDL2-2.0.12\lib\x64;$(ProjectDir)src\vendor\SDL2_image-2.0.5\lib\x64
$(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>