From 83d47aa6457fd27646dffe8f0030c38429c727f6 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 15 May 2015 22:21:37 +0300 Subject: [PATCH] VS 2013 solution for unit tests --- tests/logs/.gitignore | 1 - tests/tests.sln | 22 ++++++++++++++++++++++ tests/tests.vcxproj | 32 ++++++++++++-------------------- tests/tests.vcxproj.filters | 35 +++++++++++++++++++++++++++++------ 4 files changed, 63 insertions(+), 27 deletions(-) delete mode 100644 tests/logs/.gitignore create mode 100644 tests/tests.sln diff --git a/tests/logs/.gitignore b/tests/logs/.gitignore deleted file mode 100644 index 8b137891..00000000 --- a/tests/logs/.gitignore +++ /dev/null @@ -1 +0,0 @@ - diff --git a/tests/tests.sln b/tests/tests.sln new file mode 100644 index 00000000..8423a780 --- /dev/null +++ b/tests/tests.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.31101.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tests", "tests.vcxproj", "{59A07559-5F38-4DD6-A7FA-DB4153690B42}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {59A07559-5F38-4DD6-A7FA-DB4153690B42}.Debug|Win32.ActiveCfg = Debug|Win32 + {59A07559-5F38-4DD6-A7FA-DB4153690B42}.Debug|Win32.Build.0 = Debug|Win32 + {59A07559-5F38-4DD6-A7FA-DB4153690B42}.Release|Win32.ActiveCfg = Release|Win32 + {59A07559-5F38-4DD6-A7FA-DB4153690B42}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/tests/tests.vcxproj b/tests/tests.vcxproj index 92fa3b67..6bf3a3d9 100644 --- a/tests/tests.vcxproj +++ b/tests/tests.vcxproj @@ -10,18 +10,8 @@ Win32 - - - - - - - - - - - {1274FDEC-109A-45DF-8AEC-E3334C3A925F} + {59A07559-5F38-4DD6-A7FA-DB4153690B42} tests @@ -48,15 +38,7 @@ - - $(ProjectDir) - $(ProjectDir)\$(Configuration-obj)\ - $(ProjectName)-debug - - - $(ProjectDir) - $(ProjectDir)\$(Configuration)-obj\ - + Level3 @@ -83,6 +65,16 @@ Console + + + + + + + + + + diff --git a/tests/tests.vcxproj.filters b/tests/tests.vcxproj.filters index 1651327d..36fe0a87 100644 --- a/tests/tests.vcxproj.filters +++ b/tests/tests.vcxproj.filters @@ -1,16 +1,39 @@  - - {9e4e82c2-35fe-4707-a66a-5cc069b44224} + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - Headers - + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + - Headers + Header Files + + + Header Files \ No newline at end of file