We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ff71f commit f1e299bCopy full SHA for f1e299b
vs.proj/CollectionInterface.vcxproj
@@ -240,6 +240,7 @@ copy ..\readme.FIRST ..\bin\readme.FIRST</Command>
240
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;COLLECTIONINTERFACE_EXPORTS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
241
<TreatWarningAsError>true</TreatWarningAsError>
242
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
243
+ <AdditionalIncludeDirectories>$(ProjectDir)..\src\Dialogs;$(ProjectDir)..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
244
</ClCompile>
245
<Link>
246
<SubSystem>Windows</SubSystem>
0 commit comments