diff --git a/src/src.vcxproj b/src/src.vcxproj index 3b8738d..d46848b 100644 --- a/src/src.vcxproj +++ b/src/src.vcxproj @@ -19,9 +19,7 @@ - - Designer - + @@ -29,54 +27,19 @@ Win32Proj src 8.1 - - - - - StaticLibrary - true - v140 - Unicode - - StaticLibrary true v140 Unicode + + - - - - - - - - - - - - - - - - - Level3 - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - - - Windows - true - - - + - - Level3 Disabled - _DEBUG;_LIB;%(PreprocessorDefinitions) + %(PreprocessorDefinitions) Windows @@ -84,6 +47,4 @@ - - \ No newline at end of file diff --git a/test/iterator_test.cpp b/test/iterator_test.cpp index 16fb544..8ce5983 100644 --- a/test/iterator_test.cpp +++ b/test/iterator_test.cpp @@ -1,5 +1,5 @@ -#include "stdafx.h" #include +#include #include #include #include diff --git a/test/range_test.cpp b/test/range_test.cpp index 75afdd6..db263e5 100644 --- a/test/range_test.cpp +++ b/test/range_test.cpp @@ -1,7 +1,9 @@ -#include "stdafx.h" +#include #include #include +#include #include +#include #include "stub_enumerable.h" #include "stub_enumerator.h" diff --git a/test/stdafx.cpp b/test/stdafx.cpp deleted file mode 100644 index e8bddf4..0000000 --- a/test/stdafx.cpp +++ /dev/null @@ -1,4 +0,0 @@ -// stdafx.cpp : source file that includes just the standard includes -// Reference any additional headers you need in stdafx.h and not in this file - -#include "stdafx.h" diff --git a/test/stdafx.h b/test/stdafx.h deleted file mode 100644 index 21ba7a9..0000000 --- a/test/stdafx.h +++ /dev/null @@ -1,15 +0,0 @@ -// stdafx.h : include file for standard system include files, -// or project specific include files that are used frequently, but -// are changed infrequently - -#pragma once - -#include -#include -#include -#include -#include -#include -#include -#include -#include diff --git a/test/test.vcxproj b/test/test.vcxproj index 323ba85..64fb3ad 100644 --- a/test/test.vcxproj +++ b/test/test.vcxproj @@ -15,63 +15,23 @@ Win32Proj test 8.1 - - - - DynamicLibrary - true - v140 - Unicode - false - - DynamicLibrary true v140 Unicode false + true + - - - - - - - - - - - - - true - - - true - - + - Use + NotUsing Level3 Disabled $(VCInstallDir)UnitTest\include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;%(PreprocessorDefinitions) - true - - - Windows - true - $(VCInstallDir)UnitTest\lib;%(AdditionalLibraryDirectories) - - - - - Use - Level3 - Disabled - $(VCInstallDir)UnitTest\include;%(AdditionalIncludeDirectories) - _DEBUG;%(PreprocessorDefinitions) + %(PreprocessorDefinitions) true @@ -81,17 +41,12 @@ - - - Create - Create -