diff --git a/test/msvc2012/benchmark/benchmark.vcxproj b/test/msvc/benchmark/benchmark.vcxproj similarity index 96% rename from test/msvc2012/benchmark/benchmark.vcxproj rename to test/msvc/benchmark/benchmark.vcxproj index 0fdaeae..b559073 100644 --- a/test/msvc2012/benchmark/benchmark.vcxproj +++ b/test/msvc/benchmark/benchmark.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -28,27 +28,27 @@ Application true Unicode - v110 + v120 Application true Unicode - v110 + v120 Application false true Unicode - v110 + v120 Application false true Unicode - v110 + v120 diff --git a/test/msvc2012/common.props b/test/msvc/common.props similarity index 59% rename from test/msvc2012/common.props rename to test/msvc/common.props index d67155f..f2f0204 100644 --- a/test/msvc2012/common.props +++ b/test/msvc/common.props @@ -2,12 +2,13 @@ <_ProjectFileVersion>10.0.30319.1 - $(TEMP)\$(SolutionName)\$(Configuration)\ - $(TEMP)\$(SolutionName)\$(ProjectName)\$(Configuration)\ + $(SolutionName)\$(Configuration)\ + $(SolutionName)\$(ProjectName)\$(Configuration)\ + ..\..\..\..\..\stage\lib;$(VC_ExecutablePath_x86);$(WindowsSDK_ExecutablePath);$(VS_ExecutablePath);$(MSBuild_ExecutablePath);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH); - ..\..\..\..\endian\include;$(BOOST_TRUNK);%(AdditionalIncludeDirectories) + ..\..\..\..\..;%(AdditionalIncludeDirectories) EnableAllWarnings BOOST_ALL_DYN_LINK;_UNICODE;UNICODE;%(PreprocessorDefinitions) @@ -16,7 +17,7 @@ "$(TargetDir)\$(TargetName).exe" - $(BOOST_TRUNK)\stage\lib;%(AdditionalLibraryDirectories) + ../../../../..\stage\lib;%(AdditionalLibraryDirectories) \ No newline at end of file diff --git a/test/msvc2012/converter_test/converter_test.vcxproj b/test/msvc/converter_test/converter_test.vcxproj similarity index 96% rename from test/msvc2012/converter_test/converter_test.vcxproj rename to test/msvc/converter_test/converter_test.vcxproj index 1b6009b..d0b4d19 100644 --- a/test/msvc2012/converter_test/converter_test.vcxproj +++ b/test/msvc/converter_test/converter_test.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -28,27 +28,27 @@ Application true Unicode - v110 + v120 Application true Unicode - v110 + v120 Application false true Unicode - v110 + v120 Application false true Unicode - v110 + v120 diff --git a/test/msvc2012/endian.sln b/test/msvc/endian.sln similarity index 100% rename from test/msvc2012/endian.sln rename to test/msvc/endian.sln diff --git a/test/msvc2012/endian_example/endian_example.vcxproj b/test/msvc/endian_example/endian_example.vcxproj similarity index 96% rename from test/msvc2012/endian_example/endian_example.vcxproj rename to test/msvc/endian_example/endian_example.vcxproj index f3b3c6a..66279ac 100644 --- a/test/msvc2012/endian_example/endian_example.vcxproj +++ b/test/msvc/endian_example/endian_example.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -28,23 +28,23 @@ Application Unicode true - v110 + v120 Application Unicode true - v110 + v120 Application Unicode - v110 + v120 Application Unicode - v110 + v120 diff --git a/test/msvc2012/endian_in_union_test/endian_in_union_test.vcxproj b/test/msvc/endian_in_union_test/endian_in_union_test.vcxproj similarity index 96% rename from test/msvc2012/endian_in_union_test/endian_in_union_test.vcxproj rename to test/msvc/endian_in_union_test/endian_in_union_test.vcxproj index 612144f..133157a 100644 --- a/test/msvc2012/endian_in_union_test/endian_in_union_test.vcxproj +++ b/test/msvc/endian_in_union_test/endian_in_union_test.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -28,23 +28,23 @@ Application Unicode true - v110 + v120 Application Unicode true - v110 + v120 Application Unicode - v110 + v120 Application Unicode - v110 + v120 diff --git a/test/msvc2012/endian_operations_test/endian_operations_test.vcxproj b/test/msvc/endian_operations_test/endian_operations_test.vcxproj similarity index 96% rename from test/msvc2012/endian_operations_test/endian_operations_test.vcxproj rename to test/msvc/endian_operations_test/endian_operations_test.vcxproj index 9a0f6c7..4193f61 100644 --- a/test/msvc2012/endian_operations_test/endian_operations_test.vcxproj +++ b/test/msvc/endian_operations_test/endian_operations_test.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -28,23 +28,23 @@ Application Unicode true - v110 + v120 Application Unicode true - v110 + v120 Application Unicode - v110 + v120 Application Unicode - v110 + v120 diff --git a/test/msvc2012/endian_test/endian_test.vcxproj b/test/msvc/endian_test/endian_test.vcxproj similarity index 96% rename from test/msvc2012/endian_test/endian_test.vcxproj rename to test/msvc/endian_test/endian_test.vcxproj index ed26818..38adfae 100644 --- a/test/msvc2012/endian_test/endian_test.vcxproj +++ b/test/msvc/endian_test/endian_test.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -28,23 +28,23 @@ Application Unicode true - v110 + v120 Application Unicode true - v110 + v120 Application Unicode - v110 + v120 Application Unicode - v110 + v120 diff --git a/test/msvc2012/loop_time_test/loop_time_test.vcxproj b/test/msvc/loop_time_test/loop_time_test.vcxproj similarity index 96% rename from test/msvc2012/loop_time_test/loop_time_test.vcxproj rename to test/msvc/loop_time_test/loop_time_test.vcxproj index ea621ff..7efb4dc 100644 --- a/test/msvc2012/loop_time_test/loop_time_test.vcxproj +++ b/test/msvc/loop_time_test/loop_time_test.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -27,26 +27,26 @@ Application true - v110 + v120 Unicode Application true - v110 + v120 Unicode Application false - v110 + v120 true Unicode Application false - v110 + v120 true Unicode diff --git a/test/msvc2012/pair_test/pair_test.vcxproj b/test/msvc/pair_test/pair_test.vcxproj similarity index 95% rename from test/msvc2012/pair_test/pair_test.vcxproj rename to test/msvc/pair_test/pair_test.vcxproj index 6089c34..462fa7b 100644 --- a/test/msvc2012/pair_test/pair_test.vcxproj +++ b/test/msvc/pair_test/pair_test.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -27,26 +27,26 @@ Application true - v110 + v120 Unicode Application true - v110 + v120 Unicode Application false - v110 + v120 true Unicode Application false - v110 + v120 true Unicode diff --git a/test/msvc2012/scoped_enum_emulation_test/scoped_enum_emulation_test.vcxproj b/test/msvc/scoped_enum_emulation_test/scoped_enum_emulation_test.vcxproj similarity index 96% rename from test/msvc2012/scoped_enum_emulation_test/scoped_enum_emulation_test.vcxproj rename to test/msvc/scoped_enum_emulation_test/scoped_enum_emulation_test.vcxproj index 8948a01..b024fe9 100644 --- a/test/msvc2012/scoped_enum_emulation_test/scoped_enum_emulation_test.vcxproj +++ b/test/msvc/scoped_enum_emulation_test/scoped_enum_emulation_test.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -28,23 +28,23 @@ Application Unicode true - v110 + v120 Application Unicode true - v110 + v120 Application Unicode - v110 + v120 Application Unicode - v110 + v120 diff --git a/test/msvc2012/speed_test/speed_test.vcxproj b/test/msvc/speed_test/speed_test.vcxproj similarity index 96% rename from test/msvc2012/speed_test/speed_test.vcxproj rename to test/msvc/speed_test/speed_test.vcxproj index da17e62..6e098cb 100644 --- a/test/msvc2012/speed_test/speed_test.vcxproj +++ b/test/msvc/speed_test/speed_test.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -27,26 +27,26 @@ Application true - v110 + v120 Unicode Application true - v110 + v120 Unicode Application false - v110 + v120 true Unicode Application false - v110 + v120 true Unicode diff --git a/test/msvc2012/udt_conversion_example/udt_conversion_example.vcxproj b/test/msvc/udt_conversion_example/udt_conversion_example.vcxproj similarity index 95% rename from test/msvc2012/udt_conversion_example/udt_conversion_example.vcxproj rename to test/msvc/udt_conversion_example/udt_conversion_example.vcxproj index 93af93a..d0d4f4c 100644 --- a/test/msvc2012/udt_conversion_example/udt_conversion_example.vcxproj +++ b/test/msvc/udt_conversion_example/udt_conversion_example.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -27,26 +27,26 @@ Application true - v110 + v120 Unicode Application true - v110 + v120 Unicode Application false - v110 + v120 true Unicode Application false - v110 + v120 true Unicode