Skip to content

Instantly share code, notes, and snippets.

@nielsmh
Created December 26, 2018 21:53
Show Gist options
  • Save nielsmh/2aef12fbda4334b004365b8ab645b7d7 to your computer and use it in GitHub Desktop.
Save nielsmh/2aef12fbda4334b004365b8ab645b7d7 to your computer and use it in GitHub Desktop.
<?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