From 260715dd0beae3363e43cdfa597709871e6bb070 Mon Sep 17 00:00:00 2001 From: FirstTimeInForever Date: Sun, 21 May 2017 02:11:43 +0300 Subject: [PATCH] Fix VS2017 project win32 config For some reason win32 configuration was broken. There were no include paths and other stuff were just set to their defaults. --- build/vc2017/nana.vcxproj | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/build/vc2017/nana.vcxproj b/build/vc2017/nana.vcxproj index 6ee38270..b1e450b8 100644 --- a/build/vc2017/nana.vcxproj +++ b/build/vc2017/nana.vcxproj @@ -23,7 +23,7 @@ {42D0520F-EFA5-4831-84FE-2B9085301C5D} Win32Proj nana - 10.0.14393.0 + 10.0.15063.0 @@ -82,6 +82,18 @@ ..\..\..\temp\$(ProjectName)\$(PlatformToolset)_$(Configuration)_$(PlatformShortName)\ $(ProjectName)_$(PlatformToolset)_$(Configuration)_$(PlatformShortName) + + ../bin/ + ..\..\..\temp\$(ProjectName)\$(PlatformToolset)_$(Configuration)_$(PlatformShortName)\ + $(ProjectName)_$(PlatformToolset)_$(Configuration)_$(PlatformShortName) + ..\..\include;$(IncludePath) + + + ../bin/ + ..\..\..\temp\$(ProjectName)\$(PlatformToolset)_$(Configuration)_$(PlatformShortName)\ + $(ProjectName)_$(PlatformToolset)_$(Configuration)_$(PlatformShortName) + ..\..\include;$(IncludePath) +