From fc808cec57fa01e2be17c70177654a72a5427e61 Mon Sep 17 00:00:00 2001 From: Martin Turski Date: Sat, 22 Oct 2016 20:53:21 +0200 Subject: [PATCH] - added .vs folder to .gitignore - improved include path and library path defines --- .gitignore | 1 + librw.sln | 7 +++++-- tools/dumprwtree/dumprwtree.vcxproj | 18 ++++++------------ 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index ab829ab..c22f379 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ /obj /lib /output +/.vs librw.vcxproj.user librw.VC.db librw.VC.VC.opendb \ No newline at end of file diff --git a/librw.sln b/librw.sln index 2a60e65..1d2fbad 100644 --- a/librw.sln +++ b/librw.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Express 2013 for Windows Desktop -VisualStudioVersion = 12.0.30723.0 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "librw", "librw.vcxproj", "{30552BB0-3B19-49A4-ABF4-87CF68AF9E38}" EndProject @@ -35,12 +35,15 @@ Global {B487F101-0C2B-4F99-A1E0-B0B0C0F3FE7E}.Debug - null|Win32.ActiveCfg = Debug - null|Win32 {B487F101-0C2B-4F99-A1E0-B0B0C0F3FE7E}.Debug - null|Win32.Build.0 = Debug - null|Win32 {B487F101-0C2B-4F99-A1E0-B0B0C0F3FE7E}.Debug - null|x64.ActiveCfg = Debug - null|x64 + {B487F101-0C2B-4F99-A1E0-B0B0C0F3FE7E}.Debug - null|x64.Build.0 = Debug - null|x64 {B487F101-0C2B-4F99-A1E0-B0B0C0F3FE7E}.Debug|Win32.ActiveCfg = Debug|Win32 + {B487F101-0C2B-4F99-A1E0-B0B0C0F3FE7E}.Debug|Win32.Build.0 = Debug|Win32 {B487F101-0C2B-4F99-A1E0-B0B0C0F3FE7E}.Debug|x64.ActiveCfg = Debug|x64 {B487F101-0C2B-4F99-A1E0-B0B0C0F3FE7E}.Debug|x64.Build.0 = Debug|x64 {B487F101-0C2B-4F99-A1E0-B0B0C0F3FE7E}.Release|Win32.ActiveCfg = Release|Win32 {B487F101-0C2B-4F99-A1E0-B0B0C0F3FE7E}.Release|Win32.Build.0 = Release|Win32 {B487F101-0C2B-4F99-A1E0-B0B0C0F3FE7E}.Release|x64.ActiveCfg = Release|x64 + {B487F101-0C2B-4F99-A1E0-B0B0C0F3FE7E}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/tools/dumprwtree/dumprwtree.vcxproj b/tools/dumprwtree/dumprwtree.vcxproj index 2113ec1..402d34c 100644 --- a/tools/dumprwtree/dumprwtree.vcxproj +++ b/tools/dumprwtree/dumprwtree.vcxproj @@ -93,38 +93,26 @@ - $(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir) - $(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(SolutionDir)$(Configuration)\ ..\..\bin\$(ProjectName)\$(Platform)\$(Configuration)\ ..\..\obj\$(ProjectName)\$(Platform)\$(Configuration)\ - $(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir) - $(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(SolutionDir)$(Configuration)\ ..\..\bin\$(ProjectName)\$(Platform)\$(Configuration)\ ..\..\obj\$(ProjectName)\$(Platform)\$(Configuration)\ - $(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir) - $(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(SolutionDir)$(Configuration)\ ..\..\bin\$(ProjectName)\$(Platform)\$(Configuration)\ ..\..\obj\$(ProjectName)\$(Platform)\$(Configuration)\ - $(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir) - $(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(SolutionDir)$(Configuration)\ ..\..\bin\$(ProjectName)\$(Platform)\$(Configuration)\ ..\..\obj\$(ProjectName)\$(Platform)\$(Configuration)\ - $(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir) - $(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(SolutionDir)$(Configuration)\ ..\..\bin\$(ProjectName)\$(Platform)\$(Configuration)\ ..\..\obj\$(ProjectName)\$(Platform)\$(Configuration)\ - $(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir) - $(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(SolutionDir)$(Configuration)\ ..\..\bin\$(ProjectName)\$(Platform)\$(Configuration)\ ..\..\obj\$(ProjectName)\$(Platform)\$(Configuration)\ @@ -134,6 +122,7 @@ Disabled true MultiThreadedDebug + ..\..\ true @@ -150,6 +139,7 @@ Disabled true MultiThreadedDebug + ..\..\ true @@ -166,6 +156,7 @@ Disabled true MultiThreadedDebug + ..\..\ true @@ -182,6 +173,7 @@ Disabled true MultiThreadedDebug + ..\..\ true @@ -200,6 +192,7 @@ true true MultiThreaded + ..\..\ true @@ -220,6 +213,7 @@ true true MultiThreaded + ..\..\ true