Files
GdCpp12/GdCppStatic.props

18 lines
817 B
XML

<?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>
<IncludePath>$(SolutionDir)GdCpp\include;$(SolutionDir)GdCpp\staticOnly;$(IncludePath)</IncludePath>
<LibraryPath>$(SolutionDir)$(Platform)\Release;$(SolutionDir)GdCpp\staticlib;$(SolutionDir)GdCpp\lib;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies>GdCppStatic.lib;</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup />
</Project>