diff --git a/.gitignore b/.gitignore index da6859f..8eb2361 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ autom4te.cache Debug +Release ELFIO.sdf ELFIO.v11.suo ELFIO.opensdf diff --git a/ELFIOTest/ELFIOTest.vcxproj b/ELFIOTest/ELFIOTest.vcxproj index 2f3c2af..728c8f8 100644 --- a/ELFIOTest/ELFIOTest.vcxproj +++ b/ELFIOTest/ELFIOTest.vcxproj @@ -53,7 +53,7 @@ Level3 Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - ..;c:\Developer\boost_1_58_0;%(AdditionalIncludeDirectories) + ..;c:\Developer\boost_1_59_0;%(AdditionalIncludeDirectories) false @@ -61,7 +61,7 @@ true - c:\Developer\boost_1_58_0\stage\lib + c:\Developer\boost_1_59_0\stage\lib false @@ -80,15 +80,16 @@ true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - ..\ELFIO;d:\Developer\boost_1_46_1;%(AdditionalIncludeDirectories) + ..;c:\Developer\boost_1_59_0;%(AdditionalIncludeDirectories) Console true true true - $(SolutionDir)$(Configuration)\ELFIO.lib;%(AdditionalDependencies) - d:\Developer\boost_1_46_1\stage\lib + + + c:\Developer\boost_1_59_0\stage\lib diff --git a/examples/elfdump/ELFDump.vcxproj b/examples/elfdump/ELFDump.vcxproj index 30f2559..c86fc08 100644 --- a/examples/elfdump/ELFDump.vcxproj +++ b/examples/elfdump/ELFDump.vcxproj @@ -70,14 +70,15 @@ true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - ..\..\ELFIO;%(AdditionalIncludeDirectories) + ..\..;%(AdditionalIncludeDirectories) Console true true true - $(SolutionDir)$(Configuration)\ELFIO.lib + + diff --git a/examples/writer/writer.vcxproj b/examples/writer/writer.vcxproj index 32fcc38..69c88cb 100644 --- a/examples/writer/writer.vcxproj +++ b/examples/writer/writer.vcxproj @@ -68,6 +68,7 @@ true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + $(SolutionDir) Console