-
Notifications
You must be signed in to change notification settings - Fork 0
/
vrlugburz.props
17 lines (17 loc) · 1.11 KB
/
vrlugburz.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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 />
<ItemDefinitionGroup>
<ClCompile>
<DisableSpecificWarnings>4244;4996;4305</DisableSpecificWarnings>
<AdditionalIncludeDirectories>$(SolutionDir)\libs;$(SolutionDir)\libs\treestore;$(SolutionDir)\libs\imago\src;$(SolutionDir)\libs\imago\zlib;$(SolutionDir)\libs\imago\libpng;$(SolutionDir)\libs\imago\jpeglib;$(SolutionDir)\libs\goatvr;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_USE_MATH_DEFINES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalLibraryDirectories>$(SolutionDir)\libs\anim\$(Configuration);$(SolutionDir)\libs\drawtext\$(Configuration);$(SolutionDir)\libs\imago\$(Configuration);$(SolutionDir)\libs\treestore\$(Configuration);$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
</ItemDefinitionGroup>
<ItemGroup />
</Project>