-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSDLProject_x64.props
18 lines (18 loc) · 1.08 KB
/
SDLProject_x64.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<OutDir>$(SolutionDir)bin</OutDir>
<TargetName>$(ProjectName)$(Configuration)</TargetName>
<IncludePath>$(SolutionDir)SDL2-2.0.7\include;$(SolutionDir)SDL2_image-2.0.1\include;$(SolutionDir)SDL2_ttf-2.0.14\include;$(SolutionDir)SDL2_mixer-2.0.2\include;$(SolutionDir)SDL2_net-2.0.1\include;$(IncludePath)</IncludePath>
<LibraryPath>$(SolutionDir)SDL2-2.0.7\lib\x64;$(SolutionDir)SDL2_image-2.0.1\lib\x64;$(SolutionDir)SDL2_ttf-2.0.14\lib\x64;$(SolutionDir)SDL2_mixer-2.0.2\lib\x64;$(SolutionDir)SDL2_net-2.0.1\lib\x64;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup>
<Link>
<AdditionalDependencies>SDL2.lib;SDL2main.lib;SDL2_image.lib;SDL2_ttf.lib;SDL2_mixer.lib;SDL2_net.lib;%(AdditionalDependencies)</AdditionalDependencies>
<SubSystem>Console</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemGroup />
</Project>