-
-
Save nielsmh/2aef12fbda4334b004365b8ab645b7d7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
<IncludePath>$(SolutionDir)..\dep\shared\include;$(SolutionDir)..\dep\win32\include;$(IncludePath)</IncludePath> | |
<LibraryPath>$(SolutionDir)..\dep\win32\library;$(LibraryPath)</LibraryPath> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
<IncludePath>$(SolutionDir)..\dep\shared\include;$(SolutionDir)..\dep\win32\include;$(IncludePath)</IncludePath> | |
<LibraryPath>$(SolutionDir)..\dep\win32\library;$(LibraryPath)</LibraryPath> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
<IncludePath>$(SolutionDir)..\dep\shared\include;$(SolutionDir)..\dep\win64\include;$(IncludePath)</IncludePath> | |
<LibraryPath>$(SolutionDir)..\dep\win64\library;$(LibraryPath)</LibraryPath> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
<IncludePath>$(SolutionDir)..\dep\shared\include;$(SolutionDir)..\dep\win64\include;$(IncludePath)</IncludePath> | |
<LibraryPath>$(SolutionDir)..\dep\win64\library;$(LibraryPath)</LibraryPath> | |
</PropertyGroup> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment