Files
GdCpp12/GdCppD.props

18 lines
834 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)\Debug;$(SolutionDir)GdCpp\lib;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>VC_VER=$(VCToolsVersion);GDCPP_DLL;_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies>hvd.lib;GdCppD.lib;sqlite3.lib</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup />
</Project>