mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-27 19:43:18 +03:00
Merge pull request #61 from pjohnmeyer/remove_project_files
Remove VS and XCode project files. Resolves #47 and relates to #42.
This commit is contained in:
commit
59f2f901a3
44 changed files with 0 additions and 8683 deletions
|
|
@ -1,169 +0,0 @@
|
||||||
# Microsoft Developer Studio Project File - Name="TestUnitTestPP_vs6" - Package Owner=<4>
|
|
||||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
|
||||||
# ** 編集しないでください **
|
|
||||||
|
|
||||||
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
|
||||||
|
|
||||||
CFG=TestUnitTestPP_vs6 - Win32 Debug
|
|
||||||
!MESSAGE これは有効なメイクファイルではありません。 このプロジェクトをビルドするためには NMAKE を使用してください。
|
|
||||||
!MESSAGE [メイクファイルのエクスポート] コマンドを使用して実行してください
|
|
||||||
!MESSAGE
|
|
||||||
!MESSAGE NMAKE /f "TestUnitTestPP_vs6.mak".
|
|
||||||
!MESSAGE
|
|
||||||
!MESSAGE NMAKE の実行時に構成を指定できます
|
|
||||||
!MESSAGE コマンド ライン上でマクロの設定を定義します。例:
|
|
||||||
!MESSAGE
|
|
||||||
!MESSAGE NMAKE /f "TestUnitTestPP_vs6.mak" CFG="TestUnitTestPP_vs6 - Win32 Debug"
|
|
||||||
!MESSAGE
|
|
||||||
!MESSAGE 選択可能なビルド モード:
|
|
||||||
!MESSAGE
|
|
||||||
!MESSAGE "TestUnitTestPP_vs6 - Win32 Release" ("Win32 (x86) Console Application" 用)
|
|
||||||
!MESSAGE "TestUnitTestPP_vs6 - Win32 Debug" ("Win32 (x86) Console Application" 用)
|
|
||||||
!MESSAGE
|
|
||||||
|
|
||||||
# Begin Project
|
|
||||||
# PROP AllowPerConfigDependencies 0
|
|
||||||
# PROP Scc_ProjName ""
|
|
||||||
# PROP Scc_LocalPath ""
|
|
||||||
CPP=cl.exe
|
|
||||||
RSC=rc.exe
|
|
||||||
|
|
||||||
!IF "$(CFG)" == "TestUnitTestPP_vs6 - Win32 Release"
|
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
|
||||||
# PROP BASE Use_Debug_Libraries 0
|
|
||||||
# PROP BASE Output_Dir "Release"
|
|
||||||
# PROP BASE Intermediate_Dir "Release"
|
|
||||||
# PROP BASE Target_Dir ""
|
|
||||||
# PROP Use_MFC 0
|
|
||||||
# PROP Use_Debug_Libraries 0
|
|
||||||
# PROP Output_Dir "Release"
|
|
||||||
# PROP Intermediate_Dir "Release"
|
|
||||||
# PROP Ignore_Export_Lib 0
|
|
||||||
# PROP Target_Dir ""
|
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
|
||||||
# ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
|
||||||
# ADD BASE RSC /l 0x411 /d "NDEBUG"
|
|
||||||
# ADD RSC /l 0x411 /d "NDEBUG"
|
|
||||||
BSC32=bscmake.exe
|
|
||||||
# ADD BASE BSC32 /nologo
|
|
||||||
# ADD BSC32 /nologo
|
|
||||||
LINK32=link.exe
|
|
||||||
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
|
|
||||||
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "TestUnitTestPP_vs6 - Win32 Debug"
|
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
|
||||||
# PROP BASE Use_Debug_Libraries 1
|
|
||||||
# PROP BASE Output_Dir "Debug"
|
|
||||||
# PROP BASE Intermediate_Dir "Debug"
|
|
||||||
# PROP BASE Target_Dir ""
|
|
||||||
# PROP Use_MFC 0
|
|
||||||
# PROP Use_Debug_Libraries 1
|
|
||||||
# PROP Output_Dir "Debug"
|
|
||||||
# PROP Intermediate_Dir "Debug"
|
|
||||||
# PROP Target_Dir ""
|
|
||||||
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
|
|
||||||
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
|
|
||||||
# ADD BASE RSC /l 0x411 /d "_DEBUG"
|
|
||||||
# ADD RSC /l 0x411 /d "_DEBUG"
|
|
||||||
BSC32=bscmake.exe
|
|
||||||
# ADD BASE BSC32 /nologo
|
|
||||||
# ADD BSC32 /nologo
|
|
||||||
LINK32=link.exe
|
|
||||||
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
|
|
||||||
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
|
|
||||||
|
|
||||||
!ENDIF
|
|
||||||
|
|
||||||
# Begin Target
|
|
||||||
|
|
||||||
# Name "TestUnitTestPP_vs6 - Win32 Release"
|
|
||||||
# Name "TestUnitTestPP_vs6 - Win32 Debug"
|
|
||||||
# Begin Group "Source Files"
|
|
||||||
|
|
||||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\tests\Main.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\tests\TestAssertHandler.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\tests\TestCheckMacros.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\tests\TestChecks.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\tests\TestCurrentTest.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\tests\TestDeferredTestReporter.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\tests\TestMemoryOutStream.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\tests\TestTest.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\tests\TestTestList.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\tests\TestTestMacros.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\tests\TestTestResults.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\tests\TestTestRunner.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\tests\TestTestSuite.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\tests\TestTimeConstraint.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\tests\TestTimeConstraintMacro.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=".\src\tests\TestUnitTestPP.cpp"
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\tests\TestXmlTestReporter.cpp
|
|
||||||
# End Source File
|
|
||||||
# End Group
|
|
||||||
# Begin Group "Header Files"
|
|
||||||
|
|
||||||
# PROP Default_Filter "h;hpp;hxx;hm;inl"
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\tests\RecordingReporter.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\tests\ScopedCurrentTest.h
|
|
||||||
# End Source File
|
|
||||||
# End Group
|
|
||||||
# End Target
|
|
||||||
# End Project
|
|
||||||
|
|
@ -1,260 +0,0 @@
|
||||||
# Microsoft Developer Studio Project File - Name="UnitTestPP_vs6" - Package Owner=<4>
|
|
||||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
|
||||||
# ** 編集しないでください **
|
|
||||||
|
|
||||||
# TARGTYPE "Win32 (x86) Static Library" 0x0104
|
|
||||||
|
|
||||||
CFG=UnitTestPP_vs6 - Win32 Debug
|
|
||||||
!MESSAGE これは有効なメイクファイルではありません。 このプロジェクトをビルドするためには NMAKE を使用してください。
|
|
||||||
!MESSAGE [メイクファイルのエクスポート] コマンドを使用して実行してください
|
|
||||||
!MESSAGE
|
|
||||||
!MESSAGE NMAKE /f "UnitTestPP_vs6.mak".
|
|
||||||
!MESSAGE
|
|
||||||
!MESSAGE NMAKE の実行時に構成を指定できます
|
|
||||||
!MESSAGE コマンド ライン上でマクロの設定を定義します。例:
|
|
||||||
!MESSAGE
|
|
||||||
!MESSAGE NMAKE /f "UnitTestPP_vs6.mak" CFG="UnitTestPP_vs6 - Win32 Debug"
|
|
||||||
!MESSAGE
|
|
||||||
!MESSAGE 選択可能なビルド モード:
|
|
||||||
!MESSAGE
|
|
||||||
!MESSAGE "UnitTestPP_vs6 - Win32 Release" ("Win32 (x86) Static Library" 用)
|
|
||||||
!MESSAGE "UnitTestPP_vs6 - Win32 Debug" ("Win32 (x86) Static Library" 用)
|
|
||||||
!MESSAGE
|
|
||||||
|
|
||||||
# Begin Project
|
|
||||||
# PROP AllowPerConfigDependencies 0
|
|
||||||
# PROP Scc_ProjName ""
|
|
||||||
# PROP Scc_LocalPath ""
|
|
||||||
CPP=cl.exe
|
|
||||||
RSC=rc.exe
|
|
||||||
|
|
||||||
!IF "$(CFG)" == "UnitTestPP_vs6 - Win32 Release"
|
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
|
||||||
# PROP BASE Use_Debug_Libraries 0
|
|
||||||
# PROP BASE Output_Dir "Release"
|
|
||||||
# PROP BASE Intermediate_Dir "Release"
|
|
||||||
# PROP BASE Target_Dir ""
|
|
||||||
# PROP Use_MFC 0
|
|
||||||
# PROP Use_Debug_Libraries 0
|
|
||||||
# PROP Output_Dir "Release"
|
|
||||||
# PROP Intermediate_Dir "Release"
|
|
||||||
# PROP Target_Dir ""
|
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
|
|
||||||
# ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
|
|
||||||
# ADD BASE RSC /l 0x411 /d "NDEBUG"
|
|
||||||
# ADD RSC /l 0x411 /d "NDEBUG"
|
|
||||||
BSC32=bscmake.exe
|
|
||||||
# ADD BASE BSC32 /nologo
|
|
||||||
# ADD BSC32 /nologo
|
|
||||||
LIB32=link.exe -lib
|
|
||||||
# ADD BASE LIB32 /nologo
|
|
||||||
# ADD LIB32 /nologo
|
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "UnitTestPP_vs6 - Win32 Debug"
|
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
|
||||||
# PROP BASE Use_Debug_Libraries 1
|
|
||||||
# PROP BASE Output_Dir "Debug"
|
|
||||||
# PROP BASE Intermediate_Dir "Debug"
|
|
||||||
# PROP BASE Target_Dir ""
|
|
||||||
# PROP Use_MFC 0
|
|
||||||
# PROP Use_Debug_Libraries 1
|
|
||||||
# PROP Output_Dir "Debug"
|
|
||||||
# PROP Intermediate_Dir "Debug"
|
|
||||||
# PROP Target_Dir ""
|
|
||||||
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
|
|
||||||
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
|
|
||||||
# ADD BASE RSC /l 0x411 /d "_DEBUG"
|
|
||||||
# ADD RSC /l 0x411 /d "_DEBUG"
|
|
||||||
BSC32=bscmake.exe
|
|
||||||
# ADD BASE BSC32 /nologo
|
|
||||||
# ADD BSC32 /nologo
|
|
||||||
LIB32=link.exe -lib
|
|
||||||
# ADD BASE LIB32 /nologo
|
|
||||||
# ADD LIB32 /nologo
|
|
||||||
|
|
||||||
!ENDIF
|
|
||||||
|
|
||||||
# Begin Target
|
|
||||||
|
|
||||||
# Name "UnitTestPP_vs6 - Win32 Release"
|
|
||||||
# Name "UnitTestPP_vs6 - Win32 Debug"
|
|
||||||
# Begin Group "Source Files"
|
|
||||||
|
|
||||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\AssertException.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\Checks.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\CurrentTest.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\DeferredTestReporter.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\DeferredTestResult.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\MemoryOutStream.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\ReportAssert.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\Test.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\TestDetails.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\TestList.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\TestReporter.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\TestReporterStdout.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\TestResults.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\TestRunner.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\TimeConstraint.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\XmlTestReporter.cpp
|
|
||||||
# End Source File
|
|
||||||
# End Group
|
|
||||||
# Begin Group "Header Files"
|
|
||||||
|
|
||||||
# PROP Default_Filter "h;hpp;hxx;hm;inl"
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\AssertException.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\CheckMacros.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\Checks.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\Config.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\CurrentTest.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\DeferredTestReporter.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\DeferredTestResult.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\ExecuteTest.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\MemoryOutStream.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\ReportAssert.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\Test.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\TestDetails.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\TestList.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\TestMacros.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\TestReporter.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\TestReporterStdout.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\TestResults.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\TestRunner.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\TestSuite.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\TimeConstraint.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\TimeHelpers.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=".\src\unittestpp.h"
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\XmlTestReporter.h
|
|
||||||
# End Source File
|
|
||||||
# End Group
|
|
||||||
# Begin Group "Win32"
|
|
||||||
|
|
||||||
# PROP Default_Filter ""
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\Win32\TimeHelpers.cpp
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\src\Win32\TimeHelpers.h
|
|
||||||
# End Source File
|
|
||||||
# End Group
|
|
||||||
# End Target
|
|
||||||
# End Project
|
|
||||||
|
|
@ -1,44 +0,0 @@
|
||||||
Microsoft Developer Studio Workspace File, Format Version 6.00
|
|
||||||
# 警告: このワークスペース ファイル を編集または削除しないでください!
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
Project: "TestUnitTestPP_vs6"=".\TestUnitTestPP_vs6.dsp" - Package Owner=<4>
|
|
||||||
|
|
||||||
Package=<5>
|
|
||||||
{{{
|
|
||||||
}}}
|
|
||||||
|
|
||||||
Package=<4>
|
|
||||||
{{{
|
|
||||||
Begin Project Dependency
|
|
||||||
Project_Dep_Name UnitTestPP_vs6
|
|
||||||
End Project Dependency
|
|
||||||
}}}
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
Project: "UnitTestPP_vs6"=".\UnitTestPP_vs6.dsp" - Package Owner=<4>
|
|
||||||
|
|
||||||
Package=<5>
|
|
||||||
{{{
|
|
||||||
}}}
|
|
||||||
|
|
||||||
Package=<4>
|
|
||||||
{{{
|
|
||||||
}}}
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
Global:
|
|
||||||
|
|
||||||
Package=<5>
|
|
||||||
{{{
|
|
||||||
}}}
|
|
||||||
|
|
||||||
Package=<3>
|
|
||||||
{{{
|
|
||||||
}}}
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
|
|
@ -1,580 +0,0 @@
|
||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
|
||||||
<VisualStudioProject
|
|
||||||
ProjectType="Visual C++"
|
|
||||||
Version="8.00"
|
|
||||||
Name="test-unittestpp_vs2005"
|
|
||||||
ProjectGUID="{9CCC3439-309E-4E85-B3B8-CE704D385D48}"
|
|
||||||
RootNamespace="test-unittestpp"
|
|
||||||
Keyword="Win32Proj"
|
|
||||||
>
|
|
||||||
<Platforms>
|
|
||||||
<Platform
|
|
||||||
Name="Win32"
|
|
||||||
/>
|
|
||||||
</Platforms>
|
|
||||||
<ToolFiles>
|
|
||||||
</ToolFiles>
|
|
||||||
<Configurations>
|
|
||||||
<Configuration
|
|
||||||
Name="win32_static_vc80_md_debug|Win32"
|
|
||||||
OutputDirectory="$(SolutionDir)bin\win32_vc80_static_md_debug"
|
|
||||||
IntermediateDirectory="$(SolutionDir)obj\$(ProjectName)\win32_vc80_static_md_debug"
|
|
||||||
ConfigurationType="1"
|
|
||||||
CharacterSet="1"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXMLDataGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
Optimization="0"
|
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
|
|
||||||
MinimalRebuild="true"
|
|
||||||
ExceptionHandling="2"
|
|
||||||
BasicRuntimeChecks="3"
|
|
||||||
RuntimeLibrary="3"
|
|
||||||
UsePrecompiledHeader="0"
|
|
||||||
WarningLevel="4"
|
|
||||||
Detect64BitPortabilityProblems="true"
|
|
||||||
DebugInformationFormat="4"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManagedResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
OutputFile="$(OutDir)\test-unittestpp.exe"
|
|
||||||
LinkIncremental="0"
|
|
||||||
GenerateDebugInformation="true"
|
|
||||||
SubSystem="1"
|
|
||||||
TargetMachine="1"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCALinkTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManifestTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXDCMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCBscMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCFxCopTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCAppVerifierTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebDeploymentTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"
|
|
||||||
CommandLine=""$(TargetPath)""
|
|
||||||
/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="win32_static_vc80_md_release|Win32"
|
|
||||||
OutputDirectory="$(SolutionDir)bin\win32_vc80_static_md_release"
|
|
||||||
IntermediateDirectory="$(SolutionDir)obj\$(ProjectName)\win32_vc80_static_md_release"
|
|
||||||
ConfigurationType="1"
|
|
||||||
CharacterSet="1"
|
|
||||||
WholeProgramOptimization="0"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXMLDataGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
Optimization="3"
|
|
||||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
|
|
||||||
ExceptionHandling="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
UsePrecompiledHeader="0"
|
|
||||||
WarningLevel="4"
|
|
||||||
Detect64BitPortabilityProblems="true"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManagedResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
OutputFile="$(OutDir)\test-unittestpp.exe"
|
|
||||||
LinkIncremental="0"
|
|
||||||
GenerateDebugInformation="true"
|
|
||||||
SubSystem="1"
|
|
||||||
OptimizeReferences="2"
|
|
||||||
EnableCOMDATFolding="2"
|
|
||||||
TargetMachine="1"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCALinkTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManifestTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXDCMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCBscMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCFxCopTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCAppVerifierTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebDeploymentTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"
|
|
||||||
CommandLine=""$(TargetPath)""
|
|
||||||
/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="win32_dll_vc80_debug|Win32"
|
|
||||||
OutputDirectory="$(SolutionDir)bin\win32_vc80_dll_debug"
|
|
||||||
IntermediateDirectory="$(SolutionDir)obj\$(ProjectName)\win32_vc80_dll_debug"
|
|
||||||
ConfigurationType="1"
|
|
||||||
CharacterSet="1"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXMLDataGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
Optimization="0"
|
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;UNITTEST_WIN32_DLL"
|
|
||||||
MinimalRebuild="true"
|
|
||||||
ExceptionHandling="2"
|
|
||||||
BasicRuntimeChecks="3"
|
|
||||||
RuntimeLibrary="3"
|
|
||||||
UsePrecompiledHeader="0"
|
|
||||||
WarningLevel="4"
|
|
||||||
Detect64BitPortabilityProblems="true"
|
|
||||||
DebugInformationFormat="4"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManagedResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
OutputFile="$(OutDir)\test-unittestpp.exe"
|
|
||||||
LinkIncremental="2"
|
|
||||||
GenerateDebugInformation="true"
|
|
||||||
SubSystem="1"
|
|
||||||
TargetMachine="1"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCALinkTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManifestTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXDCMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCBscMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCFxCopTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCAppVerifierTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebDeploymentTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"
|
|
||||||
CommandLine=""$(TargetPath)""
|
|
||||||
/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="win32_dll_vc80_release|Win32"
|
|
||||||
OutputDirectory="$(SolutionDir)bin\win32_vc80_dll_release"
|
|
||||||
IntermediateDirectory="$(SolutionDir)obj\$(ProjectName)\win32_vc80_dll_release"
|
|
||||||
ConfigurationType="1"
|
|
||||||
CharacterSet="1"
|
|
||||||
WholeProgramOptimization="0"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXMLDataGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
Optimization="3"
|
|
||||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;UNITTEST_WIN32_DLL"
|
|
||||||
ExceptionHandling="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
UsePrecompiledHeader="0"
|
|
||||||
WarningLevel="4"
|
|
||||||
Detect64BitPortabilityProblems="true"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManagedResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
OutputFile="$(OutDir)\test-unittestpp.exe"
|
|
||||||
LinkIncremental="1"
|
|
||||||
GenerateDebugInformation="true"
|
|
||||||
SubSystem="1"
|
|
||||||
OptimizeReferences="2"
|
|
||||||
EnableCOMDATFolding="2"
|
|
||||||
TargetMachine="1"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCALinkTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManifestTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXDCMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCBscMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCFxCopTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCAppVerifierTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebDeploymentTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"
|
|
||||||
CommandLine=""$(TargetPath)""
|
|
||||||
/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="win32_static_vc80_mt_debug|Win32"
|
|
||||||
OutputDirectory="$(SolutionDir)bin\win32_vc80_static_mt_debug"
|
|
||||||
IntermediateDirectory="$(SolutionDir)obj\$(ProjectName)\win32_vc80_static_mt_debug"
|
|
||||||
ConfigurationType="1"
|
|
||||||
CharacterSet="1"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXMLDataGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
Optimization="0"
|
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
|
|
||||||
MinimalRebuild="true"
|
|
||||||
ExceptionHandling="2"
|
|
||||||
BasicRuntimeChecks="3"
|
|
||||||
RuntimeLibrary="1"
|
|
||||||
UsePrecompiledHeader="0"
|
|
||||||
WarningLevel="4"
|
|
||||||
Detect64BitPortabilityProblems="true"
|
|
||||||
DebugInformationFormat="4"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManagedResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
OutputFile="$(OutDir)\test-unittestpp.exe"
|
|
||||||
LinkIncremental="0"
|
|
||||||
GenerateDebugInformation="true"
|
|
||||||
SubSystem="1"
|
|
||||||
TargetMachine="1"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCALinkTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManifestTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXDCMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCBscMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCFxCopTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCAppVerifierTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebDeploymentTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"
|
|
||||||
CommandLine=""$(TargetPath)""
|
|
||||||
/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="win32_static_vc80_mt_release|Win32"
|
|
||||||
OutputDirectory="$(SolutionDir)bin\win32_vc80_static_mt_release"
|
|
||||||
IntermediateDirectory="$(SolutionDir)obj\$(ProjectName)\win32_vc80_static_mt_release"
|
|
||||||
ConfigurationType="1"
|
|
||||||
CharacterSet="1"
|
|
||||||
WholeProgramOptimization="0"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXMLDataGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
Optimization="3"
|
|
||||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
|
|
||||||
ExceptionHandling="2"
|
|
||||||
RuntimeLibrary="0"
|
|
||||||
UsePrecompiledHeader="0"
|
|
||||||
WarningLevel="4"
|
|
||||||
Detect64BitPortabilityProblems="true"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManagedResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
OutputFile="$(OutDir)\test-unittestpp.exe"
|
|
||||||
LinkIncremental="0"
|
|
||||||
GenerateDebugInformation="true"
|
|
||||||
SubSystem="1"
|
|
||||||
OptimizeReferences="2"
|
|
||||||
EnableCOMDATFolding="2"
|
|
||||||
TargetMachine="1"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCALinkTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManifestTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXDCMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCBscMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCFxCopTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCAppVerifierTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebDeploymentTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"
|
|
||||||
CommandLine=""$(TargetPath)""
|
|
||||||
/>
|
|
||||||
</Configuration>
|
|
||||||
</Configurations>
|
|
||||||
<References>
|
|
||||||
</References>
|
|
||||||
<Files>
|
|
||||||
<File
|
|
||||||
RelativePath=".\Main.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\RecordingReporter.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\ScopedCurrentTest.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestAssertHandler.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestCheckMacros.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestChecks.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestCompositeTestReporter.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestCurrentTest.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestDeferredTestReporter.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestExceptions.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestMemoryOutStream.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestTest.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestTestList.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestTestMacros.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestTestResults.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestTestRunner.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestTestSuite.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestTimeConstraint.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestTimeConstraintMacro.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestUnitTestPP.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestXmlTestReporter.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
</Files>
|
|
||||||
<Globals>
|
|
||||||
</Globals>
|
|
||||||
</VisualStudioProject>
|
|
||||||
|
|
@ -1,569 +0,0 @@
|
||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
|
||||||
<VisualStudioProject
|
|
||||||
ProjectType="Visual C++"
|
|
||||||
Version="9.00"
|
|
||||||
Name="test-unittestpp_vs2008"
|
|
||||||
ProjectGUID="{9CCC3439-309E-4E85-B3B8-CE704D385D48}"
|
|
||||||
RootNamespace="test-unittestpp"
|
|
||||||
Keyword="Win32Proj"
|
|
||||||
TargetFrameworkVersion="131072"
|
|
||||||
>
|
|
||||||
<Platforms>
|
|
||||||
<Platform
|
|
||||||
Name="Win32"
|
|
||||||
/>
|
|
||||||
</Platforms>
|
|
||||||
<ToolFiles>
|
|
||||||
</ToolFiles>
|
|
||||||
<Configurations>
|
|
||||||
<Configuration
|
|
||||||
Name="win32_static_vc90_md_debug|Win32"
|
|
||||||
OutputDirectory="$(SolutionDir)bin\$(ConfigurationName)"
|
|
||||||
IntermediateDirectory="$(SolutionDir)obj\$(ProjectName)\$(ConfigurationName)"
|
|
||||||
ConfigurationType="1"
|
|
||||||
CharacterSet="1"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXMLDataGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
Optimization="0"
|
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
|
|
||||||
MinimalRebuild="true"
|
|
||||||
ExceptionHandling="2"
|
|
||||||
BasicRuntimeChecks="3"
|
|
||||||
RuntimeLibrary="3"
|
|
||||||
UsePrecompiledHeader="0"
|
|
||||||
WarningLevel="4"
|
|
||||||
DebugInformationFormat="4"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManagedResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
OutputFile="$(OutDir)\test-unittestpp.exe"
|
|
||||||
LinkIncremental="0"
|
|
||||||
GenerateDebugInformation="true"
|
|
||||||
SubSystem="1"
|
|
||||||
RandomizedBaseAddress="1"
|
|
||||||
DataExecutionPrevention="0"
|
|
||||||
TargetMachine="1"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCALinkTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManifestTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXDCMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCBscMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCFxCopTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCAppVerifierTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"
|
|
||||||
CommandLine=""$(TargetPath)""
|
|
||||||
/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="win32_static_vc90_md_release|Win32"
|
|
||||||
OutputDirectory="$(SolutionDir)bin\$(ConfigurationName)"
|
|
||||||
IntermediateDirectory="$(SolutionDir)obj\$(ProjectName)\$(ConfigurationName)"
|
|
||||||
ConfigurationType="1"
|
|
||||||
CharacterSet="1"
|
|
||||||
WholeProgramOptimization="0"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXMLDataGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
Optimization="3"
|
|
||||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
|
|
||||||
ExceptionHandling="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
UsePrecompiledHeader="0"
|
|
||||||
WarningLevel="4"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManagedResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
OutputFile="$(OutDir)\test-unittestpp.exe"
|
|
||||||
LinkIncremental="0"
|
|
||||||
GenerateDebugInformation="true"
|
|
||||||
SubSystem="1"
|
|
||||||
OptimizeReferences="2"
|
|
||||||
EnableCOMDATFolding="2"
|
|
||||||
RandomizedBaseAddress="1"
|
|
||||||
DataExecutionPrevention="0"
|
|
||||||
TargetMachine="1"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCALinkTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManifestTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXDCMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCBscMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCFxCopTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCAppVerifierTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"
|
|
||||||
CommandLine=""$(TargetPath)""
|
|
||||||
/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="win32_dll_vc90_debug|Win32"
|
|
||||||
OutputDirectory="$(SolutionDir)bin\$(ConfigurationName)"
|
|
||||||
IntermediateDirectory="$(SolutionDir)obj\$(ProjectName)\$(ConfigurationName)"
|
|
||||||
ConfigurationType="1"
|
|
||||||
CharacterSet="1"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXMLDataGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
Optimization="0"
|
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;UNITTEST_WIN32_DLL"
|
|
||||||
MinimalRebuild="true"
|
|
||||||
ExceptionHandling="2"
|
|
||||||
BasicRuntimeChecks="3"
|
|
||||||
RuntimeLibrary="3"
|
|
||||||
UsePrecompiledHeader="0"
|
|
||||||
WarningLevel="4"
|
|
||||||
DebugInformationFormat="4"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManagedResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
OutputFile="$(OutDir)\test-unittestpp.exe"
|
|
||||||
LinkIncremental="2"
|
|
||||||
GenerateDebugInformation="true"
|
|
||||||
SubSystem="1"
|
|
||||||
RandomizedBaseAddress="1"
|
|
||||||
DataExecutionPrevention="0"
|
|
||||||
TargetMachine="1"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCALinkTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManifestTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXDCMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCBscMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCFxCopTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCAppVerifierTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"
|
|
||||||
CommandLine=""$(TargetPath)""
|
|
||||||
/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="win32_dll_vc90_release|Win32"
|
|
||||||
OutputDirectory="$(SolutionDir)bin\$(ConfigurationName)"
|
|
||||||
IntermediateDirectory="$(SolutionDir)obj\$(ProjectName)\$(ConfigurationName)"
|
|
||||||
ConfigurationType="1"
|
|
||||||
CharacterSet="1"
|
|
||||||
WholeProgramOptimization="0"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXMLDataGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
Optimization="3"
|
|
||||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;UNITTEST_WIN32_DLL"
|
|
||||||
ExceptionHandling="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
UsePrecompiledHeader="0"
|
|
||||||
WarningLevel="4"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManagedResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
OutputFile="$(OutDir)\test-unittestpp.exe"
|
|
||||||
LinkIncremental="1"
|
|
||||||
GenerateDebugInformation="true"
|
|
||||||
SubSystem="1"
|
|
||||||
OptimizeReferences="2"
|
|
||||||
EnableCOMDATFolding="2"
|
|
||||||
RandomizedBaseAddress="1"
|
|
||||||
DataExecutionPrevention="0"
|
|
||||||
TargetMachine="1"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCALinkTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManifestTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXDCMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCBscMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCFxCopTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCAppVerifierTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"
|
|
||||||
CommandLine=""$(TargetPath)""
|
|
||||||
/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="win32_static_vc90_mt_debug|Win32"
|
|
||||||
OutputDirectory="$(SolutionDir)bin\$(ConfigurationName)"
|
|
||||||
IntermediateDirectory="$(SolutionDir)obj\$(ProjectName)\$(ConfigurationName)"
|
|
||||||
ConfigurationType="1"
|
|
||||||
CharacterSet="1"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXMLDataGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
Optimization="0"
|
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
|
|
||||||
MinimalRebuild="true"
|
|
||||||
ExceptionHandling="2"
|
|
||||||
BasicRuntimeChecks="3"
|
|
||||||
RuntimeLibrary="1"
|
|
||||||
UsePrecompiledHeader="0"
|
|
||||||
WarningLevel="4"
|
|
||||||
DebugInformationFormat="4"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManagedResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
OutputFile="$(OutDir)\test-unittestpp.exe"
|
|
||||||
LinkIncremental="0"
|
|
||||||
GenerateDebugInformation="true"
|
|
||||||
SubSystem="1"
|
|
||||||
RandomizedBaseAddress="1"
|
|
||||||
DataExecutionPrevention="0"
|
|
||||||
TargetMachine="1"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCALinkTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManifestTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXDCMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCBscMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCFxCopTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCAppVerifierTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"
|
|
||||||
CommandLine=""$(TargetPath)""
|
|
||||||
/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="win32_static_vc90_mt_release|Win32"
|
|
||||||
OutputDirectory="$(SolutionDir)bin\$(ConfigurationName)"
|
|
||||||
IntermediateDirectory="$(SolutionDir)obj\$(ProjectName)\$(ConfigurationName)"
|
|
||||||
ConfigurationType="1"
|
|
||||||
CharacterSet="1"
|
|
||||||
WholeProgramOptimization="0"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXMLDataGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
Optimization="3"
|
|
||||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
|
|
||||||
ExceptionHandling="2"
|
|
||||||
RuntimeLibrary="0"
|
|
||||||
UsePrecompiledHeader="0"
|
|
||||||
WarningLevel="4"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManagedResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
OutputFile="$(OutDir)\test-unittestpp.exe"
|
|
||||||
LinkIncremental="0"
|
|
||||||
GenerateDebugInformation="true"
|
|
||||||
SubSystem="1"
|
|
||||||
OptimizeReferences="2"
|
|
||||||
EnableCOMDATFolding="2"
|
|
||||||
RandomizedBaseAddress="1"
|
|
||||||
DataExecutionPrevention="0"
|
|
||||||
TargetMachine="1"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCALinkTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManifestTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXDCMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCBscMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCFxCopTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCAppVerifierTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"
|
|
||||||
CommandLine=""$(TargetPath)""
|
|
||||||
/>
|
|
||||||
</Configuration>
|
|
||||||
</Configurations>
|
|
||||||
<References>
|
|
||||||
</References>
|
|
||||||
<Files>
|
|
||||||
<File
|
|
||||||
RelativePath=".\Main.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\RecordingReporter.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\ScopedCurrentTest.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestAssertHandler.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestCheckMacros.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestChecks.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestCompositeTestReporter.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestCurrentTest.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestDeferredTestReporter.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestExceptions.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestMemoryOutStream.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestTest.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestTestList.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestTestMacros.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestTestResults.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestTestRunner.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestTestSuite.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestTimeConstraint.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestTimeConstraintMacro.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestUnitTestPP.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\TestXmlTestReporter.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
</Files>
|
|
||||||
<Globals>
|
|
||||||
</Globals>
|
|
||||||
</VisualStudioProject>
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
@echo off
|
|
||||||
setlocal
|
|
||||||
set slnDir_=%1
|
|
||||||
|
|
||||||
rem TODO: Use VS automation to remove CMake projects
|
|
||||||
|
|
||||||
rem This batch file tries to delete things from the sub-folders
|
|
||||||
rem that may or may not be there based on the Visual Studio
|
|
||||||
rem version in play. I chose to make it quick and dumb so that
|
|
||||||
rem it can be called on each project folder with no special
|
|
||||||
rem logic.
|
|
||||||
|
|
||||||
pushd %slnDir_%
|
|
||||||
del /Q ALL_BUILD.* check.* cmake_install.cmake CMakeCache.txt CTestTestfile.cmake
|
|
||||||
del /Q INSTALL.* RUN_TESTS.*
|
|
||||||
rmdir /s /q CMakeFiles
|
|
||||||
popd
|
|
||||||
|
|
@ -1,329 +0,0 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
|
||||||
<VisualStudioProject
|
|
||||||
ProjectType="Visual C++"
|
|
||||||
Version="7.10"
|
|
||||||
Name="TestUnitTest++"
|
|
||||||
Keyword="Win32Proj">
|
|
||||||
<Platforms>
|
|
||||||
<Platform
|
|
||||||
Name="Win32"/>
|
|
||||||
</Platforms>
|
|
||||||
<Configurations>
|
|
||||||
<Configuration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
OutputDirectory="Debug"
|
|
||||||
IntermediateDirectory="TestUnitTest++.dir\Debug"
|
|
||||||
ConfigurationType="1"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
BasicRuntimeChecks="1"
|
|
||||||
CompileAs="2"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
ExceptionHandling="TRUE"
|
|
||||||
InlineFunctionExpansion="0"
|
|
||||||
Optimization="0"
|
|
||||||
RuntimeLibrary="3"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\""
|
|
||||||
AssemblerListingLocation="Debug"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2003_x86\Debug/TestUnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
LinkLibraryDependencies="false"
|
|
||||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
|
||||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Debug\UnitTest++.lib "
|
|
||||||
OutputFile="..\..\vs_projects\vs2003_x86\Debug\TestUnitTest++.exe"
|
|
||||||
Version="0.0"
|
|
||||||
LinkIncremental="2"
|
|
||||||
AdditionalLibraryDirectories=""
|
|
||||||
ProgramDatabaseFile="..\..\vs_projects\vs2003_x86\Debug/TestUnitTest++.pdb"
|
|
||||||
GenerateDebugInformation="TRUE"
|
|
||||||
SubSystem="1"
|
|
||||||
ImportLibrary="..\..\vs_projects\vs2003_x86\Debug\TestUnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="Release|Win32"
|
|
||||||
OutputDirectory="Release"
|
|
||||||
IntermediateDirectory="TestUnitTest++.dir\Release"
|
|
||||||
ConfigurationType="1"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
ExceptionHandling="TRUE"
|
|
||||||
InlineFunctionExpansion="2"
|
|
||||||
Optimization="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\""
|
|
||||||
AssemblerListingLocation="Release"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2003_x86\Release/TestUnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
LinkLibraryDependencies="false"
|
|
||||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
|
||||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Release\UnitTest++.lib "
|
|
||||||
OutputFile="..\..\vs_projects\vs2003_x86\Release\TestUnitTest++.exe"
|
|
||||||
Version="0.0"
|
|
||||||
LinkIncremental="1"
|
|
||||||
AdditionalLibraryDirectories=""
|
|
||||||
ProgramDatabaseFile="..\..\vs_projects\vs2003_x86\Release/TestUnitTest++.pdb"
|
|
||||||
SubSystem="1"
|
|
||||||
ImportLibrary="..\..\vs_projects\vs2003_x86\Release\TestUnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="MinSizeRel|Win32"
|
|
||||||
OutputDirectory="MinSizeRel"
|
|
||||||
IntermediateDirectory="TestUnitTest++.dir\MinSizeRel"
|
|
||||||
ConfigurationType="1"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
ExceptionHandling="TRUE"
|
|
||||||
InlineFunctionExpansion="1"
|
|
||||||
Optimization="1"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\""
|
|
||||||
AssemblerListingLocation="MinSizeRel"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2003_x86\MinSizeRel/TestUnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
LinkLibraryDependencies="false"
|
|
||||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
|
||||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib MinSizeRel\UnitTest++.lib "
|
|
||||||
OutputFile="..\..\vs_projects\vs2003_x86\MinSizeRel\TestUnitTest++.exe"
|
|
||||||
Version="0.0"
|
|
||||||
LinkIncremental="1"
|
|
||||||
AdditionalLibraryDirectories=""
|
|
||||||
ProgramDatabaseFile="..\..\vs_projects\vs2003_x86\MinSizeRel/TestUnitTest++.pdb"
|
|
||||||
SubSystem="1"
|
|
||||||
ImportLibrary="..\..\vs_projects\vs2003_x86\MinSizeRel\TestUnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="RelWithDebInfo|Win32"
|
|
||||||
OutputDirectory="RelWithDebInfo"
|
|
||||||
IntermediateDirectory="TestUnitTest++.dir\RelWithDebInfo"
|
|
||||||
ConfigurationType="1"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
ExceptionHandling="TRUE"
|
|
||||||
InlineFunctionExpansion="1"
|
|
||||||
Optimization="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\""
|
|
||||||
AssemblerListingLocation="RelWithDebInfo"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2003_x86\RelWithDebInfo/TestUnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
LinkLibraryDependencies="false"
|
|
||||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
|
||||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib RelWithDebInfo\UnitTest++.lib "
|
|
||||||
OutputFile="..\..\vs_projects\vs2003_x86\RelWithDebInfo\TestUnitTest++.exe"
|
|
||||||
Version="0.0"
|
|
||||||
LinkIncremental="2"
|
|
||||||
AdditionalLibraryDirectories=""
|
|
||||||
ProgramDatabaseFile="..\..\vs_projects\vs2003_x86\RelWithDebInfo/TestUnitTest++.pdb"
|
|
||||||
GenerateDebugInformation="TRUE"
|
|
||||||
SubSystem="1"
|
|
||||||
ImportLibrary="..\..\vs_projects\vs2003_x86\RelWithDebInfo\TestUnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
</Configurations>
|
|
||||||
<Files>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\Main.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestAssertHandler.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestCheckMacros.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestChecks.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestCompositeTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestCurrentTest.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestDeferredTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestExceptions.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestMemoryOutStream.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTest.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestList.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestMacros.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestResults.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestRunner.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestSuite.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTimeConstraint.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTimeConstraintMacro.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestUnitTestPP.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestXmlTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\RecordingReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\ScopedCurrentTest.h">
|
|
||||||
</File>
|
|
||||||
</Files>
|
|
||||||
<Globals>
|
|
||||||
</Globals>
|
|
||||||
</VisualStudioProject>
|
|
||||||
|
|
@ -1,42 +0,0 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 8.00
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestUnitTest++", "TestUnitTest++.vcproj", "{F39EC7C8-6F40-4523-A955-D6E811D0FCDA}"
|
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
|
||||||
{F1511AAB-B257-4A50-AFE5-CA8DB30DDB83} = {F1511AAB-B257-4A50-AFE5-CA8DB30DDB83}
|
|
||||||
EndProjectSection
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTest++", "UnitTest++.vcproj", "{F1511AAB-B257-4A50-AFE5-CA8DB30DDB83}"
|
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
|
||||||
EndProjectSection
|
|
||||||
EndProject
|
|
||||||
Global
|
|
||||||
GlobalSection(SolutionConfiguration) = preSolution
|
|
||||||
Debug = Debug
|
|
||||||
MinSizeRel = MinSizeRel
|
|
||||||
Release = Release
|
|
||||||
RelWithDebInfo = RelWithDebInfo
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectDependencies) = postSolution
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectConfiguration) = postSolution
|
|
||||||
{F39EC7C8-6F40-4523-A955-D6E811D0FCDA}.Debug.ActiveCfg = Debug|Win32
|
|
||||||
{F39EC7C8-6F40-4523-A955-D6E811D0FCDA}.Debug.Build.0 = Debug|Win32
|
|
||||||
{F39EC7C8-6F40-4523-A955-D6E811D0FCDA}.MinSizeRel.ActiveCfg = MinSizeRel|Win32
|
|
||||||
{F39EC7C8-6F40-4523-A955-D6E811D0FCDA}.MinSizeRel.Build.0 = MinSizeRel|Win32
|
|
||||||
{F39EC7C8-6F40-4523-A955-D6E811D0FCDA}.Release.ActiveCfg = Release|Win32
|
|
||||||
{F39EC7C8-6F40-4523-A955-D6E811D0FCDA}.Release.Build.0 = Release|Win32
|
|
||||||
{F39EC7C8-6F40-4523-A955-D6E811D0FCDA}.RelWithDebInfo.ActiveCfg = RelWithDebInfo|Win32
|
|
||||||
{F39EC7C8-6F40-4523-A955-D6E811D0FCDA}.RelWithDebInfo.Build.0 = RelWithDebInfo|Win32
|
|
||||||
{F1511AAB-B257-4A50-AFE5-CA8DB30DDB83}.Debug.ActiveCfg = Debug|Win32
|
|
||||||
{F1511AAB-B257-4A50-AFE5-CA8DB30DDB83}.Debug.Build.0 = Debug|Win32
|
|
||||||
{F1511AAB-B257-4A50-AFE5-CA8DB30DDB83}.MinSizeRel.ActiveCfg = MinSizeRel|Win32
|
|
||||||
{F1511AAB-B257-4A50-AFE5-CA8DB30DDB83}.MinSizeRel.Build.0 = MinSizeRel|Win32
|
|
||||||
{F1511AAB-B257-4A50-AFE5-CA8DB30DDB83}.Release.ActiveCfg = Release|Win32
|
|
||||||
{F1511AAB-B257-4A50-AFE5-CA8DB30DDB83}.Release.Build.0 = Release|Win32
|
|
||||||
{F1511AAB-B257-4A50-AFE5-CA8DB30DDB83}.RelWithDebInfo.ActiveCfg = RelWithDebInfo|Win32
|
|
||||||
{F1511AAB-B257-4A50-AFE5-CA8DB30DDB83}.RelWithDebInfo.Build.0 = RelWithDebInfo|Win32
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ExtensibilityAddIns) = postSolution
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
||||||
|
|
@ -1,373 +0,0 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
|
||||||
<VisualStudioProject
|
|
||||||
ProjectType="Visual C++"
|
|
||||||
Version="7.10"
|
|
||||||
Name="UnitTest++"
|
|
||||||
Keyword="Win32Proj">
|
|
||||||
<Platforms>
|
|
||||||
<Platform
|
|
||||||
Name="Win32"/>
|
|
||||||
</Platforms>
|
|
||||||
<Configurations>
|
|
||||||
<Configuration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
OutputDirectory="Debug"
|
|
||||||
IntermediateDirectory="UnitTest++.dir\Debug"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
BasicRuntimeChecks="1"
|
|
||||||
CompileAs="2"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
ExceptionHandling="TRUE"
|
|
||||||
InlineFunctionExpansion="0"
|
|
||||||
Optimization="0"
|
|
||||||
RuntimeLibrary="3"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\""
|
|
||||||
AssemblerListingLocation="Debug"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2003_x86\Debug/UnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="..\..\vs_projects\vs2003_x86\Debug\UnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="Release|Win32"
|
|
||||||
OutputDirectory="Release"
|
|
||||||
IntermediateDirectory="UnitTest++.dir\Release"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
ExceptionHandling="TRUE"
|
|
||||||
InlineFunctionExpansion="2"
|
|
||||||
Optimization="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\""
|
|
||||||
AssemblerListingLocation="Release"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2003_x86\Release/UnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="..\..\vs_projects\vs2003_x86\Release\UnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="MinSizeRel|Win32"
|
|
||||||
OutputDirectory="MinSizeRel"
|
|
||||||
IntermediateDirectory="UnitTest++.dir\MinSizeRel"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
ExceptionHandling="TRUE"
|
|
||||||
InlineFunctionExpansion="1"
|
|
||||||
Optimization="1"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\""
|
|
||||||
AssemblerListingLocation="MinSizeRel"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2003_x86\MinSizeRel/UnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="..\..\vs_projects\vs2003_x86\MinSizeRel\UnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="RelWithDebInfo|Win32"
|
|
||||||
OutputDirectory="RelWithDebInfo"
|
|
||||||
IntermediateDirectory="UnitTest++.dir\RelWithDebInfo"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
ExceptionHandling="TRUE"
|
|
||||||
InlineFunctionExpansion="1"
|
|
||||||
Optimization="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\""
|
|
||||||
AssemblerListingLocation="RelWithDebInfo"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2003_x86\RelWithDebInfo/UnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="..\..\vs_projects\vs2003_x86\RelWithDebInfo\UnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
</Configurations>
|
|
||||||
<Files>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\AssertException.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CheckMacros.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Checks.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CompositeTestReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Config.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CurrentTest.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\DeferredTestReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\DeferredTestResult.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ExceptionMacros.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ExecuteTest.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\HelperMacros.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\MemoryOutStream.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ReportAssert.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ReportAssertImpl.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Test.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestDetails.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestList.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestMacros.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestReporterStdout.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestResults.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestRunner.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestSuite.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TimeConstraint.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TimeHelpers.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\UnitTest++.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\UnitTestPP.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\XmlTestReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\AssertException.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Checks.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CompositeTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CurrentTest.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\DeferredTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\DeferredTestResult.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\MemoryOutStream.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ReportAssert.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Test.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestDetails.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestList.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestReporterStdout.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestResults.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestRunner.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TimeConstraint.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\XmlTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<Filter
|
|
||||||
Name="Win32"
|
|
||||||
Filter="">
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Win32\TimeHelpers.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Win32\TimeHelpers.cpp">
|
|
||||||
</File>
|
|
||||||
</Filter>
|
|
||||||
</Files>
|
|
||||||
<Globals>
|
|
||||||
</Globals>
|
|
||||||
</VisualStudioProject>
|
|
||||||
|
|
@ -1,330 +0,0 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
|
||||||
<VisualStudioProject
|
|
||||||
ProjectType="Visual C++"
|
|
||||||
Version="8.00"
|
|
||||||
Name="TestUnitTest++"
|
|
||||||
ProjectGUID="{9AE72F67-C325-4B4E-A001-6242514071DE}"
|
|
||||||
Keyword="Win32Proj">
|
|
||||||
<Platforms>
|
|
||||||
<Platform
|
|
||||||
Name="x64"/>
|
|
||||||
</Platforms>
|
|
||||||
<Configurations>
|
|
||||||
<Configuration
|
|
||||||
Name="Debug|x64"
|
|
||||||
OutputDirectory="Debug"
|
|
||||||
IntermediateDirectory="TestUnitTest++.dir\Debug"
|
|
||||||
ConfigurationType="1"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
BasicRuntimeChecks="3"
|
|
||||||
CompileAs="2"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="0"
|
|
||||||
Optimization="0"
|
|
||||||
RuntimeLibrary="3"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\""
|
|
||||||
AssemblerListingLocation="Debug"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2005_x64\Debug/TestUnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="3"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
LinkLibraryDependencies="false"
|
|
||||||
AdditionalOptions=" /STACK:10000000 /machine:x64 /debug"
|
|
||||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Debug\UnitTest++.lib "
|
|
||||||
OutputFile="..\..\vs_projects\vs2005_x64\Debug\TestUnitTest++.exe"
|
|
||||||
Version="0.0"
|
|
||||||
LinkIncremental="2"
|
|
||||||
AdditionalLibraryDirectories=""
|
|
||||||
ProgramDatabaseFile="..\..\vs_projects\vs2005_x64\Debug/TestUnitTest++.pdb"
|
|
||||||
GenerateDebugInformation="TRUE"
|
|
||||||
SubSystem="1"
|
|
||||||
ImportLibrary="..\..\vs_projects\vs2005_x64\Debug\TestUnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="Release|x64"
|
|
||||||
OutputDirectory="Release"
|
|
||||||
IntermediateDirectory="TestUnitTest++.dir\Release"
|
|
||||||
ConfigurationType="1"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="2"
|
|
||||||
Optimization="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\""
|
|
||||||
AssemblerListingLocation="Release"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2005_x64\Release/TestUnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="3"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
LinkLibraryDependencies="false"
|
|
||||||
AdditionalOptions=" /STACK:10000000 /machine:x64"
|
|
||||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Release\UnitTest++.lib "
|
|
||||||
OutputFile="..\..\vs_projects\vs2005_x64\Release\TestUnitTest++.exe"
|
|
||||||
Version="0.0"
|
|
||||||
LinkIncremental="1"
|
|
||||||
AdditionalLibraryDirectories=""
|
|
||||||
ProgramDatabaseFile="..\..\vs_projects\vs2005_x64\Release/TestUnitTest++.pdb"
|
|
||||||
SubSystem="1"
|
|
||||||
ImportLibrary="..\..\vs_projects\vs2005_x64\Release\TestUnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="MinSizeRel|x64"
|
|
||||||
OutputDirectory="MinSizeRel"
|
|
||||||
IntermediateDirectory="TestUnitTest++.dir\MinSizeRel"
|
|
||||||
ConfigurationType="1"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="1"
|
|
||||||
Optimization="1"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\""
|
|
||||||
AssemblerListingLocation="MinSizeRel"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2005_x64\MinSizeRel/TestUnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="3"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
LinkLibraryDependencies="false"
|
|
||||||
AdditionalOptions=" /STACK:10000000 /machine:x64"
|
|
||||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib MinSizeRel\UnitTest++.lib "
|
|
||||||
OutputFile="..\..\vs_projects\vs2005_x64\MinSizeRel\TestUnitTest++.exe"
|
|
||||||
Version="0.0"
|
|
||||||
LinkIncremental="1"
|
|
||||||
AdditionalLibraryDirectories=""
|
|
||||||
ProgramDatabaseFile="..\..\vs_projects\vs2005_x64\MinSizeRel/TestUnitTest++.pdb"
|
|
||||||
SubSystem="1"
|
|
||||||
ImportLibrary="..\..\vs_projects\vs2005_x64\MinSizeRel\TestUnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="RelWithDebInfo|x64"
|
|
||||||
OutputDirectory="RelWithDebInfo"
|
|
||||||
IntermediateDirectory="TestUnitTest++.dir\RelWithDebInfo"
|
|
||||||
ConfigurationType="1"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="1"
|
|
||||||
Optimization="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\""
|
|
||||||
AssemblerListingLocation="RelWithDebInfo"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2005_x64\RelWithDebInfo/TestUnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="3"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
LinkLibraryDependencies="false"
|
|
||||||
AdditionalOptions=" /STACK:10000000 /machine:x64 /debug"
|
|
||||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib RelWithDebInfo\UnitTest++.lib "
|
|
||||||
OutputFile="..\..\vs_projects\vs2005_x64\RelWithDebInfo\TestUnitTest++.exe"
|
|
||||||
Version="0.0"
|
|
||||||
LinkIncremental="2"
|
|
||||||
AdditionalLibraryDirectories=""
|
|
||||||
ProgramDatabaseFile="..\..\vs_projects\vs2005_x64\RelWithDebInfo/TestUnitTest++.pdb"
|
|
||||||
GenerateDebugInformation="TRUE"
|
|
||||||
SubSystem="1"
|
|
||||||
ImportLibrary="..\..\vs_projects\vs2005_x64\RelWithDebInfo\TestUnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
</Configurations>
|
|
||||||
<Files>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\Main.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestAssertHandler.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestCheckMacros.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestChecks.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestCompositeTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestCurrentTest.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestDeferredTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestExceptions.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestMemoryOutStream.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTest.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestList.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestMacros.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestResults.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestRunner.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestSuite.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTimeConstraint.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTimeConstraintMacro.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestUnitTestPP.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestXmlTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\RecordingReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\ScopedCurrentTest.h">
|
|
||||||
</File>
|
|
||||||
</Files>
|
|
||||||
<Globals>
|
|
||||||
</Globals>
|
|
||||||
</VisualStudioProject>
|
|
||||||
|
|
@ -1,38 +0,0 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
|
||||||
# Visual Studio 2005
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestUnitTest++", "TestUnitTest++.vcproj", "{9AE72F67-C325-4B4E-A001-6242514071DE}"
|
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
|
||||||
{0266798B-A432-430B-9DE2-4351926EA9DE} = {0266798B-A432-430B-9DE2-4351926EA9DE}
|
|
||||||
EndProjectSection
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTest++", "UnitTest++.vcproj", "{0266798B-A432-430B-9DE2-4351926EA9DE}"
|
|
||||||
EndProject
|
|
||||||
Global
|
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
||||||
Debug|x64 = Debug|x64
|
|
||||||
MinSizeRel|x64 = MinSizeRel|x64
|
|
||||||
Release|x64 = Release|x64
|
|
||||||
RelWithDebInfo|x64 = RelWithDebInfo|x64
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
||||||
{9AE72F67-C325-4B4E-A001-6242514071DE}.Debug|x64.ActiveCfg = Debug|x64
|
|
||||||
{9AE72F67-C325-4B4E-A001-6242514071DE}.Debug|x64.Build.0 = Debug|x64
|
|
||||||
{9AE72F67-C325-4B4E-A001-6242514071DE}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
|
||||||
{9AE72F67-C325-4B4E-A001-6242514071DE}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
|
|
||||||
{9AE72F67-C325-4B4E-A001-6242514071DE}.Release|x64.ActiveCfg = Release|x64
|
|
||||||
{9AE72F67-C325-4B4E-A001-6242514071DE}.Release|x64.Build.0 = Release|x64
|
|
||||||
{9AE72F67-C325-4B4E-A001-6242514071DE}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
|
||||||
{9AE72F67-C325-4B4E-A001-6242514071DE}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
|
|
||||||
{0266798B-A432-430B-9DE2-4351926EA9DE}.Debug|x64.ActiveCfg = Debug|x64
|
|
||||||
{0266798B-A432-430B-9DE2-4351926EA9DE}.Debug|x64.Build.0 = Debug|x64
|
|
||||||
{0266798B-A432-430B-9DE2-4351926EA9DE}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
|
||||||
{0266798B-A432-430B-9DE2-4351926EA9DE}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
|
|
||||||
{0266798B-A432-430B-9DE2-4351926EA9DE}.Release|x64.ActiveCfg = Release|x64
|
|
||||||
{0266798B-A432-430B-9DE2-4351926EA9DE}.Release|x64.Build.0 = Release|x64
|
|
||||||
{0266798B-A432-430B-9DE2-4351926EA9DE}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
|
||||||
{0266798B-A432-430B-9DE2-4351926EA9DE}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
|
||||||
HideSolutionNode = FALSE
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
||||||
|
|
@ -1,374 +0,0 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
|
||||||
<VisualStudioProject
|
|
||||||
ProjectType="Visual C++"
|
|
||||||
Version="8.00"
|
|
||||||
Name="UnitTest++"
|
|
||||||
ProjectGUID="{0266798B-A432-430B-9DE2-4351926EA9DE}"
|
|
||||||
Keyword="Win32Proj">
|
|
||||||
<Platforms>
|
|
||||||
<Platform
|
|
||||||
Name="x64"/>
|
|
||||||
</Platforms>
|
|
||||||
<Configurations>
|
|
||||||
<Configuration
|
|
||||||
Name="Debug|x64"
|
|
||||||
OutputDirectory="Debug"
|
|
||||||
IntermediateDirectory="UnitTest++.dir\Debug"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
BasicRuntimeChecks="3"
|
|
||||||
CompileAs="2"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="0"
|
|
||||||
Optimization="0"
|
|
||||||
RuntimeLibrary="3"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\""
|
|
||||||
AssemblerListingLocation="Debug"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2005_x64\Debug/UnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="3"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="..\..\vs_projects\vs2005_x64\Debug\UnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="Release|x64"
|
|
||||||
OutputDirectory="Release"
|
|
||||||
IntermediateDirectory="UnitTest++.dir\Release"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="2"
|
|
||||||
Optimization="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\""
|
|
||||||
AssemblerListingLocation="Release"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2005_x64\Release/UnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="3"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="..\..\vs_projects\vs2005_x64\Release\UnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="MinSizeRel|x64"
|
|
||||||
OutputDirectory="MinSizeRel"
|
|
||||||
IntermediateDirectory="UnitTest++.dir\MinSizeRel"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="1"
|
|
||||||
Optimization="1"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\""
|
|
||||||
AssemblerListingLocation="MinSizeRel"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2005_x64\MinSizeRel/UnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="3"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="..\..\vs_projects\vs2005_x64\MinSizeRel\UnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="RelWithDebInfo|x64"
|
|
||||||
OutputDirectory="RelWithDebInfo"
|
|
||||||
IntermediateDirectory="UnitTest++.dir\RelWithDebInfo"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="1"
|
|
||||||
Optimization="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\""
|
|
||||||
AssemblerListingLocation="RelWithDebInfo"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2005_x64\RelWithDebInfo/UnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="3"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="..\..\vs_projects\vs2005_x64\RelWithDebInfo\UnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
</Configurations>
|
|
||||||
<Files>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\AssertException.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CheckMacros.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Checks.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CompositeTestReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Config.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CurrentTest.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\DeferredTestReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\DeferredTestResult.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ExceptionMacros.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ExecuteTest.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\HelperMacros.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\MemoryOutStream.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ReportAssert.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ReportAssertImpl.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Test.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestDetails.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestList.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestMacros.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestReporterStdout.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestResults.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestRunner.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestSuite.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TimeConstraint.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TimeHelpers.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\UnitTest++.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\UnitTestPP.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\XmlTestReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\AssertException.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Checks.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CompositeTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CurrentTest.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\DeferredTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\DeferredTestResult.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\MemoryOutStream.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ReportAssert.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Test.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestDetails.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestList.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestReporterStdout.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestResults.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestRunner.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TimeConstraint.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\XmlTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<Filter
|
|
||||||
Name="Win32"
|
|
||||||
Filter="">
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Win32\TimeHelpers.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Win32\TimeHelpers.cpp">
|
|
||||||
</File>
|
|
||||||
</Filter>
|
|
||||||
</Files>
|
|
||||||
<Globals>
|
|
||||||
</Globals>
|
|
||||||
</VisualStudioProject>
|
|
||||||
|
|
@ -1,330 +0,0 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
|
||||||
<VisualStudioProject
|
|
||||||
ProjectType="Visual C++"
|
|
||||||
Version="8.00"
|
|
||||||
Name="TestUnitTest++"
|
|
||||||
ProjectGUID="{580F19DE-3641-4DDD-99F5-992777B8789A}"
|
|
||||||
Keyword="Win32Proj">
|
|
||||||
<Platforms>
|
|
||||||
<Platform
|
|
||||||
Name="Win32"/>
|
|
||||||
</Platforms>
|
|
||||||
<Configurations>
|
|
||||||
<Configuration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
OutputDirectory="Debug"
|
|
||||||
IntermediateDirectory="TestUnitTest++.dir\Debug"
|
|
||||||
ConfigurationType="1"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
BasicRuntimeChecks="3"
|
|
||||||
CompileAs="2"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="0"
|
|
||||||
Optimization="0"
|
|
||||||
RuntimeLibrary="3"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\""
|
|
||||||
AssemblerListingLocation="Debug"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2005_x86\Debug/TestUnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
LinkLibraryDependencies="false"
|
|
||||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
|
||||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Debug\UnitTest++.lib "
|
|
||||||
OutputFile="..\..\vs_projects\vs2005_x86\Debug\TestUnitTest++.exe"
|
|
||||||
Version="0.0"
|
|
||||||
LinkIncremental="2"
|
|
||||||
AdditionalLibraryDirectories=""
|
|
||||||
ProgramDatabaseFile="..\..\vs_projects\vs2005_x86\Debug/TestUnitTest++.pdb"
|
|
||||||
GenerateDebugInformation="TRUE"
|
|
||||||
SubSystem="1"
|
|
||||||
ImportLibrary="..\..\vs_projects\vs2005_x86\Debug\TestUnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="Release|Win32"
|
|
||||||
OutputDirectory="Release"
|
|
||||||
IntermediateDirectory="TestUnitTest++.dir\Release"
|
|
||||||
ConfigurationType="1"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="2"
|
|
||||||
Optimization="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\""
|
|
||||||
AssemblerListingLocation="Release"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2005_x86\Release/TestUnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
LinkLibraryDependencies="false"
|
|
||||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
|
||||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Release\UnitTest++.lib "
|
|
||||||
OutputFile="..\..\vs_projects\vs2005_x86\Release\TestUnitTest++.exe"
|
|
||||||
Version="0.0"
|
|
||||||
LinkIncremental="1"
|
|
||||||
AdditionalLibraryDirectories=""
|
|
||||||
ProgramDatabaseFile="..\..\vs_projects\vs2005_x86\Release/TestUnitTest++.pdb"
|
|
||||||
SubSystem="1"
|
|
||||||
ImportLibrary="..\..\vs_projects\vs2005_x86\Release\TestUnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="MinSizeRel|Win32"
|
|
||||||
OutputDirectory="MinSizeRel"
|
|
||||||
IntermediateDirectory="TestUnitTest++.dir\MinSizeRel"
|
|
||||||
ConfigurationType="1"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="1"
|
|
||||||
Optimization="1"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\""
|
|
||||||
AssemblerListingLocation="MinSizeRel"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2005_x86\MinSizeRel/TestUnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
LinkLibraryDependencies="false"
|
|
||||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
|
||||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib MinSizeRel\UnitTest++.lib "
|
|
||||||
OutputFile="..\..\vs_projects\vs2005_x86\MinSizeRel\TestUnitTest++.exe"
|
|
||||||
Version="0.0"
|
|
||||||
LinkIncremental="1"
|
|
||||||
AdditionalLibraryDirectories=""
|
|
||||||
ProgramDatabaseFile="..\..\vs_projects\vs2005_x86\MinSizeRel/TestUnitTest++.pdb"
|
|
||||||
SubSystem="1"
|
|
||||||
ImportLibrary="..\..\vs_projects\vs2005_x86\MinSizeRel\TestUnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="RelWithDebInfo|Win32"
|
|
||||||
OutputDirectory="RelWithDebInfo"
|
|
||||||
IntermediateDirectory="TestUnitTest++.dir\RelWithDebInfo"
|
|
||||||
ConfigurationType="1"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="1"
|
|
||||||
Optimization="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\""
|
|
||||||
AssemblerListingLocation="RelWithDebInfo"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2005_x86\RelWithDebInfo/TestUnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
LinkLibraryDependencies="false"
|
|
||||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
|
||||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib RelWithDebInfo\UnitTest++.lib "
|
|
||||||
OutputFile="..\..\vs_projects\vs2005_x86\RelWithDebInfo\TestUnitTest++.exe"
|
|
||||||
Version="0.0"
|
|
||||||
LinkIncremental="2"
|
|
||||||
AdditionalLibraryDirectories=""
|
|
||||||
ProgramDatabaseFile="..\..\vs_projects\vs2005_x86\RelWithDebInfo/TestUnitTest++.pdb"
|
|
||||||
GenerateDebugInformation="TRUE"
|
|
||||||
SubSystem="1"
|
|
||||||
ImportLibrary="..\..\vs_projects\vs2005_x86\RelWithDebInfo\TestUnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
</Configurations>
|
|
||||||
<Files>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\Main.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestAssertHandler.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestCheckMacros.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestChecks.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestCompositeTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestCurrentTest.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestDeferredTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestExceptions.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestMemoryOutStream.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTest.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestList.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestMacros.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestResults.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestRunner.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestSuite.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTimeConstraint.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTimeConstraintMacro.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestUnitTestPP.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestXmlTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\RecordingReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\ScopedCurrentTest.h">
|
|
||||||
</File>
|
|
||||||
</Files>
|
|
||||||
<Globals>
|
|
||||||
</Globals>
|
|
||||||
</VisualStudioProject>
|
|
||||||
|
|
@ -1,38 +0,0 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
|
||||||
# Visual Studio 2005
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestUnitTest++", "TestUnitTest++.vcproj", "{580F19DE-3641-4DDD-99F5-992777B8789A}"
|
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
|
||||||
{74254CA4-A6A2-4867-87B7-5B3A77BDF044} = {74254CA4-A6A2-4867-87B7-5B3A77BDF044}
|
|
||||||
EndProjectSection
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTest++", "UnitTest++.vcproj", "{74254CA4-A6A2-4867-87B7-5B3A77BDF044}"
|
|
||||||
EndProject
|
|
||||||
Global
|
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
||||||
Debug|Win32 = Debug|Win32
|
|
||||||
MinSizeRel|Win32 = MinSizeRel|Win32
|
|
||||||
Release|Win32 = Release|Win32
|
|
||||||
RelWithDebInfo|Win32 = RelWithDebInfo|Win32
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
||||||
{580F19DE-3641-4DDD-99F5-992777B8789A}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{580F19DE-3641-4DDD-99F5-992777B8789A}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{580F19DE-3641-4DDD-99F5-992777B8789A}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
|
||||||
{580F19DE-3641-4DDD-99F5-992777B8789A}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
|
||||||
{580F19DE-3641-4DDD-99F5-992777B8789A}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{580F19DE-3641-4DDD-99F5-992777B8789A}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{580F19DE-3641-4DDD-99F5-992777B8789A}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
|
||||||
{580F19DE-3641-4DDD-99F5-992777B8789A}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
|
||||||
{74254CA4-A6A2-4867-87B7-5B3A77BDF044}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{74254CA4-A6A2-4867-87B7-5B3A77BDF044}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{74254CA4-A6A2-4867-87B7-5B3A77BDF044}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
|
||||||
{74254CA4-A6A2-4867-87B7-5B3A77BDF044}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
|
||||||
{74254CA4-A6A2-4867-87B7-5B3A77BDF044}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{74254CA4-A6A2-4867-87B7-5B3A77BDF044}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{74254CA4-A6A2-4867-87B7-5B3A77BDF044}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
|
||||||
{74254CA4-A6A2-4867-87B7-5B3A77BDF044}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
|
||||||
HideSolutionNode = FALSE
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
||||||
|
|
@ -1,374 +0,0 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
|
||||||
<VisualStudioProject
|
|
||||||
ProjectType="Visual C++"
|
|
||||||
Version="8.00"
|
|
||||||
Name="UnitTest++"
|
|
||||||
ProjectGUID="{74254CA4-A6A2-4867-87B7-5B3A77BDF044}"
|
|
||||||
Keyword="Win32Proj">
|
|
||||||
<Platforms>
|
|
||||||
<Platform
|
|
||||||
Name="Win32"/>
|
|
||||||
</Platforms>
|
|
||||||
<Configurations>
|
|
||||||
<Configuration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
OutputDirectory="Debug"
|
|
||||||
IntermediateDirectory="UnitTest++.dir\Debug"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
BasicRuntimeChecks="3"
|
|
||||||
CompileAs="2"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="0"
|
|
||||||
Optimization="0"
|
|
||||||
RuntimeLibrary="3"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\""
|
|
||||||
AssemblerListingLocation="Debug"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2005_x86\Debug/UnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="..\..\vs_projects\vs2005_x86\Debug\UnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="Release|Win32"
|
|
||||||
OutputDirectory="Release"
|
|
||||||
IntermediateDirectory="UnitTest++.dir\Release"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="2"
|
|
||||||
Optimization="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\""
|
|
||||||
AssemblerListingLocation="Release"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2005_x86\Release/UnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="..\..\vs_projects\vs2005_x86\Release\UnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="MinSizeRel|Win32"
|
|
||||||
OutputDirectory="MinSizeRel"
|
|
||||||
IntermediateDirectory="UnitTest++.dir\MinSizeRel"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="1"
|
|
||||||
Optimization="1"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\""
|
|
||||||
AssemblerListingLocation="MinSizeRel"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2005_x86\MinSizeRel/UnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="..\..\vs_projects\vs2005_x86\MinSizeRel\UnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="RelWithDebInfo|Win32"
|
|
||||||
OutputDirectory="RelWithDebInfo"
|
|
||||||
IntermediateDirectory="UnitTest++.dir\RelWithDebInfo"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="1"
|
|
||||||
Optimization="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\""
|
|
||||||
AssemblerListingLocation="RelWithDebInfo"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2005_x86\RelWithDebInfo/UnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="..\..\vs_projects\vs2005_x86\RelWithDebInfo\UnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
</Configurations>
|
|
||||||
<Files>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\AssertException.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CheckMacros.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Checks.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CompositeTestReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Config.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CurrentTest.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\DeferredTestReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\DeferredTestResult.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ExceptionMacros.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ExecuteTest.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\HelperMacros.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\MemoryOutStream.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ReportAssert.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ReportAssertImpl.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Test.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestDetails.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestList.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestMacros.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestReporterStdout.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestResults.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestRunner.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestSuite.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TimeConstraint.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TimeHelpers.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\UnitTest++.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\UnitTestPP.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\XmlTestReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\AssertException.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Checks.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CompositeTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CurrentTest.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\DeferredTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\DeferredTestResult.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\MemoryOutStream.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ReportAssert.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Test.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestDetails.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestList.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestReporterStdout.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestResults.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestRunner.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TimeConstraint.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\XmlTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<Filter
|
|
||||||
Name="Win32"
|
|
||||||
Filter="">
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Win32\TimeHelpers.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Win32\TimeHelpers.cpp">
|
|
||||||
</File>
|
|
||||||
</Filter>
|
|
||||||
</Files>
|
|
||||||
<Globals>
|
|
||||||
</Globals>
|
|
||||||
</VisualStudioProject>
|
|
||||||
|
|
@ -1,330 +0,0 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
|
||||||
<VisualStudioProject
|
|
||||||
ProjectType="Visual C++"
|
|
||||||
Version="9.00"
|
|
||||||
Name="TestUnitTest++"
|
|
||||||
ProjectGUID="{7AAC9879-0F64-49B3-9420-0DB18FB337BF}"
|
|
||||||
Keyword="Win32Proj">
|
|
||||||
<Platforms>
|
|
||||||
<Platform
|
|
||||||
Name="x64"/>
|
|
||||||
</Platforms>
|
|
||||||
<Configurations>
|
|
||||||
<Configuration
|
|
||||||
Name="Debug|x64"
|
|
||||||
OutputDirectory="Debug"
|
|
||||||
IntermediateDirectory="TestUnitTest++.dir\Debug"
|
|
||||||
ConfigurationType="1"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
BasicRuntimeChecks="3"
|
|
||||||
CompileAs="2"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="0"
|
|
||||||
Optimization="0"
|
|
||||||
RuntimeLibrary="3"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\""
|
|
||||||
AssemblerListingLocation="Debug"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2008_x64\Debug/TestUnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="3"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
LinkLibraryDependencies="false"
|
|
||||||
AdditionalOptions=" /STACK:10000000 /machine:x64 /debug"
|
|
||||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Debug\UnitTest++.lib "
|
|
||||||
OutputFile="..\..\vs_projects\vs2008_x64\Debug\TestUnitTest++.exe"
|
|
||||||
Version="0.0"
|
|
||||||
LinkIncremental="2"
|
|
||||||
AdditionalLibraryDirectories=""
|
|
||||||
ProgramDatabaseFile="..\..\vs_projects\vs2008_x64\Debug/TestUnitTest++.pdb"
|
|
||||||
GenerateDebugInformation="TRUE"
|
|
||||||
SubSystem="1"
|
|
||||||
ImportLibrary="..\..\vs_projects\vs2008_x64\Debug\TestUnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="Release|x64"
|
|
||||||
OutputDirectory="Release"
|
|
||||||
IntermediateDirectory="TestUnitTest++.dir\Release"
|
|
||||||
ConfigurationType="1"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="2"
|
|
||||||
Optimization="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\""
|
|
||||||
AssemblerListingLocation="Release"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2008_x64\Release/TestUnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="3"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
LinkLibraryDependencies="false"
|
|
||||||
AdditionalOptions=" /STACK:10000000 /machine:x64"
|
|
||||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Release\UnitTest++.lib "
|
|
||||||
OutputFile="..\..\vs_projects\vs2008_x64\Release\TestUnitTest++.exe"
|
|
||||||
Version="0.0"
|
|
||||||
LinkIncremental="1"
|
|
||||||
AdditionalLibraryDirectories=""
|
|
||||||
ProgramDatabaseFile="..\..\vs_projects\vs2008_x64\Release/TestUnitTest++.pdb"
|
|
||||||
SubSystem="1"
|
|
||||||
ImportLibrary="..\..\vs_projects\vs2008_x64\Release\TestUnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="MinSizeRel|x64"
|
|
||||||
OutputDirectory="MinSizeRel"
|
|
||||||
IntermediateDirectory="TestUnitTest++.dir\MinSizeRel"
|
|
||||||
ConfigurationType="1"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="1"
|
|
||||||
Optimization="1"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\""
|
|
||||||
AssemblerListingLocation="MinSizeRel"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2008_x64\MinSizeRel/TestUnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="3"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
LinkLibraryDependencies="false"
|
|
||||||
AdditionalOptions=" /STACK:10000000 /machine:x64"
|
|
||||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib MinSizeRel\UnitTest++.lib "
|
|
||||||
OutputFile="..\..\vs_projects\vs2008_x64\MinSizeRel\TestUnitTest++.exe"
|
|
||||||
Version="0.0"
|
|
||||||
LinkIncremental="1"
|
|
||||||
AdditionalLibraryDirectories=""
|
|
||||||
ProgramDatabaseFile="..\..\vs_projects\vs2008_x64\MinSizeRel/TestUnitTest++.pdb"
|
|
||||||
SubSystem="1"
|
|
||||||
ImportLibrary="..\..\vs_projects\vs2008_x64\MinSizeRel\TestUnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="RelWithDebInfo|x64"
|
|
||||||
OutputDirectory="RelWithDebInfo"
|
|
||||||
IntermediateDirectory="TestUnitTest++.dir\RelWithDebInfo"
|
|
||||||
ConfigurationType="1"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="1"
|
|
||||||
Optimization="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\""
|
|
||||||
AssemblerListingLocation="RelWithDebInfo"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2008_x64\RelWithDebInfo/TestUnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="3"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
LinkLibraryDependencies="false"
|
|
||||||
AdditionalOptions=" /STACK:10000000 /machine:x64 /debug"
|
|
||||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib RelWithDebInfo\UnitTest++.lib "
|
|
||||||
OutputFile="..\..\vs_projects\vs2008_x64\RelWithDebInfo\TestUnitTest++.exe"
|
|
||||||
Version="0.0"
|
|
||||||
LinkIncremental="2"
|
|
||||||
AdditionalLibraryDirectories=""
|
|
||||||
ProgramDatabaseFile="..\..\vs_projects\vs2008_x64\RelWithDebInfo/TestUnitTest++.pdb"
|
|
||||||
GenerateDebugInformation="TRUE"
|
|
||||||
SubSystem="1"
|
|
||||||
ImportLibrary="..\..\vs_projects\vs2008_x64\RelWithDebInfo\TestUnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
</Configurations>
|
|
||||||
<Files>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\Main.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestAssertHandler.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestCheckMacros.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestChecks.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestCompositeTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestCurrentTest.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestDeferredTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestExceptions.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestMemoryOutStream.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTest.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestList.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestMacros.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestResults.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestRunner.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestSuite.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTimeConstraint.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTimeConstraintMacro.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestUnitTestPP.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestXmlTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\RecordingReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\ScopedCurrentTest.h">
|
|
||||||
</File>
|
|
||||||
</Files>
|
|
||||||
<Globals>
|
|
||||||
</Globals>
|
|
||||||
</VisualStudioProject>
|
|
||||||
|
|
@ -1,38 +0,0 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
|
||||||
# Visual Studio 2008
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestUnitTest++", "TestUnitTest++.vcproj", "{7AAC9879-0F64-49B3-9420-0DB18FB337BF}"
|
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
|
||||||
{B8F60BD4-3946-4458-A2B3-72B42A399B82} = {B8F60BD4-3946-4458-A2B3-72B42A399B82}
|
|
||||||
EndProjectSection
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTest++", "UnitTest++.vcproj", "{B8F60BD4-3946-4458-A2B3-72B42A399B82}"
|
|
||||||
EndProject
|
|
||||||
Global
|
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
||||||
Debug|x64 = Debug|x64
|
|
||||||
MinSizeRel|x64 = MinSizeRel|x64
|
|
||||||
Release|x64 = Release|x64
|
|
||||||
RelWithDebInfo|x64 = RelWithDebInfo|x64
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
||||||
{7AAC9879-0F64-49B3-9420-0DB18FB337BF}.Debug|x64.ActiveCfg = Debug|x64
|
|
||||||
{7AAC9879-0F64-49B3-9420-0DB18FB337BF}.Debug|x64.Build.0 = Debug|x64
|
|
||||||
{7AAC9879-0F64-49B3-9420-0DB18FB337BF}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
|
||||||
{7AAC9879-0F64-49B3-9420-0DB18FB337BF}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
|
|
||||||
{7AAC9879-0F64-49B3-9420-0DB18FB337BF}.Release|x64.ActiveCfg = Release|x64
|
|
||||||
{7AAC9879-0F64-49B3-9420-0DB18FB337BF}.Release|x64.Build.0 = Release|x64
|
|
||||||
{7AAC9879-0F64-49B3-9420-0DB18FB337BF}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
|
||||||
{7AAC9879-0F64-49B3-9420-0DB18FB337BF}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
|
|
||||||
{B8F60BD4-3946-4458-A2B3-72B42A399B82}.Debug|x64.ActiveCfg = Debug|x64
|
|
||||||
{B8F60BD4-3946-4458-A2B3-72B42A399B82}.Debug|x64.Build.0 = Debug|x64
|
|
||||||
{B8F60BD4-3946-4458-A2B3-72B42A399B82}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
|
||||||
{B8F60BD4-3946-4458-A2B3-72B42A399B82}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
|
|
||||||
{B8F60BD4-3946-4458-A2B3-72B42A399B82}.Release|x64.ActiveCfg = Release|x64
|
|
||||||
{B8F60BD4-3946-4458-A2B3-72B42A399B82}.Release|x64.Build.0 = Release|x64
|
|
||||||
{B8F60BD4-3946-4458-A2B3-72B42A399B82}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
|
||||||
{B8F60BD4-3946-4458-A2B3-72B42A399B82}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
|
||||||
HideSolutionNode = FALSE
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
||||||
|
|
@ -1,374 +0,0 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
|
||||||
<VisualStudioProject
|
|
||||||
ProjectType="Visual C++"
|
|
||||||
Version="9.00"
|
|
||||||
Name="UnitTest++"
|
|
||||||
ProjectGUID="{B8F60BD4-3946-4458-A2B3-72B42A399B82}"
|
|
||||||
Keyword="Win32Proj">
|
|
||||||
<Platforms>
|
|
||||||
<Platform
|
|
||||||
Name="x64"/>
|
|
||||||
</Platforms>
|
|
||||||
<Configurations>
|
|
||||||
<Configuration
|
|
||||||
Name="Debug|x64"
|
|
||||||
OutputDirectory="Debug"
|
|
||||||
IntermediateDirectory="UnitTest++.dir\Debug"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
BasicRuntimeChecks="3"
|
|
||||||
CompileAs="2"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="0"
|
|
||||||
Optimization="0"
|
|
||||||
RuntimeLibrary="3"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\""
|
|
||||||
AssemblerListingLocation="Debug"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2008_x64\Debug/UnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="3"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="..\..\vs_projects\vs2008_x64\Debug\UnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="Release|x64"
|
|
||||||
OutputDirectory="Release"
|
|
||||||
IntermediateDirectory="UnitTest++.dir\Release"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="2"
|
|
||||||
Optimization="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\""
|
|
||||||
AssemblerListingLocation="Release"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2008_x64\Release/UnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="3"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="..\..\vs_projects\vs2008_x64\Release\UnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="MinSizeRel|x64"
|
|
||||||
OutputDirectory="MinSizeRel"
|
|
||||||
IntermediateDirectory="UnitTest++.dir\MinSizeRel"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="1"
|
|
||||||
Optimization="1"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\""
|
|
||||||
AssemblerListingLocation="MinSizeRel"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2008_x64\MinSizeRel/UnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="3"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="..\..\vs_projects\vs2008_x64\MinSizeRel\UnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="RelWithDebInfo|x64"
|
|
||||||
OutputDirectory="RelWithDebInfo"
|
|
||||||
IntermediateDirectory="UnitTest++.dir\RelWithDebInfo"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="1"
|
|
||||||
Optimization="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\""
|
|
||||||
AssemblerListingLocation="RelWithDebInfo"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2008_x64\RelWithDebInfo/UnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="3"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="..\..\vs_projects\vs2008_x64\RelWithDebInfo\UnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
</Configurations>
|
|
||||||
<Files>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\AssertException.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CheckMacros.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Checks.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CompositeTestReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Config.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CurrentTest.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\DeferredTestReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\DeferredTestResult.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ExceptionMacros.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ExecuteTest.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\HelperMacros.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\MemoryOutStream.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ReportAssert.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ReportAssertImpl.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Test.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestDetails.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestList.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestMacros.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestReporterStdout.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestResults.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestRunner.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestSuite.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TimeConstraint.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TimeHelpers.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\UnitTest++.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\UnitTestPP.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\XmlTestReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\AssertException.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Checks.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CompositeTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CurrentTest.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\DeferredTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\DeferredTestResult.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\MemoryOutStream.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ReportAssert.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Test.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestDetails.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestList.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestReporterStdout.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestResults.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestRunner.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TimeConstraint.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\XmlTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<Filter
|
|
||||||
Name="Win32"
|
|
||||||
Filter="">
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Win32\TimeHelpers.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Win32\TimeHelpers.cpp">
|
|
||||||
</File>
|
|
||||||
</Filter>
|
|
||||||
</Files>
|
|
||||||
<Globals>
|
|
||||||
</Globals>
|
|
||||||
</VisualStudioProject>
|
|
||||||
|
|
@ -1,330 +0,0 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
|
||||||
<VisualStudioProject
|
|
||||||
ProjectType="Visual C++"
|
|
||||||
Version="9.00"
|
|
||||||
Name="TestUnitTest++"
|
|
||||||
ProjectGUID="{52AD06AB-CCF0-447B-AAEE-F072735C7FB1}"
|
|
||||||
Keyword="Win32Proj">
|
|
||||||
<Platforms>
|
|
||||||
<Platform
|
|
||||||
Name="Win32"/>
|
|
||||||
</Platforms>
|
|
||||||
<Configurations>
|
|
||||||
<Configuration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
OutputDirectory="Debug"
|
|
||||||
IntermediateDirectory="TestUnitTest++.dir\Debug"
|
|
||||||
ConfigurationType="1"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
BasicRuntimeChecks="3"
|
|
||||||
CompileAs="2"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="0"
|
|
||||||
Optimization="0"
|
|
||||||
RuntimeLibrary="3"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\""
|
|
||||||
AssemblerListingLocation="Debug"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2008_x86\Debug/TestUnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
LinkLibraryDependencies="false"
|
|
||||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
|
||||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Debug\UnitTest++.lib "
|
|
||||||
OutputFile="..\..\vs_projects\vs2008_x86\Debug\TestUnitTest++.exe"
|
|
||||||
Version="0.0"
|
|
||||||
LinkIncremental="2"
|
|
||||||
AdditionalLibraryDirectories=""
|
|
||||||
ProgramDatabaseFile="..\..\vs_projects\vs2008_x86\Debug/TestUnitTest++.pdb"
|
|
||||||
GenerateDebugInformation="TRUE"
|
|
||||||
SubSystem="1"
|
|
||||||
ImportLibrary="..\..\vs_projects\vs2008_x86\Debug\TestUnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="Release|Win32"
|
|
||||||
OutputDirectory="Release"
|
|
||||||
IntermediateDirectory="TestUnitTest++.dir\Release"
|
|
||||||
ConfigurationType="1"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="2"
|
|
||||||
Optimization="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\""
|
|
||||||
AssemblerListingLocation="Release"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2008_x86\Release/TestUnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
LinkLibraryDependencies="false"
|
|
||||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
|
||||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib Release\UnitTest++.lib "
|
|
||||||
OutputFile="..\..\vs_projects\vs2008_x86\Release\TestUnitTest++.exe"
|
|
||||||
Version="0.0"
|
|
||||||
LinkIncremental="1"
|
|
||||||
AdditionalLibraryDirectories=""
|
|
||||||
ProgramDatabaseFile="..\..\vs_projects\vs2008_x86\Release/TestUnitTest++.pdb"
|
|
||||||
SubSystem="1"
|
|
||||||
ImportLibrary="..\..\vs_projects\vs2008_x86\Release\TestUnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="MinSizeRel|Win32"
|
|
||||||
OutputDirectory="MinSizeRel"
|
|
||||||
IntermediateDirectory="TestUnitTest++.dir\MinSizeRel"
|
|
||||||
ConfigurationType="1"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="1"
|
|
||||||
Optimization="1"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\""
|
|
||||||
AssemblerListingLocation="MinSizeRel"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2008_x86\MinSizeRel/TestUnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
LinkLibraryDependencies="false"
|
|
||||||
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
|
||||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib MinSizeRel\UnitTest++.lib "
|
|
||||||
OutputFile="..\..\vs_projects\vs2008_x86\MinSizeRel\TestUnitTest++.exe"
|
|
||||||
Version="0.0"
|
|
||||||
LinkIncremental="1"
|
|
||||||
AdditionalLibraryDirectories=""
|
|
||||||
ProgramDatabaseFile="..\..\vs_projects\vs2008_x86\MinSizeRel/TestUnitTest++.pdb"
|
|
||||||
SubSystem="1"
|
|
||||||
ImportLibrary="..\..\vs_projects\vs2008_x86\MinSizeRel\TestUnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="RelWithDebInfo|Win32"
|
|
||||||
OutputDirectory="RelWithDebInfo"
|
|
||||||
IntermediateDirectory="TestUnitTest++.dir\RelWithDebInfo"
|
|
||||||
ConfigurationType="1"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="1"
|
|
||||||
Optimization="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\""
|
|
||||||
AssemblerListingLocation="RelWithDebInfo"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2008_x86\RelWithDebInfo/TestUnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
LinkLibraryDependencies="false"
|
|
||||||
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
|
||||||
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib RelWithDebInfo\UnitTest++.lib "
|
|
||||||
OutputFile="..\..\vs_projects\vs2008_x86\RelWithDebInfo\TestUnitTest++.exe"
|
|
||||||
Version="0.0"
|
|
||||||
LinkIncremental="2"
|
|
||||||
AdditionalLibraryDirectories=""
|
|
||||||
ProgramDatabaseFile="..\..\vs_projects\vs2008_x86\RelWithDebInfo/TestUnitTest++.pdb"
|
|
||||||
GenerateDebugInformation="TRUE"
|
|
||||||
SubSystem="1"
|
|
||||||
ImportLibrary="..\..\vs_projects\vs2008_x86\RelWithDebInfo\TestUnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
</Configurations>
|
|
||||||
<Files>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\Main.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestAssertHandler.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestCheckMacros.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestChecks.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestCompositeTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestCurrentTest.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestDeferredTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestExceptions.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestMemoryOutStream.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTest.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestList.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestMacros.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestResults.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestRunner.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTestSuite.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTimeConstraint.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestTimeConstraintMacro.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestUnitTestPP.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\TestXmlTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\RecordingReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\tests\ScopedCurrentTest.h">
|
|
||||||
</File>
|
|
||||||
</Files>
|
|
||||||
<Globals>
|
|
||||||
</Globals>
|
|
||||||
</VisualStudioProject>
|
|
||||||
|
|
@ -1,38 +0,0 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
|
||||||
# Visual Studio 2008
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestUnitTest++", "TestUnitTest++.vcproj", "{52AD06AB-CCF0-447B-AAEE-F072735C7FB1}"
|
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
|
||||||
{241694AB-FC8A-4374-A564-BD0D0BC75020} = {241694AB-FC8A-4374-A564-BD0D0BC75020}
|
|
||||||
EndProjectSection
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTest++", "UnitTest++.vcproj", "{241694AB-FC8A-4374-A564-BD0D0BC75020}"
|
|
||||||
EndProject
|
|
||||||
Global
|
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
||||||
Debug|Win32 = Debug|Win32
|
|
||||||
MinSizeRel|Win32 = MinSizeRel|Win32
|
|
||||||
Release|Win32 = Release|Win32
|
|
||||||
RelWithDebInfo|Win32 = RelWithDebInfo|Win32
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
||||||
{52AD06AB-CCF0-447B-AAEE-F072735C7FB1}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{52AD06AB-CCF0-447B-AAEE-F072735C7FB1}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{52AD06AB-CCF0-447B-AAEE-F072735C7FB1}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
|
||||||
{52AD06AB-CCF0-447B-AAEE-F072735C7FB1}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
|
||||||
{52AD06AB-CCF0-447B-AAEE-F072735C7FB1}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{52AD06AB-CCF0-447B-AAEE-F072735C7FB1}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{52AD06AB-CCF0-447B-AAEE-F072735C7FB1}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
|
||||||
{52AD06AB-CCF0-447B-AAEE-F072735C7FB1}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
|
||||||
{241694AB-FC8A-4374-A564-BD0D0BC75020}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{241694AB-FC8A-4374-A564-BD0D0BC75020}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{241694AB-FC8A-4374-A564-BD0D0BC75020}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
|
||||||
{241694AB-FC8A-4374-A564-BD0D0BC75020}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
|
||||||
{241694AB-FC8A-4374-A564-BD0D0BC75020}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{241694AB-FC8A-4374-A564-BD0D0BC75020}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{241694AB-FC8A-4374-A564-BD0D0BC75020}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
|
||||||
{241694AB-FC8A-4374-A564-BD0D0BC75020}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
|
||||||
HideSolutionNode = FALSE
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
||||||
|
|
@ -1,374 +0,0 @@
|
||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
|
||||||
<VisualStudioProject
|
|
||||||
ProjectType="Visual C++"
|
|
||||||
Version="9.00"
|
|
||||||
Name="UnitTest++"
|
|
||||||
ProjectGUID="{241694AB-FC8A-4374-A564-BD0D0BC75020}"
|
|
||||||
Keyword="Win32Proj">
|
|
||||||
<Platforms>
|
|
||||||
<Platform
|
|
||||||
Name="Win32"/>
|
|
||||||
</Platforms>
|
|
||||||
<Configurations>
|
|
||||||
<Configuration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
OutputDirectory="Debug"
|
|
||||||
IntermediateDirectory="UnitTest++.dir\Debug"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
BasicRuntimeChecks="3"
|
|
||||||
CompileAs="2"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="0"
|
|
||||||
Optimization="0"
|
|
||||||
RuntimeLibrary="3"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\""
|
|
||||||
AssemblerListingLocation="Debug"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2008_x86\Debug/UnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="..\..\vs_projects\vs2008_x86\Debug\UnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="Release|Win32"
|
|
||||||
OutputDirectory="Release"
|
|
||||||
IntermediateDirectory="UnitTest++.dir\Release"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="2"
|
|
||||||
Optimization="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\""
|
|
||||||
AssemblerListingLocation="Release"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2008_x86\Release/UnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="..\..\vs_projects\vs2008_x86\Release\UnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="MinSizeRel|Win32"
|
|
||||||
OutputDirectory="MinSizeRel"
|
|
||||||
IntermediateDirectory="UnitTest++.dir\MinSizeRel"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="1"
|
|
||||||
Optimization="1"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\""
|
|
||||||
AssemblerListingLocation="MinSizeRel"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2008_x86\MinSizeRel/UnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="..\..\vs_projects\vs2008_x86\MinSizeRel\UnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="RelWithDebInfo|Win32"
|
|
||||||
OutputDirectory="RelWithDebInfo"
|
|
||||||
IntermediateDirectory="UnitTest++.dir\RelWithDebInfo"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
||||||
CharacterSet="2">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions=" /Zm1000"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
CompileAs="2"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
InlineFunctionExpansion="1"
|
|
||||||
Optimization="2"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="TRUE"
|
|
||||||
WarningLevel="3"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\""
|
|
||||||
AssemblerListingLocation="RelWithDebInfo"
|
|
||||||
ObjectFile="$(IntDir)\"
|
|
||||||
ProgramDataBaseFileName="..\..\vs_projects\vs2008_x86\RelWithDebInfo/UnitTest++.pdb"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\""/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\.;"
|
|
||||||
MkTypLibCompatible="FALSE"
|
|
||||||
TargetEnvironment="1"
|
|
||||||
GenerateStublessProxies="TRUE"
|
|
||||||
TypeLibraryName="$(InputName).tlb"
|
|
||||||
OutputDirectory="$(IntDir)"
|
|
||||||
HeaderFileName="$(InputName).h"
|
|
||||||
DLLDataFileName=""
|
|
||||||
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
||||||
ProxyFileName="$(InputName)_p.c"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="..\..\vs_projects\vs2008_x86\RelWithDebInfo\UnitTest++.lib"/>
|
|
||||||
</Configuration>
|
|
||||||
</Configurations>
|
|
||||||
<Files>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\AssertException.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CheckMacros.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Checks.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CompositeTestReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Config.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CurrentTest.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\DeferredTestReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\DeferredTestResult.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ExceptionMacros.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ExecuteTest.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\HelperMacros.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\MemoryOutStream.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ReportAssert.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ReportAssertImpl.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Test.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestDetails.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestList.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestMacros.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestReporterStdout.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestResults.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestRunner.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestSuite.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TimeConstraint.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TimeHelpers.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\UnitTest++.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\UnitTestPP.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\XmlTestReporter.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\AssertException.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Checks.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CompositeTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\CurrentTest.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\DeferredTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\DeferredTestResult.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\MemoryOutStream.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\ReportAssert.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Test.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestDetails.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestList.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestReporterStdout.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestResults.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TestRunner.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\TimeConstraint.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\XmlTestReporter.cpp">
|
|
||||||
</File>
|
|
||||||
<Filter
|
|
||||||
Name="Win32"
|
|
||||||
Filter="">
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Win32\TimeHelpers.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\UnitTest++\Win32\TimeHelpers.cpp">
|
|
||||||
</File>
|
|
||||||
</Filter>
|
|
||||||
</Files>
|
|
||||||
<Globals>
|
|
||||||
</Globals>
|
|
||||||
</VisualStudioProject>
|
|
||||||
|
|
@ -1,295 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
|
||||||
<ProjectConfiguration Include="Debug|x64">
|
|
||||||
<Configuration>Debug</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|x64">
|
|
||||||
<Configuration>Release</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="MinSizeRel|x64">
|
|
||||||
<Configuration>MinSizeRel</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="RelWithDebInfo|x64">
|
|
||||||
<Configuration>RelWithDebInfo</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
</ItemGroup>
|
|
||||||
<PropertyGroup Label="Globals">
|
|
||||||
<ProjectGUID>{5C5EBB30-ECAF-4BCF-9054-094ED2894699}</ProjectGUID>
|
|
||||||
<Keyword>Win32Proj</Keyword>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
<ProjectName>TestUnitTest++</ProjectName>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
||||||
<ImportGroup Label="ExtensionSettings">
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros" />
|
|
||||||
<PropertyGroup>
|
|
||||||
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\vs_projects\vs2010_x64\Debug\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TestUnitTest++.dir\Debug\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TestUnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.exe</TargetExt>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
|
||||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\vs_projects\vs2010_x64\Release\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">TestUnitTest++.dir\Release\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">TestUnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.exe</TargetExt>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
|
||||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">..\..\vs_projects\vs2010_x64\MinSizeRel\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">TestUnitTest++.dir\MinSizeRel\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">TestUnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">.exe</TargetExt>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkIncremental>
|
|
||||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</GenerateManifest>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">..\..\vs_projects\vs2010_x64\RelWithDebInfo\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">TestUnitTest++.dir\RelWithDebInfo\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">TestUnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">.exe</TargetExt>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</LinkIncremental>
|
|
||||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</GenerateManifest>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>Debug</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2010_x64/Debug/TestUnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
<Link>
|
|
||||||
<AdditionalOptions> /machine:x64 /debug %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;Debug\UnitTest++.lib</AdditionalDependencies>
|
|
||||||
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<ImportLibrary>U:/unittest-cpp-pj/vs_projects/vs2010_x64/Debug/TestUnitTest++.lib</ImportLibrary>
|
|
||||||
<LinkIncremental>true</LinkIncremental>
|
|
||||||
<ProgramDataBaseFile>U:/unittest-cpp-pj/vs_projects/vs2010_x64/Debug/TestUnitTest++.pdb</ProgramDataBaseFile>
|
|
||||||
<StackReserveSize>10000000</StackReserveSize>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<Version></Version>
|
|
||||||
</Link>
|
|
||||||
<ProjectReference>
|
|
||||||
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat></DebugInformationFormat>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>Release</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2010_x64/Release/TestUnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
<Link>
|
|
||||||
<AdditionalOptions> /machine:x64 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;Release\UnitTest++.lib</AdditionalDependencies>
|
|
||||||
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
||||||
<ImportLibrary>U:/unittest-cpp-pj/vs_projects/vs2010_x64/Release/TestUnitTest++.lib</ImportLibrary>
|
|
||||||
<ProgramDataBaseFile>U:/unittest-cpp-pj/vs_projects/vs2010_x64/Release/TestUnitTest++.pdb</ProgramDataBaseFile>
|
|
||||||
<StackReserveSize>10000000</StackReserveSize>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<Version></Version>
|
|
||||||
</Link>
|
|
||||||
<ProjectReference>
|
|
||||||
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
||||||
<Optimization>MinSpace</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat></DebugInformationFormat>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="MinSizeRel";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>MinSizeRel</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2010_x64/MinSizeRel/TestUnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
<Link>
|
|
||||||
<AdditionalOptions> /machine:x64 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;MinSizeRel\UnitTest++.lib</AdditionalDependencies>
|
|
||||||
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
||||||
<ImportLibrary>U:/unittest-cpp-pj/vs_projects/vs2010_x64/MinSizeRel/TestUnitTest++.lib</ImportLibrary>
|
|
||||||
<ProgramDataBaseFile>U:/unittest-cpp-pj/vs_projects/vs2010_x64/MinSizeRel/TestUnitTest++.pdb</ProgramDataBaseFile>
|
|
||||||
<StackReserveSize>10000000</StackReserveSize>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<Version></Version>
|
|
||||||
</Link>
|
|
||||||
<ProjectReference>
|
|
||||||
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="RelWithDebInfo";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>RelWithDebInfo</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2010_x64/RelWithDebInfo/TestUnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
<Link>
|
|
||||||
<AdditionalOptions> /machine:x64 /debug %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;RelWithDebInfo\UnitTest++.lib</AdditionalDependencies>
|
|
||||||
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<ImportLibrary>U:/unittest-cpp-pj/vs_projects/vs2010_x64/RelWithDebInfo/TestUnitTest++.lib</ImportLibrary>
|
|
||||||
<LinkIncremental>true</LinkIncremental>
|
|
||||||
<ProgramDataBaseFile>U:/unittest-cpp-pj/vs_projects/vs2010_x64/RelWithDebInfo/TestUnitTest++.pdb</ProgramDataBaseFile>
|
|
||||||
<StackReserveSize>10000000</StackReserveSize>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<Version></Version>
|
|
||||||
</Link>
|
|
||||||
<ProjectReference>
|
|
||||||
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ClInclude Include="..\..\tests\RecordingReporter.h" />
|
|
||||||
<ClInclude Include="..\..\tests\ScopedCurrentTest.h" />
|
|
||||||
<ClCompile Include="..\..\tests\Main.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestAssertHandler.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCheckMacros.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestChecks.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCompositeTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCurrentTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestDeferredTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestExceptions.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestMemoryOutStream.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestList.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestMacros.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestResults.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestRunner.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestSuite.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTimeConstraint.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTimeConstraintMacro.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestUnitTestPP.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestXmlTestReporter.cpp" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="U:/unittest-cpp-pj/vs_projects/vs2010_x64/UnitTest++.vcxproj">
|
|
||||||
<Project>FB6A3EF4-5303-407E-A45C-687834E9D072</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
||||||
<ImportGroup Label="ExtensionTargets">
|
|
||||||
</ImportGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,30 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ItemGroup>
|
|
||||||
<ClCompile Include="..\..\tests\Main.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestAssertHandler.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCheckMacros.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestChecks.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCompositeTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCurrentTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestDeferredTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestExceptions.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestMemoryOutStream.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestList.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestMacros.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestResults.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestRunner.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestSuite.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTimeConstraint.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTimeConstraintMacro.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestUnitTestPP.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestXmlTestReporter.cpp" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ClInclude Include="..\..\tests\RecordingReporter.h" />
|
|
||||||
<ClInclude Include="..\..\tests\ScopedCurrentTest.h" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,38 +0,0 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 11.00
|
|
||||||
# Visual Studio 2010
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestUnitTest++", "TestUnitTest++.vcxproj", "{5C5EBB30-ECAF-4BCF-9054-094ED2894699}"
|
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
|
||||||
{FB6A3EF4-5303-407E-A45C-687834E9D072} = {FB6A3EF4-5303-407E-A45C-687834E9D072}
|
|
||||||
EndProjectSection
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTest++", "UnitTest++.vcxproj", "{FB6A3EF4-5303-407E-A45C-687834E9D072}"
|
|
||||||
EndProject
|
|
||||||
Global
|
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
||||||
Debug|x64 = Debug|x64
|
|
||||||
MinSizeRel|x64 = MinSizeRel|x64
|
|
||||||
Release|x64 = Release|x64
|
|
||||||
RelWithDebInfo|x64 = RelWithDebInfo|x64
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
||||||
{5C5EBB30-ECAF-4BCF-9054-094ED2894699}.Debug|x64.ActiveCfg = Debug|x64
|
|
||||||
{5C5EBB30-ECAF-4BCF-9054-094ED2894699}.Debug|x64.Build.0 = Debug|x64
|
|
||||||
{5C5EBB30-ECAF-4BCF-9054-094ED2894699}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
|
||||||
{5C5EBB30-ECAF-4BCF-9054-094ED2894699}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
|
|
||||||
{5C5EBB30-ECAF-4BCF-9054-094ED2894699}.Release|x64.ActiveCfg = Release|x64
|
|
||||||
{5C5EBB30-ECAF-4BCF-9054-094ED2894699}.Release|x64.Build.0 = Release|x64
|
|
||||||
{5C5EBB30-ECAF-4BCF-9054-094ED2894699}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
|
||||||
{5C5EBB30-ECAF-4BCF-9054-094ED2894699}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
|
|
||||||
{FB6A3EF4-5303-407E-A45C-687834E9D072}.Debug|x64.ActiveCfg = Debug|x64
|
|
||||||
{FB6A3EF4-5303-407E-A45C-687834E9D072}.Debug|x64.Build.0 = Debug|x64
|
|
||||||
{FB6A3EF4-5303-407E-A45C-687834E9D072}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
|
||||||
{FB6A3EF4-5303-407E-A45C-687834E9D072}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
|
|
||||||
{FB6A3EF4-5303-407E-A45C-687834E9D072}.Release|x64.ActiveCfg = Release|x64
|
|
||||||
{FB6A3EF4-5303-407E-A45C-687834E9D072}.Release|x64.Build.0 = Release|x64
|
|
||||||
{FB6A3EF4-5303-407E-A45C-687834E9D072}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
|
||||||
{FB6A3EF4-5303-407E-A45C-687834E9D072}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
|
||||||
HideSolutionNode = FALSE
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
||||||
|
|
@ -1,252 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
|
||||||
<ProjectConfiguration Include="Debug|x64">
|
|
||||||
<Configuration>Debug</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|x64">
|
|
||||||
<Configuration>Release</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="MinSizeRel|x64">
|
|
||||||
<Configuration>MinSizeRel</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="RelWithDebInfo|x64">
|
|
||||||
<Configuration>RelWithDebInfo</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
</ItemGroup>
|
|
||||||
<PropertyGroup Label="Globals">
|
|
||||||
<ProjectGUID>{FB6A3EF4-5303-407E-A45C-687834E9D072}</ProjectGUID>
|
|
||||||
<Keyword>Win32Proj</Keyword>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
<ProjectName>UnitTest++</ProjectName>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
||||||
<ImportGroup Label="ExtensionSettings">
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros" />
|
|
||||||
<PropertyGroup>
|
|
||||||
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\vs_projects\vs2010_x64\Debug\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">UnitTest++.dir\Debug\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">UnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.lib</TargetExt>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\vs_projects\vs2010_x64\Release\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">UnitTest++.dir\Release\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">UnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.lib</TargetExt>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">..\..\vs_projects\vs2010_x64\MinSizeRel\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">UnitTest++.dir\MinSizeRel\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">UnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">.lib</TargetExt>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">..\..\vs_projects\vs2010_x64\RelWithDebInfo\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">UnitTest++.dir\RelWithDebInfo\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">UnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">.lib</TargetExt>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>Debug</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2010_x64/Debug/UnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat></DebugInformationFormat>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>Release</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2010_x64/Release/UnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
||||||
<Optimization>MinSpace</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat></DebugInformationFormat>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="MinSizeRel";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>MinSizeRel</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2010_x64/MinSizeRel/UnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="RelWithDebInfo";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>RelWithDebInfo</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2010_x64/RelWithDebInfo/UnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ClInclude Include="..\..\UnitTest++\AssertException.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CheckMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Checks.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CompositeTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Config.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CurrentTest.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\DeferredTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\DeferredTestResult.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ExceptionMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ExecuteTest.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\HelperMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\MemoryOutStream.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ReportAssert.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ReportAssertImpl.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Test.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestDetails.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestList.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestReporterStdout.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestResults.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestRunner.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestSuite.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TimeConstraint.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TimeHelpers.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\UnitTest++.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\UnitTestPP.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\XmlTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Win32\TimeHelpers.h" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\AssertException.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Checks.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\CompositeTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\CurrentTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\DeferredTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\DeferredTestResult.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\MemoryOutStream.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\ReportAssert.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Test.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestDetails.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestList.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestReporterStdout.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestResults.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestRunner.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TimeConstraint.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\XmlTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Win32\TimeHelpers.cpp" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
</ItemGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
||||||
<ImportGroup Label="ExtensionTargets">
|
|
||||||
</ImportGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,63 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ItemGroup>
|
|
||||||
<ClCompile Include="..\..\UnitTest++\AssertException.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Checks.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\CompositeTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\CurrentTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\DeferredTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\DeferredTestResult.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\MemoryOutStream.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\ReportAssert.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Test.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestDetails.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestList.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestReporterStdout.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestResults.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestRunner.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TimeConstraint.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\XmlTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Win32\TimeHelpers.cpp">
|
|
||||||
<Filter>Win32</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ClInclude Include="..\..\UnitTest++\AssertException.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CheckMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Checks.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CompositeTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Config.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CurrentTest.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\DeferredTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\DeferredTestResult.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ExceptionMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ExecuteTest.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\HelperMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\MemoryOutStream.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ReportAssert.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ReportAssertImpl.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Test.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestDetails.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestList.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestReporterStdout.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestResults.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestRunner.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestSuite.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TimeConstraint.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TimeHelpers.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\UnitTest++.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\UnitTestPP.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\XmlTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Win32\TimeHelpers.h">
|
|
||||||
<Filter>Win32</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<Filter Include="Win32">
|
|
||||||
<UniqueIdentifier>{DB64CD83-3739-41F0-B91D-D72E42A76AA6}</UniqueIdentifier>
|
|
||||||
</Filter>
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,295 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
|
||||||
<ProjectConfiguration Include="Debug|Win32">
|
|
||||||
<Configuration>Debug</Configuration>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|Win32">
|
|
||||||
<Configuration>Release</Configuration>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="MinSizeRel|Win32">
|
|
||||||
<Configuration>MinSizeRel</Configuration>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="RelWithDebInfo|Win32">
|
|
||||||
<Configuration>RelWithDebInfo</Configuration>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
</ItemGroup>
|
|
||||||
<PropertyGroup Label="Globals">
|
|
||||||
<ProjectGUID>{EF97DD98-4A0A-4AEF-A834-A0DC02FAFFC0}</ProjectGUID>
|
|
||||||
<Keyword>Win32Proj</Keyword>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
<ProjectName>TestUnitTest++</ProjectName>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
||||||
<ImportGroup Label="ExtensionSettings">
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros" />
|
|
||||||
<PropertyGroup>
|
|
||||||
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\vs_projects\vs2010_x86\Debug\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TestUnitTest++.dir\Debug\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TestUnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.exe</TargetExt>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
|
||||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\vs_projects\vs2010_x86\Release\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TestUnitTest++.dir\Release\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TestUnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.exe</TargetExt>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
|
||||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">..\..\vs_projects\vs2010_x86\MinSizeRel\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">TestUnitTest++.dir\MinSizeRel\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">TestUnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.exe</TargetExt>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkIncremental>
|
|
||||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">true</GenerateManifest>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">..\..\vs_projects\vs2010_x86\RelWithDebInfo\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">TestUnitTest++.dir\RelWithDebInfo\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">TestUnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.exe</TargetExt>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</LinkIncremental>
|
|
||||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</GenerateManifest>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>Debug</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2010_x86/Debug/TestUnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
<Link>
|
|
||||||
<AdditionalOptions> /machine:X86 /debug %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;Debug\UnitTest++.lib</AdditionalDependencies>
|
|
||||||
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<ImportLibrary>U:/unittest-cpp-pj/vs_projects/vs2010_x86/Debug/TestUnitTest++.lib</ImportLibrary>
|
|
||||||
<LinkIncremental>true</LinkIncremental>
|
|
||||||
<ProgramDataBaseFile>U:/unittest-cpp-pj/vs_projects/vs2010_x86/Debug/TestUnitTest++.pdb</ProgramDataBaseFile>
|
|
||||||
<StackReserveSize>10000000</StackReserveSize>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<Version></Version>
|
|
||||||
</Link>
|
|
||||||
<ProjectReference>
|
|
||||||
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat></DebugInformationFormat>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>Release</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2010_x86/Release/TestUnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
<Link>
|
|
||||||
<AdditionalOptions> /machine:X86 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;Release\UnitTest++.lib</AdditionalDependencies>
|
|
||||||
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
||||||
<ImportLibrary>U:/unittest-cpp-pj/vs_projects/vs2010_x86/Release/TestUnitTest++.lib</ImportLibrary>
|
|
||||||
<ProgramDataBaseFile>U:/unittest-cpp-pj/vs_projects/vs2010_x86/Release/TestUnitTest++.pdb</ProgramDataBaseFile>
|
|
||||||
<StackReserveSize>10000000</StackReserveSize>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<Version></Version>
|
|
||||||
</Link>
|
|
||||||
<ProjectReference>
|
|
||||||
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
||||||
<Optimization>MinSpace</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat></DebugInformationFormat>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="MinSizeRel";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>MinSizeRel</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2010_x86/MinSizeRel/TestUnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
<Link>
|
|
||||||
<AdditionalOptions> /machine:X86 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;MinSizeRel\UnitTest++.lib</AdditionalDependencies>
|
|
||||||
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
||||||
<ImportLibrary>U:/unittest-cpp-pj/vs_projects/vs2010_x86/MinSizeRel/TestUnitTest++.lib</ImportLibrary>
|
|
||||||
<ProgramDataBaseFile>U:/unittest-cpp-pj/vs_projects/vs2010_x86/MinSizeRel/TestUnitTest++.pdb</ProgramDataBaseFile>
|
|
||||||
<StackReserveSize>10000000</StackReserveSize>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<Version></Version>
|
|
||||||
</Link>
|
|
||||||
<ProjectReference>
|
|
||||||
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="RelWithDebInfo";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>RelWithDebInfo</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2010_x86/RelWithDebInfo/TestUnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
<Link>
|
|
||||||
<AdditionalOptions> /machine:X86 /debug %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;RelWithDebInfo\UnitTest++.lib</AdditionalDependencies>
|
|
||||||
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<ImportLibrary>U:/unittest-cpp-pj/vs_projects/vs2010_x86/RelWithDebInfo/TestUnitTest++.lib</ImportLibrary>
|
|
||||||
<LinkIncremental>true</LinkIncremental>
|
|
||||||
<ProgramDataBaseFile>U:/unittest-cpp-pj/vs_projects/vs2010_x86/RelWithDebInfo/TestUnitTest++.pdb</ProgramDataBaseFile>
|
|
||||||
<StackReserveSize>10000000</StackReserveSize>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<Version></Version>
|
|
||||||
</Link>
|
|
||||||
<ProjectReference>
|
|
||||||
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ClInclude Include="..\..\tests\RecordingReporter.h" />
|
|
||||||
<ClInclude Include="..\..\tests\ScopedCurrentTest.h" />
|
|
||||||
<ClCompile Include="..\..\tests\Main.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestAssertHandler.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCheckMacros.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestChecks.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCompositeTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCurrentTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestDeferredTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestExceptions.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestMemoryOutStream.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestList.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestMacros.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestResults.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestRunner.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestSuite.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTimeConstraint.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTimeConstraintMacro.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestUnitTestPP.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestXmlTestReporter.cpp" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="U:/unittest-cpp-pj/vs_projects/vs2010_x86/UnitTest++.vcxproj">
|
|
||||||
<Project>59739FC9-D084-4B2E-BFEA-28D91A9BD3F8</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
||||||
<ImportGroup Label="ExtensionTargets">
|
|
||||||
</ImportGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,30 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ItemGroup>
|
|
||||||
<ClCompile Include="..\..\tests\Main.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestAssertHandler.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCheckMacros.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestChecks.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCompositeTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCurrentTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestDeferredTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestExceptions.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestMemoryOutStream.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestList.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestMacros.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestResults.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestRunner.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestSuite.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTimeConstraint.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTimeConstraintMacro.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestUnitTestPP.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestXmlTestReporter.cpp" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ClInclude Include="..\..\tests\RecordingReporter.h" />
|
|
||||||
<ClInclude Include="..\..\tests\ScopedCurrentTest.h" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,38 +0,0 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 11.00
|
|
||||||
# Visual Studio 2010
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestUnitTest++", "TestUnitTest++.vcxproj", "{EF97DD98-4A0A-4AEF-A834-A0DC02FAFFC0}"
|
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
|
||||||
{59739FC9-D084-4B2E-BFEA-28D91A9BD3F8} = {59739FC9-D084-4B2E-BFEA-28D91A9BD3F8}
|
|
||||||
EndProjectSection
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTest++", "UnitTest++.vcxproj", "{59739FC9-D084-4B2E-BFEA-28D91A9BD3F8}"
|
|
||||||
EndProject
|
|
||||||
Global
|
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
||||||
Debug|Win32 = Debug|Win32
|
|
||||||
MinSizeRel|Win32 = MinSizeRel|Win32
|
|
||||||
Release|Win32 = Release|Win32
|
|
||||||
RelWithDebInfo|Win32 = RelWithDebInfo|Win32
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
||||||
{EF97DD98-4A0A-4AEF-A834-A0DC02FAFFC0}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{EF97DD98-4A0A-4AEF-A834-A0DC02FAFFC0}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{EF97DD98-4A0A-4AEF-A834-A0DC02FAFFC0}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
|
||||||
{EF97DD98-4A0A-4AEF-A834-A0DC02FAFFC0}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
|
||||||
{EF97DD98-4A0A-4AEF-A834-A0DC02FAFFC0}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{EF97DD98-4A0A-4AEF-A834-A0DC02FAFFC0}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{EF97DD98-4A0A-4AEF-A834-A0DC02FAFFC0}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
|
||||||
{EF97DD98-4A0A-4AEF-A834-A0DC02FAFFC0}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
|
||||||
{59739FC9-D084-4B2E-BFEA-28D91A9BD3F8}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{59739FC9-D084-4B2E-BFEA-28D91A9BD3F8}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{59739FC9-D084-4B2E-BFEA-28D91A9BD3F8}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
|
||||||
{59739FC9-D084-4B2E-BFEA-28D91A9BD3F8}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
|
||||||
{59739FC9-D084-4B2E-BFEA-28D91A9BD3F8}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{59739FC9-D084-4B2E-BFEA-28D91A9BD3F8}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{59739FC9-D084-4B2E-BFEA-28D91A9BD3F8}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
|
||||||
{59739FC9-D084-4B2E-BFEA-28D91A9BD3F8}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
|
||||||
HideSolutionNode = FALSE
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
||||||
|
|
@ -1,252 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
|
||||||
<ProjectConfiguration Include="Debug|Win32">
|
|
||||||
<Configuration>Debug</Configuration>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|Win32">
|
|
||||||
<Configuration>Release</Configuration>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="MinSizeRel|Win32">
|
|
||||||
<Configuration>MinSizeRel</Configuration>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="RelWithDebInfo|Win32">
|
|
||||||
<Configuration>RelWithDebInfo</Configuration>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
</ItemGroup>
|
|
||||||
<PropertyGroup Label="Globals">
|
|
||||||
<ProjectGUID>{59739FC9-D084-4B2E-BFEA-28D91A9BD3F8}</ProjectGUID>
|
|
||||||
<Keyword>Win32Proj</Keyword>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
<ProjectName>UnitTest++</ProjectName>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
||||||
<ImportGroup Label="ExtensionSettings">
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros" />
|
|
||||||
<PropertyGroup>
|
|
||||||
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\vs_projects\vs2010_x86\Debug\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">UnitTest++.dir\Debug\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">UnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.lib</TargetExt>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\vs_projects\vs2010_x86\Release\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">UnitTest++.dir\Release\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">UnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.lib</TargetExt>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">..\..\vs_projects\vs2010_x86\MinSizeRel\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">UnitTest++.dir\MinSizeRel\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">UnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.lib</TargetExt>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">..\..\vs_projects\vs2010_x86\RelWithDebInfo\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">UnitTest++.dir\RelWithDebInfo\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">UnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.lib</TargetExt>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>Debug</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2010_x86/Debug/UnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat></DebugInformationFormat>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>Release</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2010_x86/Release/UnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
||||||
<Optimization>MinSpace</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat></DebugInformationFormat>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="MinSizeRel";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>MinSizeRel</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2010_x86/MinSizeRel/UnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="RelWithDebInfo";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>RelWithDebInfo</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2010_x86/RelWithDebInfo/UnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ClInclude Include="..\..\UnitTest++\AssertException.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CheckMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Checks.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CompositeTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Config.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CurrentTest.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\DeferredTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\DeferredTestResult.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ExceptionMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ExecuteTest.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\HelperMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\MemoryOutStream.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ReportAssert.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ReportAssertImpl.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Test.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestDetails.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestList.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestReporterStdout.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestResults.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestRunner.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestSuite.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TimeConstraint.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TimeHelpers.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\UnitTest++.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\UnitTestPP.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\XmlTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Win32\TimeHelpers.h" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\AssertException.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Checks.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\CompositeTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\CurrentTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\DeferredTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\DeferredTestResult.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\MemoryOutStream.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\ReportAssert.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Test.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestDetails.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestList.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestReporterStdout.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestResults.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestRunner.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TimeConstraint.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\XmlTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Win32\TimeHelpers.cpp" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
</ItemGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
||||||
<ImportGroup Label="ExtensionTargets">
|
|
||||||
</ImportGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,63 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ItemGroup>
|
|
||||||
<ClCompile Include="..\..\UnitTest++\AssertException.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Checks.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\CompositeTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\CurrentTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\DeferredTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\DeferredTestResult.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\MemoryOutStream.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\ReportAssert.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Test.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestDetails.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestList.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestReporterStdout.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestResults.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestRunner.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TimeConstraint.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\XmlTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Win32\TimeHelpers.cpp">
|
|
||||||
<Filter>Win32</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ClInclude Include="..\..\UnitTest++\AssertException.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CheckMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Checks.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CompositeTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Config.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CurrentTest.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\DeferredTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\DeferredTestResult.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ExceptionMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ExecuteTest.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\HelperMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\MemoryOutStream.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ReportAssert.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ReportAssertImpl.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Test.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestDetails.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestList.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestReporterStdout.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestResults.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestRunner.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestSuite.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TimeConstraint.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TimeHelpers.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\UnitTest++.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\UnitTestPP.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\XmlTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Win32\TimeHelpers.h">
|
|
||||||
<Filter>Win32</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<Filter Include="Win32">
|
|
||||||
<UniqueIdentifier>{0E6D11F1-BD64-469A-BBC0-AF98B7FFF0CA}</UniqueIdentifier>
|
|
||||||
</Filter>
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,299 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
|
||||||
<ProjectConfiguration Include="Debug|x64">
|
|
||||||
<Configuration>Debug</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|x64">
|
|
||||||
<Configuration>Release</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="MinSizeRel|x64">
|
|
||||||
<Configuration>MinSizeRel</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="RelWithDebInfo|x64">
|
|
||||||
<Configuration>RelWithDebInfo</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
</ItemGroup>
|
|
||||||
<PropertyGroup Label="Globals">
|
|
||||||
<ProjectGUID>{FAE7B8C1-428D-45DB-9A26-751A64C666D1}</ProjectGUID>
|
|
||||||
<Keyword>Win32Proj</Keyword>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
<ProjectName>TestUnitTest++</ProjectName>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v110</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v110</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v110</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v110</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
||||||
<ImportGroup Label="ExtensionSettings">
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros" />
|
|
||||||
<PropertyGroup>
|
|
||||||
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\vs_projects\vs2012_x64\Debug\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TestUnitTest++.dir\Debug\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TestUnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.exe</TargetExt>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
|
||||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\vs_projects\vs2012_x64\Release\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">TestUnitTest++.dir\Release\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">TestUnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.exe</TargetExt>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
|
||||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">..\..\vs_projects\vs2012_x64\MinSizeRel\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">TestUnitTest++.dir\MinSizeRel\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">TestUnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">.exe</TargetExt>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkIncremental>
|
|
||||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">true</GenerateManifest>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">..\..\vs_projects\vs2012_x64\RelWithDebInfo\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">TestUnitTest++.dir\RelWithDebInfo\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">TestUnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">.exe</TargetExt>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</LinkIncremental>
|
|
||||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">true</GenerateManifest>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>Debug</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2012_x64/Debug/TestUnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
<Link>
|
|
||||||
<AdditionalOptions> /machine:x64 /debug %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;Debug\UnitTest++.lib</AdditionalDependencies>
|
|
||||||
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<ImportLibrary>U:/unittest-cpp-pj/vs_projects/vs2012_x64/Debug/TestUnitTest++.lib</ImportLibrary>
|
|
||||||
<LinkIncremental>true</LinkIncremental>
|
|
||||||
<ProgramDataBaseFile>U:/unittest-cpp-pj/vs_projects/vs2012_x64/Debug/TestUnitTest++.pdb</ProgramDataBaseFile>
|
|
||||||
<StackReserveSize>10000000</StackReserveSize>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<Version></Version>
|
|
||||||
</Link>
|
|
||||||
<ProjectReference>
|
|
||||||
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat></DebugInformationFormat>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>Release</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2012_x64/Release/TestUnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
<Link>
|
|
||||||
<AdditionalOptions> /machine:x64 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;Release\UnitTest++.lib</AdditionalDependencies>
|
|
||||||
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
||||||
<ImportLibrary>U:/unittest-cpp-pj/vs_projects/vs2012_x64/Release/TestUnitTest++.lib</ImportLibrary>
|
|
||||||
<ProgramDataBaseFile>U:/unittest-cpp-pj/vs_projects/vs2012_x64/Release/TestUnitTest++.pdb</ProgramDataBaseFile>
|
|
||||||
<StackReserveSize>10000000</StackReserveSize>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<Version></Version>
|
|
||||||
</Link>
|
|
||||||
<ProjectReference>
|
|
||||||
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
||||||
<Optimization>MinSpace</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat></DebugInformationFormat>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="MinSizeRel";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>MinSizeRel</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2012_x64/MinSizeRel/TestUnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
<Link>
|
|
||||||
<AdditionalOptions> /machine:x64 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;MinSizeRel\UnitTest++.lib</AdditionalDependencies>
|
|
||||||
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
||||||
<ImportLibrary>U:/unittest-cpp-pj/vs_projects/vs2012_x64/MinSizeRel/TestUnitTest++.lib</ImportLibrary>
|
|
||||||
<ProgramDataBaseFile>U:/unittest-cpp-pj/vs_projects/vs2012_x64/MinSizeRel/TestUnitTest++.pdb</ProgramDataBaseFile>
|
|
||||||
<StackReserveSize>10000000</StackReserveSize>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<Version></Version>
|
|
||||||
</Link>
|
|
||||||
<ProjectReference>
|
|
||||||
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="RelWithDebInfo";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>RelWithDebInfo</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2012_x64/RelWithDebInfo/TestUnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
<Link>
|
|
||||||
<AdditionalOptions> /machine:x64 /debug %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;RelWithDebInfo\UnitTest++.lib</AdditionalDependencies>
|
|
||||||
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<ImportLibrary>U:/unittest-cpp-pj/vs_projects/vs2012_x64/RelWithDebInfo/TestUnitTest++.lib</ImportLibrary>
|
|
||||||
<LinkIncremental>true</LinkIncremental>
|
|
||||||
<ProgramDataBaseFile>U:/unittest-cpp-pj/vs_projects/vs2012_x64/RelWithDebInfo/TestUnitTest++.pdb</ProgramDataBaseFile>
|
|
||||||
<StackReserveSize>10000000</StackReserveSize>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<Version></Version>
|
|
||||||
</Link>
|
|
||||||
<ProjectReference>
|
|
||||||
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ClInclude Include="..\..\tests\RecordingReporter.h" />
|
|
||||||
<ClInclude Include="..\..\tests\ScopedCurrentTest.h" />
|
|
||||||
<ClCompile Include="..\..\tests\Main.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestAssertHandler.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCheckMacros.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestChecks.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCompositeTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCurrentTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestDeferredTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestExceptions.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestMemoryOutStream.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestList.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestMacros.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestResults.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestRunner.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestSuite.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTimeConstraint.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTimeConstraintMacro.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestUnitTestPP.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestXmlTestReporter.cpp" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="U:/unittest-cpp-pj/vs_projects/vs2012_x64/UnitTest++.vcxproj">
|
|
||||||
<Project>7867CF0A-53DE-4CAD-A141-976283C590C4</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
||||||
<ImportGroup Label="ExtensionTargets">
|
|
||||||
</ImportGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,30 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ItemGroup>
|
|
||||||
<ClCompile Include="..\..\tests\Main.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestAssertHandler.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCheckMacros.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestChecks.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCompositeTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCurrentTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestDeferredTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestExceptions.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestMemoryOutStream.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestList.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestMacros.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestResults.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestRunner.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestSuite.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTimeConstraint.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTimeConstraintMacro.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestUnitTestPP.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestXmlTestReporter.cpp" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ClInclude Include="..\..\tests\RecordingReporter.h" />
|
|
||||||
<ClInclude Include="..\..\tests\ScopedCurrentTest.h" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,38 +0,0 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
||||||
# Visual Studio 2012
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestUnitTest++", "TestUnitTest++.vcxproj", "{FAE7B8C1-428D-45DB-9A26-751A64C666D1}"
|
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
|
||||||
{7867CF0A-53DE-4CAD-A141-976283C590C4} = {7867CF0A-53DE-4CAD-A141-976283C590C4}
|
|
||||||
EndProjectSection
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTest++", "UnitTest++.vcxproj", "{7867CF0A-53DE-4CAD-A141-976283C590C4}"
|
|
||||||
EndProject
|
|
||||||
Global
|
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
||||||
Debug|x64 = Debug|x64
|
|
||||||
MinSizeRel|x64 = MinSizeRel|x64
|
|
||||||
Release|x64 = Release|x64
|
|
||||||
RelWithDebInfo|x64 = RelWithDebInfo|x64
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
||||||
{FAE7B8C1-428D-45DB-9A26-751A64C666D1}.Debug|x64.ActiveCfg = Debug|x64
|
|
||||||
{FAE7B8C1-428D-45DB-9A26-751A64C666D1}.Debug|x64.Build.0 = Debug|x64
|
|
||||||
{FAE7B8C1-428D-45DB-9A26-751A64C666D1}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
|
||||||
{FAE7B8C1-428D-45DB-9A26-751A64C666D1}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
|
|
||||||
{FAE7B8C1-428D-45DB-9A26-751A64C666D1}.Release|x64.ActiveCfg = Release|x64
|
|
||||||
{FAE7B8C1-428D-45DB-9A26-751A64C666D1}.Release|x64.Build.0 = Release|x64
|
|
||||||
{FAE7B8C1-428D-45DB-9A26-751A64C666D1}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
|
||||||
{FAE7B8C1-428D-45DB-9A26-751A64C666D1}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
|
|
||||||
{7867CF0A-53DE-4CAD-A141-976283C590C4}.Debug|x64.ActiveCfg = Debug|x64
|
|
||||||
{7867CF0A-53DE-4CAD-A141-976283C590C4}.Debug|x64.Build.0 = Debug|x64
|
|
||||||
{7867CF0A-53DE-4CAD-A141-976283C590C4}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
|
|
||||||
{7867CF0A-53DE-4CAD-A141-976283C590C4}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
|
|
||||||
{7867CF0A-53DE-4CAD-A141-976283C590C4}.Release|x64.ActiveCfg = Release|x64
|
|
||||||
{7867CF0A-53DE-4CAD-A141-976283C590C4}.Release|x64.Build.0 = Release|x64
|
|
||||||
{7867CF0A-53DE-4CAD-A141-976283C590C4}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
|
|
||||||
{7867CF0A-53DE-4CAD-A141-976283C590C4}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
|
||||||
HideSolutionNode = FALSE
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
||||||
|
|
@ -1,256 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
|
||||||
<ProjectConfiguration Include="Debug|x64">
|
|
||||||
<Configuration>Debug</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|x64">
|
|
||||||
<Configuration>Release</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="MinSizeRel|x64">
|
|
||||||
<Configuration>MinSizeRel</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="RelWithDebInfo|x64">
|
|
||||||
<Configuration>RelWithDebInfo</Configuration>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
</ItemGroup>
|
|
||||||
<PropertyGroup Label="Globals">
|
|
||||||
<ProjectGUID>{7867CF0A-53DE-4CAD-A141-976283C590C4}</ProjectGUID>
|
|
||||||
<Keyword>Win32Proj</Keyword>
|
|
||||||
<Platform>x64</Platform>
|
|
||||||
<ProjectName>UnitTest++</ProjectName>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v110</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v110</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v110</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v110</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
||||||
<ImportGroup Label="ExtensionSettings">
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros" />
|
|
||||||
<PropertyGroup>
|
|
||||||
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\vs_projects\vs2012_x64\Debug\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">UnitTest++.dir\Debug\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">UnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.lib</TargetExt>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\vs_projects\vs2012_x64\Release\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">UnitTest++.dir\Release\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">UnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.lib</TargetExt>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">..\..\vs_projects\vs2012_x64\MinSizeRel\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">UnitTest++.dir\MinSizeRel\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">UnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">.lib</TargetExt>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">..\..\vs_projects\vs2012_x64\RelWithDebInfo\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">UnitTest++.dir\RelWithDebInfo\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">UnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">.lib</TargetExt>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>Debug</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2012_x64/Debug/UnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat></DebugInformationFormat>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>Release</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2012_x64/Release/UnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
||||||
<Optimization>MinSpace</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat></DebugInformationFormat>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="MinSizeRel";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>MinSizeRel</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2012_x64/MinSizeRel/UnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="RelWithDebInfo";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>RelWithDebInfo</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2012_x64/RelWithDebInfo/UnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ClInclude Include="..\..\UnitTest++\AssertException.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CheckMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Checks.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CompositeTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Config.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CurrentTest.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\DeferredTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\DeferredTestResult.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ExceptionMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ExecuteTest.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\HelperMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\MemoryOutStream.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ReportAssert.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ReportAssertImpl.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Test.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestDetails.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestList.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestReporterStdout.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestResults.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestRunner.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestSuite.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TimeConstraint.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TimeHelpers.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\UnitTest++.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\UnitTestPP.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\XmlTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Win32\TimeHelpers.h" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\AssertException.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Checks.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\CompositeTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\CurrentTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\DeferredTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\DeferredTestResult.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\MemoryOutStream.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\ReportAssert.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Test.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestDetails.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestList.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestReporterStdout.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestResults.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestRunner.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TimeConstraint.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\XmlTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Win32\TimeHelpers.cpp" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
</ItemGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
||||||
<ImportGroup Label="ExtensionTargets">
|
|
||||||
</ImportGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,63 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ItemGroup>
|
|
||||||
<ClCompile Include="..\..\UnitTest++\AssertException.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Checks.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\CompositeTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\CurrentTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\DeferredTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\DeferredTestResult.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\MemoryOutStream.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\ReportAssert.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Test.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestDetails.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestList.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestReporterStdout.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestResults.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestRunner.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TimeConstraint.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\XmlTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Win32\TimeHelpers.cpp">
|
|
||||||
<Filter>Win32</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ClInclude Include="..\..\UnitTest++\AssertException.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CheckMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Checks.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CompositeTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Config.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CurrentTest.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\DeferredTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\DeferredTestResult.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ExceptionMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ExecuteTest.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\HelperMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\MemoryOutStream.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ReportAssert.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ReportAssertImpl.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Test.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestDetails.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestList.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestReporterStdout.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestResults.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestRunner.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestSuite.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TimeConstraint.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TimeHelpers.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\UnitTest++.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\UnitTestPP.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\XmlTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Win32\TimeHelpers.h">
|
|
||||||
<Filter>Win32</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<Filter Include="Win32">
|
|
||||||
<UniqueIdentifier>{6C3785C9-4B23-45F4-871B-C1DD411A4396}</UniqueIdentifier>
|
|
||||||
</Filter>
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,306 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
|
||||||
<ProjectConfiguration Include="Debug|Win32">
|
|
||||||
<Configuration>Debug</Configuration>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|Win32">
|
|
||||||
<Configuration>Release</Configuration>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="MinSizeRel|Win32">
|
|
||||||
<Configuration>MinSizeRel</Configuration>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="RelWithDebInfo|Win32">
|
|
||||||
<Configuration>RelWithDebInfo</Configuration>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
</ItemGroup>
|
|
||||||
<PropertyGroup Label="Globals">
|
|
||||||
<ProjectGUID>{206E8A31-7D19-4632-A9A4-930039BB4A16}</ProjectGUID>
|
|
||||||
<Keyword>Win32Proj</Keyword>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
<ProjectName>TestUnitTest++</ProjectName>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v110</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v110</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v110</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v110</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
||||||
<ImportGroup Label="ExtensionSettings">
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
||||||
</ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros" />
|
|
||||||
<PropertyGroup>
|
|
||||||
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\vs_projects\vs2012_x86\Debug\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TestUnitTest++.dir\Debug\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TestUnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.exe</TargetExt>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
|
||||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\vs_projects\vs2012_x86\Release\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TestUnitTest++.dir\Release\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TestUnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.exe</TargetExt>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
|
||||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">..\..\vs_projects\vs2012_x86\MinSizeRel\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">TestUnitTest++.dir\MinSizeRel\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">TestUnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.exe</TargetExt>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkIncremental>
|
|
||||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">true</GenerateManifest>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">..\..\vs_projects\vs2012_x86\RelWithDebInfo\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">TestUnitTest++.dir\RelWithDebInfo\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">TestUnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.exe</TargetExt>
|
|
||||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</LinkIncremental>
|
|
||||||
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</GenerateManifest>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>Debug</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2012_x86/Debug/TestUnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
<Link>
|
|
||||||
<AdditionalOptions> /machine:X86 /debug %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;Debug\UnitTest++.lib</AdditionalDependencies>
|
|
||||||
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<ImportLibrary>U:/unittest-cpp-pj/vs_projects/vs2012_x86/Debug/TestUnitTest++.lib</ImportLibrary>
|
|
||||||
<LinkIncremental>true</LinkIncremental>
|
|
||||||
<ProgramDataBaseFile>U:/unittest-cpp-pj/vs_projects/vs2012_x86/Debug/TestUnitTest++.pdb</ProgramDataBaseFile>
|
|
||||||
<StackReserveSize>10000000</StackReserveSize>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<Version>
|
|
||||||
</Version>
|
|
||||||
</Link>
|
|
||||||
<ProjectReference>
|
|
||||||
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>
|
|
||||||
</DebugInformationFormat>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>Release</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2012_x86/Release/TestUnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
<Link>
|
|
||||||
<AdditionalOptions> /machine:X86 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;Release\UnitTest++.lib</AdditionalDependencies>
|
|
||||||
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
||||||
<ImportLibrary>U:/unittest-cpp-pj/vs_projects/vs2012_x86/Release/TestUnitTest++.lib</ImportLibrary>
|
|
||||||
<ProgramDataBaseFile>U:/unittest-cpp-pj/vs_projects/vs2012_x86/Release/TestUnitTest++.pdb</ProgramDataBaseFile>
|
|
||||||
<StackReserveSize>10000000</StackReserveSize>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<Version>
|
|
||||||
</Version>
|
|
||||||
</Link>
|
|
||||||
<ProjectReference>
|
|
||||||
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
||||||
<Optimization>MinSpace</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat>
|
|
||||||
</DebugInformationFormat>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="MinSizeRel";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>MinSizeRel</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2012_x86/MinSizeRel/TestUnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
<Link>
|
|
||||||
<AdditionalOptions> /machine:X86 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;MinSizeRel\UnitTest++.lib</AdditionalDependencies>
|
|
||||||
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
||||||
<ImportLibrary>U:/unittest-cpp-pj/vs_projects/vs2012_x86/MinSizeRel/TestUnitTest++.lib</ImportLibrary>
|
|
||||||
<ProgramDataBaseFile>U:/unittest-cpp-pj/vs_projects/vs2012_x86/MinSizeRel/TestUnitTest++.pdb</ProgramDataBaseFile>
|
|
||||||
<StackReserveSize>10000000</StackReserveSize>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<Version>
|
|
||||||
</Version>
|
|
||||||
</Link>
|
|
||||||
<ProjectReference>
|
|
||||||
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="RelWithDebInfo";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>RelWithDebInfo</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2012_x86/RelWithDebInfo/TestUnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
<Link>
|
|
||||||
<AdditionalOptions> /machine:X86 /debug %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib;RelWithDebInfo\UnitTest++.lib</AdditionalDependencies>
|
|
||||||
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
||||||
<ImportLibrary>U:/unittest-cpp-pj/vs_projects/vs2012_x86/RelWithDebInfo/TestUnitTest++.lib</ImportLibrary>
|
|
||||||
<LinkIncremental>true</LinkIncremental>
|
|
||||||
<ProgramDataBaseFile>U:/unittest-cpp-pj/vs_projects/vs2012_x86/RelWithDebInfo/TestUnitTest++.pdb</ProgramDataBaseFile>
|
|
||||||
<StackReserveSize>10000000</StackReserveSize>
|
|
||||||
<SubSystem>Console</SubSystem>
|
|
||||||
<Version>
|
|
||||||
</Version>
|
|
||||||
</Link>
|
|
||||||
<ProjectReference>
|
|
||||||
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ClInclude Include="..\..\tests\RecordingReporter.h" />
|
|
||||||
<ClInclude Include="..\..\tests\ScopedCurrentTest.h" />
|
|
||||||
<ClCompile Include="..\..\tests\Main.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestAssertHandler.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCheckMacros.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestChecks.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCompositeTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCurrentTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestDeferredTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestExceptions.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestMemoryOutStream.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestList.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestMacros.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestResults.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestRunner.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestSuite.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTimeConstraint.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTimeConstraintMacro.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestUnitTestPP.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestXmlTestReporter.cpp" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="U:/unittest-cpp-pj/vs_projects/vs2012_x86/UnitTest++.vcxproj">
|
|
||||||
<Project>4128153F-6FD2-46E5-9330-3650015B97E1</Project>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
||||||
<ImportGroup Label="ExtensionTargets">
|
|
||||||
</ImportGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,30 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ItemGroup>
|
|
||||||
<ClCompile Include="..\..\tests\Main.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestAssertHandler.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCheckMacros.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestChecks.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCompositeTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestCurrentTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestDeferredTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestExceptions.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestMemoryOutStream.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestList.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestMacros.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestResults.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestRunner.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTestSuite.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTimeConstraint.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestTimeConstraintMacro.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestUnitTestPP.cpp" />
|
|
||||||
<ClCompile Include="..\..\tests\TestXmlTestReporter.cpp" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ClInclude Include="..\..\tests\RecordingReporter.h" />
|
|
||||||
<ClInclude Include="..\..\tests\ScopedCurrentTest.h" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,38 +0,0 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
||||||
# Visual Studio 2012
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestUnitTest++", "TestUnitTest++.vcxproj", "{206E8A31-7D19-4632-A9A4-930039BB4A16}"
|
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
|
||||||
{4128153F-6FD2-46E5-9330-3650015B97E1} = {4128153F-6FD2-46E5-9330-3650015B97E1}
|
|
||||||
EndProjectSection
|
|
||||||
EndProject
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTest++", "UnitTest++.vcxproj", "{4128153F-6FD2-46E5-9330-3650015B97E1}"
|
|
||||||
EndProject
|
|
||||||
Global
|
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
||||||
Debug|Win32 = Debug|Win32
|
|
||||||
MinSizeRel|Win32 = MinSizeRel|Win32
|
|
||||||
Release|Win32 = Release|Win32
|
|
||||||
RelWithDebInfo|Win32 = RelWithDebInfo|Win32
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
||||||
{206E8A31-7D19-4632-A9A4-930039BB4A16}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{206E8A31-7D19-4632-A9A4-930039BB4A16}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{206E8A31-7D19-4632-A9A4-930039BB4A16}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
|
||||||
{206E8A31-7D19-4632-A9A4-930039BB4A16}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
|
||||||
{206E8A31-7D19-4632-A9A4-930039BB4A16}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{206E8A31-7D19-4632-A9A4-930039BB4A16}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{206E8A31-7D19-4632-A9A4-930039BB4A16}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
|
||||||
{206E8A31-7D19-4632-A9A4-930039BB4A16}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
|
||||||
{4128153F-6FD2-46E5-9330-3650015B97E1}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{4128153F-6FD2-46E5-9330-3650015B97E1}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{4128153F-6FD2-46E5-9330-3650015B97E1}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32
|
|
||||||
{4128153F-6FD2-46E5-9330-3650015B97E1}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32
|
|
||||||
{4128153F-6FD2-46E5-9330-3650015B97E1}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{4128153F-6FD2-46E5-9330-3650015B97E1}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
{4128153F-6FD2-46E5-9330-3650015B97E1}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32
|
|
||||||
{4128153F-6FD2-46E5-9330-3650015B97E1}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
|
||||||
HideSolutionNode = FALSE
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
||||||
|
|
@ -1,256 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
|
||||||
<ProjectConfiguration Include="Debug|Win32">
|
|
||||||
<Configuration>Debug</Configuration>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="Release|Win32">
|
|
||||||
<Configuration>Release</Configuration>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="MinSizeRel|Win32">
|
|
||||||
<Configuration>MinSizeRel</Configuration>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
<ProjectConfiguration Include="RelWithDebInfo|Win32">
|
|
||||||
<Configuration>RelWithDebInfo</Configuration>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
</ProjectConfiguration>
|
|
||||||
</ItemGroup>
|
|
||||||
<PropertyGroup Label="Globals">
|
|
||||||
<ProjectGUID>{4128153F-6FD2-46E5-9330-3650015B97E1}</ProjectGUID>
|
|
||||||
<Keyword>Win32Proj</Keyword>
|
|
||||||
<Platform>Win32</Platform>
|
|
||||||
<ProjectName>UnitTest++</ProjectName>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v110</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v110</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v110</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
|
|
||||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
||||||
<UseOfMfc>false</UseOfMfc>
|
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
|
||||||
<PlatformToolset>v110</PlatformToolset>
|
|
||||||
</PropertyGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
||||||
<ImportGroup Label="ExtensionSettings">
|
|
||||||
</ImportGroup>
|
|
||||||
<ImportGroup Label="PropertySheets">
|
|
||||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup>
|
|
||||||
<PropertyGroup Label="UserMacros" />
|
|
||||||
<PropertyGroup>
|
|
||||||
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\vs_projects\vs2012_x86\Debug\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">UnitTest++.dir\Debug\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">UnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.lib</TargetExt>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\vs_projects\vs2012_x86\Release\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">UnitTest++.dir\Release\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">UnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.lib</TargetExt>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">..\..\vs_projects\vs2012_x86\MinSizeRel\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">UnitTest++.dir\MinSizeRel\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">UnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.lib</TargetExt>
|
|
||||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">..\..\vs_projects\vs2012_x86\RelWithDebInfo\</OutDir>
|
|
||||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">UnitTest++.dir\RelWithDebInfo\</IntDir>
|
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">UnitTest++</TargetName>
|
|
||||||
<TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.lib</TargetExt>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|
||||||
<Optimization>Disabled</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>Debug</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2012_x86/Debug/UnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat></DebugInformationFormat>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>Release</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2012_x86/Release/UnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
||||||
<Optimization>MinSpace</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<DebugInformationFormat></DebugInformationFormat>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="MinSizeRel";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>MinSizeRel</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2012_x86/MinSizeRel/UnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
|
|
||||||
<ClCompile>
|
|
||||||
<AdditionalOptions> /Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<CompileAs>CompileAsCpp</CompileAs>
|
|
||||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
||||||
<ExceptionHandling>Sync</ExceptionHandling>
|
|
||||||
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|
||||||
<Optimization>MaxSpeed</Optimization>
|
|
||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
||||||
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
||||||
<WarningLevel>Level3</WarningLevel>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR="RelWithDebInfo";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AssemblerListingLocation>RelWithDebInfo</AssemblerListingLocation>
|
|
||||||
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
||||||
<ProgramDataBaseFileName>U:/unittest-cpp-pj/vs_projects/vs2012_x86/RelWithDebInfo/UnitTest++.pdb</ProgramDataBaseFileName>
|
|
||||||
</ClCompile>
|
|
||||||
<ResourceCompile>
|
|
||||||
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ResourceCompile>
|
|
||||||
<Midl>
|
|
||||||
<AdditionalIncludeDirectories>U:/unittest-cpp-pj/.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
<OutputDirectory>$(IntDir)</OutputDirectory>
|
|
||||||
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
||||||
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
||||||
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
||||||
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
||||||
</Midl>
|
|
||||||
</ItemDefinitionGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ClInclude Include="..\..\UnitTest++\AssertException.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CheckMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Checks.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CompositeTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Config.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CurrentTest.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\DeferredTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\DeferredTestResult.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ExceptionMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ExecuteTest.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\HelperMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\MemoryOutStream.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ReportAssert.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ReportAssertImpl.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Test.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestDetails.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestList.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestReporterStdout.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestResults.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestRunner.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestSuite.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TimeConstraint.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TimeHelpers.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\UnitTest++.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\UnitTestPP.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\XmlTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Win32\TimeHelpers.h" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\AssertException.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Checks.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\CompositeTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\CurrentTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\DeferredTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\DeferredTestResult.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\MemoryOutStream.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\ReportAssert.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Test.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestDetails.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestList.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestReporterStdout.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestResults.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestRunner.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TimeConstraint.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\XmlTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Win32\TimeHelpers.cpp" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
</ItemGroup>
|
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
||||||
<ImportGroup Label="ExtensionTargets">
|
|
||||||
</ImportGroup>
|
|
||||||
</Project>
|
|
||||||
|
|
@ -1,63 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ItemGroup>
|
|
||||||
<ClCompile Include="..\..\UnitTest++\AssertException.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Checks.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\CompositeTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\CurrentTest.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\DeferredTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\DeferredTestResult.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\MemoryOutStream.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\ReportAssert.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Test.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestDetails.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestList.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestReporterStdout.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestResults.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TestRunner.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\TimeConstraint.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\XmlTestReporter.cpp" />
|
|
||||||
<ClCompile Include="..\..\UnitTest++\Win32\TimeHelpers.cpp">
|
|
||||||
<Filter>Win32</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ClInclude Include="..\..\UnitTest++\AssertException.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CheckMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Checks.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CompositeTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Config.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\CurrentTest.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\DeferredTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\DeferredTestResult.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ExceptionMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ExecuteTest.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\HelperMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\MemoryOutStream.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ReportAssert.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\ReportAssertImpl.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Test.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestDetails.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestList.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestMacros.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestReporterStdout.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestResults.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestRunner.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TestSuite.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TimeConstraint.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\TimeHelpers.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\UnitTest++.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\UnitTestPP.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\XmlTestReporter.h" />
|
|
||||||
<ClInclude Include="..\..\UnitTest++\Win32\TimeHelpers.h">
|
|
||||||
<Filter>Win32</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<Filter Include="Win32">
|
|
||||||
<UniqueIdentifier>{27C32F86-0D7D-4B85-AF93-E62D39E9D551}</UniqueIdentifier>
|
|
||||||
</Filter>
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
|
||||||
10
xcode_projects/.gitignore
vendored
10
xcode_projects/.gitignore
vendored
|
|
@ -1,10 +0,0 @@
|
||||||
#######################################
|
|
||||||
# Temporary OS X files
|
|
||||||
|
|
||||||
.DS_Store
|
|
||||||
|
|
||||||
#######################################
|
|
||||||
# Personal XCode 4 settings
|
|
||||||
|
|
||||||
xcuserdata
|
|
||||||
*.xcuserstate
|
|
||||||
|
|
@ -1,580 +0,0 @@
|
||||||
// !$*UTF8*$!
|
|
||||||
{
|
|
||||||
archiveVersion = 1;
|
|
||||||
classes = {
|
|
||||||
};
|
|
||||||
objectVersion = 46;
|
|
||||||
objects = {
|
|
||||||
|
|
||||||
/* Begin PBXBuildFile section */
|
|
||||||
83D5FCED171F910E005B0069 /* AssertException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FCB5171F910E005B0069 /* AssertException.cpp */; };
|
|
||||||
83D5FCEE171F910E005B0069 /* AssertException.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCB6171F910E005B0069 /* AssertException.h */; };
|
|
||||||
83D5FCEF171F910E005B0069 /* CheckMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCB7171F910E005B0069 /* CheckMacros.h */; };
|
|
||||||
83D5FCF0171F910E005B0069 /* Checks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FCB8171F910E005B0069 /* Checks.cpp */; };
|
|
||||||
83D5FCF1171F910E005B0069 /* Checks.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCB9171F910E005B0069 /* Checks.h */; };
|
|
||||||
83D5FCF2171F910E005B0069 /* CompositeTestReporter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FCBA171F910E005B0069 /* CompositeTestReporter.cpp */; };
|
|
||||||
83D5FCF3171F910E005B0069 /* CompositeTestReporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCBB171F910E005B0069 /* CompositeTestReporter.h */; };
|
|
||||||
83D5FCF4171F910E005B0069 /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCBC171F910E005B0069 /* Config.h */; };
|
|
||||||
83D5FCF5171F910E005B0069 /* CurrentTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FCBD171F910E005B0069 /* CurrentTest.cpp */; };
|
|
||||||
83D5FCF6171F910E005B0069 /* CurrentTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCBE171F910E005B0069 /* CurrentTest.h */; };
|
|
||||||
83D5FCF7171F910E005B0069 /* DeferredTestReporter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FCBF171F910E005B0069 /* DeferredTestReporter.cpp */; };
|
|
||||||
83D5FCF8171F910E005B0069 /* DeferredTestReporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCC0171F910E005B0069 /* DeferredTestReporter.h */; };
|
|
||||||
83D5FCF9171F910E005B0069 /* DeferredTestResult.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FCC1171F910E005B0069 /* DeferredTestResult.cpp */; };
|
|
||||||
83D5FCFA171F910E005B0069 /* DeferredTestResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCC2171F910E005B0069 /* DeferredTestResult.h */; };
|
|
||||||
83D5FCFB171F910E005B0069 /* ExceptionMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCC3171F910E005B0069 /* ExceptionMacros.h */; };
|
|
||||||
83D5FCFC171F910E005B0069 /* ExecuteTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCC4171F910E005B0069 /* ExecuteTest.h */; };
|
|
||||||
83D5FCFD171F910E005B0069 /* HelperMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCC5171F910E005B0069 /* HelperMacros.h */; };
|
|
||||||
83D5FCFE171F910E005B0069 /* MemoryOutStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FCC7171F910E005B0069 /* MemoryOutStream.cpp */; };
|
|
||||||
83D5FCFF171F910E005B0069 /* MemoryOutStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCC8171F910E005B0069 /* MemoryOutStream.h */; };
|
|
||||||
83D5FD00171F910E005B0069 /* SignalTranslator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FCCA171F910E005B0069 /* SignalTranslator.cpp */; };
|
|
||||||
83D5FD01171F910E005B0069 /* SignalTranslator.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCCB171F910E005B0069 /* SignalTranslator.h */; };
|
|
||||||
83D5FD02171F910E005B0069 /* TimeHelpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FCCC171F910E005B0069 /* TimeHelpers.cpp */; };
|
|
||||||
83D5FD03171F910E005B0069 /* TimeHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCCD171F910E005B0069 /* TimeHelpers.h */; };
|
|
||||||
83D5FD04171F910E005B0069 /* ReportAssert.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FCCE171F910E005B0069 /* ReportAssert.cpp */; };
|
|
||||||
83D5FD05171F910E005B0069 /* ReportAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCCF171F910E005B0069 /* ReportAssert.h */; };
|
|
||||||
83D5FD06171F910E005B0069 /* ReportAssertImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCD0171F910E005B0069 /* ReportAssertImpl.h */; };
|
|
||||||
83D5FD07171F910E005B0069 /* Test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FCD1171F910E005B0069 /* Test.cpp */; };
|
|
||||||
83D5FD08171F910E005B0069 /* Test.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCD2171F910E005B0069 /* Test.h */; };
|
|
||||||
83D5FD09171F910E005B0069 /* TestDetails.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FCD3171F910E005B0069 /* TestDetails.cpp */; };
|
|
||||||
83D5FD0A171F910E005B0069 /* TestDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCD4171F910E005B0069 /* TestDetails.h */; };
|
|
||||||
83D5FD0B171F910E005B0069 /* TestList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FCD5171F910E005B0069 /* TestList.cpp */; };
|
|
||||||
83D5FD0C171F910E005B0069 /* TestList.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCD6171F910E005B0069 /* TestList.h */; };
|
|
||||||
83D5FD0D171F910E005B0069 /* TestMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCD7171F910E005B0069 /* TestMacros.h */; };
|
|
||||||
83D5FD0E171F910E005B0069 /* TestReporter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FCD8171F910E005B0069 /* TestReporter.cpp */; };
|
|
||||||
83D5FD0F171F910E005B0069 /* TestReporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCD9171F910E005B0069 /* TestReporter.h */; };
|
|
||||||
83D5FD10171F910E005B0069 /* TestReporterStdout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FCDA171F910E005B0069 /* TestReporterStdout.cpp */; };
|
|
||||||
83D5FD11171F910E005B0069 /* TestReporterStdout.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCDB171F910E005B0069 /* TestReporterStdout.h */; };
|
|
||||||
83D5FD12171F910E005B0069 /* TestResults.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FCDC171F910E005B0069 /* TestResults.cpp */; };
|
|
||||||
83D5FD13171F910E005B0069 /* TestResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCDD171F910E005B0069 /* TestResults.h */; };
|
|
||||||
83D5FD14171F910E005B0069 /* TestRunner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FCDE171F910E005B0069 /* TestRunner.cpp */; };
|
|
||||||
83D5FD15171F910E005B0069 /* TestRunner.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCDF171F910E005B0069 /* TestRunner.h */; };
|
|
||||||
83D5FD16171F910E005B0069 /* TestSuite.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCE0171F910E005B0069 /* TestSuite.h */; };
|
|
||||||
83D5FD17171F910E005B0069 /* TimeConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FCE1171F910E005B0069 /* TimeConstraint.cpp */; };
|
|
||||||
83D5FD18171F910E005B0069 /* TimeConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCE2171F910E005B0069 /* TimeConstraint.h */; };
|
|
||||||
83D5FD19171F910E005B0069 /* TimeHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCE3171F910E005B0069 /* TimeHelpers.h */; };
|
|
||||||
83D5FD1A171F910E005B0069 /* UnitTest++.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCE4171F910E005B0069 /* UnitTest++.h */; };
|
|
||||||
83D5FD1B171F910E005B0069 /* UnitTestPP.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCE5171F910E005B0069 /* UnitTestPP.h */; };
|
|
||||||
83D5FD1E171F910E005B0069 /* XmlTestReporter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FCEB171F910E005B0069 /* XmlTestReporter.cpp */; };
|
|
||||||
83D5FD1F171F910E005B0069 /* XmlTestReporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D5FCEC171F910E005B0069 /* XmlTestReporter.h */; };
|
|
||||||
83D5FD45171F9218005B0069 /* Main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FD2E171F9218005B0069 /* Main.cpp */; };
|
|
||||||
83D5FD46171F9218005B0069 /* TestAssertHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FD33171F9218005B0069 /* TestAssertHandler.cpp */; };
|
|
||||||
83D5FD47171F9218005B0069 /* TestCheckMacros.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FD34171F9218005B0069 /* TestCheckMacros.cpp */; };
|
|
||||||
83D5FD48171F9218005B0069 /* TestChecks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FD35171F9218005B0069 /* TestChecks.cpp */; };
|
|
||||||
83D5FD49171F9218005B0069 /* TestCompositeTestReporter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FD36171F9218005B0069 /* TestCompositeTestReporter.cpp */; };
|
|
||||||
83D5FD4A171F9218005B0069 /* TestCurrentTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FD37171F9218005B0069 /* TestCurrentTest.cpp */; };
|
|
||||||
83D5FD4B171F9218005B0069 /* TestDeferredTestReporter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FD38171F9218005B0069 /* TestDeferredTestReporter.cpp */; };
|
|
||||||
83D5FD4C171F9218005B0069 /* TestExceptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FD39171F9218005B0069 /* TestExceptions.cpp */; };
|
|
||||||
83D5FD4D171F9218005B0069 /* TestMemoryOutStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FD3A171F9218005B0069 /* TestMemoryOutStream.cpp */; };
|
|
||||||
83D5FD4E171F9218005B0069 /* TestTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FD3B171F9218005B0069 /* TestTest.cpp */; };
|
|
||||||
83D5FD4F171F9218005B0069 /* TestTestList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FD3C171F9218005B0069 /* TestTestList.cpp */; };
|
|
||||||
83D5FD50171F9218005B0069 /* TestTestMacros.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FD3D171F9218005B0069 /* TestTestMacros.cpp */; };
|
|
||||||
83D5FD51171F9218005B0069 /* TestTestResults.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FD3E171F9218005B0069 /* TestTestResults.cpp */; };
|
|
||||||
83D5FD52171F9218005B0069 /* TestTestRunner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FD3F171F9218005B0069 /* TestTestRunner.cpp */; };
|
|
||||||
83D5FD53171F9218005B0069 /* TestTestSuite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FD40171F9218005B0069 /* TestTestSuite.cpp */; };
|
|
||||||
83D5FD54171F9218005B0069 /* TestTimeConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FD41171F9218005B0069 /* TestTimeConstraint.cpp */; };
|
|
||||||
83D5FD55171F9218005B0069 /* TestTimeConstraintMacro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FD42171F9218005B0069 /* TestTimeConstraintMacro.cpp */; };
|
|
||||||
83D5FD56171F9218005B0069 /* TestUnitTestPP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FD43171F9218005B0069 /* TestUnitTestPP.cpp */; };
|
|
||||||
83D5FD57171F9218005B0069 /* TestXmlTestReporter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83D5FD44171F9218005B0069 /* TestXmlTestReporter.cpp */; };
|
|
||||||
83D5FD58171F9494005B0069 /* libUnitTest++.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8347D76F171F8D1C00FE3FC1 /* libUnitTest++.a */; };
|
|
||||||
/* End PBXBuildFile section */
|
|
||||||
|
|
||||||
/* Begin PBXCopyFilesBuildPhase section */
|
|
||||||
83D5FD22171F91B6005B0069 /* CopyFiles */ = {
|
|
||||||
isa = PBXCopyFilesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
dstPath = /usr/share/man/man1/;
|
|
||||||
dstSubfolderSpec = 0;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 1;
|
|
||||||
};
|
|
||||||
/* End PBXCopyFilesBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
|
||||||
8347D76F171F8D1C00FE3FC1 /* libUnitTest++.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libUnitTest++.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
||||||
83D5FCB5171F910E005B0069 /* AssertException.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AssertException.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FCB6171F910E005B0069 /* AssertException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AssertException.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCB7171F910E005B0069 /* CheckMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CheckMacros.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCB8171F910E005B0069 /* Checks.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Checks.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FCB9171F910E005B0069 /* Checks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Checks.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCBA171F910E005B0069 /* CompositeTestReporter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CompositeTestReporter.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FCBB171F910E005B0069 /* CompositeTestReporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CompositeTestReporter.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCBC171F910E005B0069 /* Config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Config.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCBD171F910E005B0069 /* CurrentTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CurrentTest.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FCBE171F910E005B0069 /* CurrentTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CurrentTest.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCBF171F910E005B0069 /* DeferredTestReporter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DeferredTestReporter.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FCC0171F910E005B0069 /* DeferredTestReporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DeferredTestReporter.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCC1171F910E005B0069 /* DeferredTestResult.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DeferredTestResult.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FCC2171F910E005B0069 /* DeferredTestResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DeferredTestResult.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCC3171F910E005B0069 /* ExceptionMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExceptionMacros.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCC4171F910E005B0069 /* ExecuteTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExecuteTest.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCC5171F910E005B0069 /* HelperMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HelperMacros.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCC7171F910E005B0069 /* MemoryOutStream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MemoryOutStream.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FCC8171F910E005B0069 /* MemoryOutStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemoryOutStream.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCCA171F910E005B0069 /* SignalTranslator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SignalTranslator.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FCCB171F910E005B0069 /* SignalTranslator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SignalTranslator.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCCC171F910E005B0069 /* TimeHelpers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TimeHelpers.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FCCD171F910E005B0069 /* TimeHelpers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TimeHelpers.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCCE171F910E005B0069 /* ReportAssert.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ReportAssert.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FCCF171F910E005B0069 /* ReportAssert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ReportAssert.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCD0171F910E005B0069 /* ReportAssertImpl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ReportAssertImpl.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCD1171F910E005B0069 /* Test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Test.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FCD2171F910E005B0069 /* Test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Test.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCD3171F910E005B0069 /* TestDetails.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestDetails.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FCD4171F910E005B0069 /* TestDetails.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestDetails.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCD5171F910E005B0069 /* TestList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestList.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FCD6171F910E005B0069 /* TestList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestList.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCD7171F910E005B0069 /* TestMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestMacros.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCD8171F910E005B0069 /* TestReporter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestReporter.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FCD9171F910E005B0069 /* TestReporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestReporter.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCDA171F910E005B0069 /* TestReporterStdout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestReporterStdout.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FCDB171F910E005B0069 /* TestReporterStdout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestReporterStdout.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCDC171F910E005B0069 /* TestResults.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestResults.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FCDD171F910E005B0069 /* TestResults.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestResults.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCDE171F910E005B0069 /* TestRunner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestRunner.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FCDF171F910E005B0069 /* TestRunner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestRunner.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCE0171F910E005B0069 /* TestSuite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestSuite.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCE1171F910E005B0069 /* TimeConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TimeConstraint.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FCE2171F910E005B0069 /* TimeConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TimeConstraint.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCE3171F910E005B0069 /* TimeHelpers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TimeHelpers.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCE4171F910E005B0069 /* UnitTest++.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UnitTest++.h"; sourceTree = "<group>"; };
|
|
||||||
83D5FCE5171F910E005B0069 /* UnitTestPP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UnitTestPP.h; sourceTree = "<group>"; };
|
|
||||||
83D5FCEB171F910E005B0069 /* XmlTestReporter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XmlTestReporter.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FCEC171F910E005B0069 /* XmlTestReporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XmlTestReporter.h; sourceTree = "<group>"; };
|
|
||||||
83D5FD24171F91B7005B0069 /* TestUnitTest++ */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "TestUnitTest++"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
||||||
83D5FD2E171F9218005B0069 /* Main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Main.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FD2F171F9218005B0069 /* RecordingReporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RecordingReporter.h; sourceTree = "<group>"; };
|
|
||||||
83D5FD30171F9218005B0069 /* ScopedCurrentTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScopedCurrentTest.h; sourceTree = "<group>"; };
|
|
||||||
83D5FD33171F9218005B0069 /* TestAssertHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestAssertHandler.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FD34171F9218005B0069 /* TestCheckMacros.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestCheckMacros.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FD35171F9218005B0069 /* TestChecks.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestChecks.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FD36171F9218005B0069 /* TestCompositeTestReporter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestCompositeTestReporter.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FD37171F9218005B0069 /* TestCurrentTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestCurrentTest.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FD38171F9218005B0069 /* TestDeferredTestReporter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestDeferredTestReporter.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FD39171F9218005B0069 /* TestExceptions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestExceptions.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FD3A171F9218005B0069 /* TestMemoryOutStream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestMemoryOutStream.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FD3B171F9218005B0069 /* TestTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestTest.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FD3C171F9218005B0069 /* TestTestList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestTestList.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FD3D171F9218005B0069 /* TestTestMacros.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestTestMacros.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FD3E171F9218005B0069 /* TestTestResults.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestTestResults.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FD3F171F9218005B0069 /* TestTestRunner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestTestRunner.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FD40171F9218005B0069 /* TestTestSuite.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestTestSuite.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FD41171F9218005B0069 /* TestTimeConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestTimeConstraint.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FD42171F9218005B0069 /* TestTimeConstraintMacro.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestTimeConstraintMacro.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FD43171F9218005B0069 /* TestUnitTestPP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestUnitTestPP.cpp; sourceTree = "<group>"; };
|
|
||||||
83D5FD44171F9218005B0069 /* TestXmlTestReporter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestXmlTestReporter.cpp; sourceTree = "<group>"; };
|
|
||||||
/* End PBXFileReference section */
|
|
||||||
|
|
||||||
/* Begin PBXFrameworksBuildPhase section */
|
|
||||||
8347D76C171F8D1C00FE3FC1 /* Frameworks */ = {
|
|
||||||
isa = PBXFrameworksBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
83D5FD21171F91B6005B0069 /* Frameworks */ = {
|
|
||||||
isa = PBXFrameworksBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
83D5FD58171F9494005B0069 /* libUnitTest++.a in Frameworks */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXFrameworksBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin PBXGroup section */
|
|
||||||
8347D766171F8D1C00FE3FC1 = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
83D5FCB4171F910E005B0069 /* UnitTest++ */,
|
|
||||||
83D5FD2D171F9218005B0069 /* tests */,
|
|
||||||
8347D770171F8D1C00FE3FC1 /* Products */,
|
|
||||||
);
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
8347D770171F8D1C00FE3FC1 /* Products */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
8347D76F171F8D1C00FE3FC1 /* libUnitTest++.a */,
|
|
||||||
83D5FD24171F91B7005B0069 /* TestUnitTest++ */,
|
|
||||||
);
|
|
||||||
name = Products;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
83D5FCB4171F910E005B0069 /* UnitTest++ */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
83D5FCB5171F910E005B0069 /* AssertException.cpp */,
|
|
||||||
83D5FCB6171F910E005B0069 /* AssertException.h */,
|
|
||||||
83D5FCB7171F910E005B0069 /* CheckMacros.h */,
|
|
||||||
83D5FCB8171F910E005B0069 /* Checks.cpp */,
|
|
||||||
83D5FCB9171F910E005B0069 /* Checks.h */,
|
|
||||||
83D5FCBA171F910E005B0069 /* CompositeTestReporter.cpp */,
|
|
||||||
83D5FCBB171F910E005B0069 /* CompositeTestReporter.h */,
|
|
||||||
83D5FCBC171F910E005B0069 /* Config.h */,
|
|
||||||
83D5FCBD171F910E005B0069 /* CurrentTest.cpp */,
|
|
||||||
83D5FCBE171F910E005B0069 /* CurrentTest.h */,
|
|
||||||
83D5FCBF171F910E005B0069 /* DeferredTestReporter.cpp */,
|
|
||||||
83D5FCC0171F910E005B0069 /* DeferredTestReporter.h */,
|
|
||||||
83D5FCC1171F910E005B0069 /* DeferredTestResult.cpp */,
|
|
||||||
83D5FCC2171F910E005B0069 /* DeferredTestResult.h */,
|
|
||||||
83D5FCC3171F910E005B0069 /* ExceptionMacros.h */,
|
|
||||||
83D5FCC4171F910E005B0069 /* ExecuteTest.h */,
|
|
||||||
83D5FCC5171F910E005B0069 /* HelperMacros.h */,
|
|
||||||
83D5FCC7171F910E005B0069 /* MemoryOutStream.cpp */,
|
|
||||||
83D5FCC8171F910E005B0069 /* MemoryOutStream.h */,
|
|
||||||
83D5FCC9171F910E005B0069 /* Posix */,
|
|
||||||
83D5FCCE171F910E005B0069 /* ReportAssert.cpp */,
|
|
||||||
83D5FCCF171F910E005B0069 /* ReportAssert.h */,
|
|
||||||
83D5FCD0171F910E005B0069 /* ReportAssertImpl.h */,
|
|
||||||
83D5FCD1171F910E005B0069 /* Test.cpp */,
|
|
||||||
83D5FCD2171F910E005B0069 /* Test.h */,
|
|
||||||
83D5FCD3171F910E005B0069 /* TestDetails.cpp */,
|
|
||||||
83D5FCD4171F910E005B0069 /* TestDetails.h */,
|
|
||||||
83D5FCD5171F910E005B0069 /* TestList.cpp */,
|
|
||||||
83D5FCD6171F910E005B0069 /* TestList.h */,
|
|
||||||
83D5FCD7171F910E005B0069 /* TestMacros.h */,
|
|
||||||
83D5FCD8171F910E005B0069 /* TestReporter.cpp */,
|
|
||||||
83D5FCD9171F910E005B0069 /* TestReporter.h */,
|
|
||||||
83D5FCDA171F910E005B0069 /* TestReporterStdout.cpp */,
|
|
||||||
83D5FCDB171F910E005B0069 /* TestReporterStdout.h */,
|
|
||||||
83D5FCDC171F910E005B0069 /* TestResults.cpp */,
|
|
||||||
83D5FCDD171F910E005B0069 /* TestResults.h */,
|
|
||||||
83D5FCDE171F910E005B0069 /* TestRunner.cpp */,
|
|
||||||
83D5FCDF171F910E005B0069 /* TestRunner.h */,
|
|
||||||
83D5FCE0171F910E005B0069 /* TestSuite.h */,
|
|
||||||
83D5FCE1171F910E005B0069 /* TimeConstraint.cpp */,
|
|
||||||
83D5FCE2171F910E005B0069 /* TimeConstraint.h */,
|
|
||||||
83D5FCE3171F910E005B0069 /* TimeHelpers.h */,
|
|
||||||
83D5FCE4171F910E005B0069 /* UnitTest++.h */,
|
|
||||||
83D5FCE5171F910E005B0069 /* UnitTestPP.h */,
|
|
||||||
83D5FCEB171F910E005B0069 /* XmlTestReporter.cpp */,
|
|
||||||
83D5FCEC171F910E005B0069 /* XmlTestReporter.h */,
|
|
||||||
);
|
|
||||||
name = "UnitTest++";
|
|
||||||
path = "../../UnitTest++";
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
83D5FCC9171F910E005B0069 /* Posix */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
83D5FCCA171F910E005B0069 /* SignalTranslator.cpp */,
|
|
||||||
83D5FCCB171F910E005B0069 /* SignalTranslator.h */,
|
|
||||||
83D5FCCC171F910E005B0069 /* TimeHelpers.cpp */,
|
|
||||||
83D5FCCD171F910E005B0069 /* TimeHelpers.h */,
|
|
||||||
);
|
|
||||||
path = Posix;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
83D5FD2D171F9218005B0069 /* tests */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
83D5FD2E171F9218005B0069 /* Main.cpp */,
|
|
||||||
83D5FD2F171F9218005B0069 /* RecordingReporter.h */,
|
|
||||||
83D5FD30171F9218005B0069 /* ScopedCurrentTest.h */,
|
|
||||||
83D5FD33171F9218005B0069 /* TestAssertHandler.cpp */,
|
|
||||||
83D5FD34171F9218005B0069 /* TestCheckMacros.cpp */,
|
|
||||||
83D5FD35171F9218005B0069 /* TestChecks.cpp */,
|
|
||||||
83D5FD36171F9218005B0069 /* TestCompositeTestReporter.cpp */,
|
|
||||||
83D5FD37171F9218005B0069 /* TestCurrentTest.cpp */,
|
|
||||||
83D5FD38171F9218005B0069 /* TestDeferredTestReporter.cpp */,
|
|
||||||
83D5FD39171F9218005B0069 /* TestExceptions.cpp */,
|
|
||||||
83D5FD3A171F9218005B0069 /* TestMemoryOutStream.cpp */,
|
|
||||||
83D5FD3B171F9218005B0069 /* TestTest.cpp */,
|
|
||||||
83D5FD3C171F9218005B0069 /* TestTestList.cpp */,
|
|
||||||
83D5FD3D171F9218005B0069 /* TestTestMacros.cpp */,
|
|
||||||
83D5FD3E171F9218005B0069 /* TestTestResults.cpp */,
|
|
||||||
83D5FD3F171F9218005B0069 /* TestTestRunner.cpp */,
|
|
||||||
83D5FD40171F9218005B0069 /* TestTestSuite.cpp */,
|
|
||||||
83D5FD41171F9218005B0069 /* TestTimeConstraint.cpp */,
|
|
||||||
83D5FD42171F9218005B0069 /* TestTimeConstraintMacro.cpp */,
|
|
||||||
83D5FD43171F9218005B0069 /* TestUnitTestPP.cpp */,
|
|
||||||
83D5FD44171F9218005B0069 /* TestXmlTestReporter.cpp */,
|
|
||||||
);
|
|
||||||
name = tests;
|
|
||||||
path = ../../tests;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
/* End PBXGroup section */
|
|
||||||
|
|
||||||
/* Begin PBXHeadersBuildPhase section */
|
|
||||||
8347D76D171F8D1C00FE3FC1 /* Headers */ = {
|
|
||||||
isa = PBXHeadersBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
83D5FCEE171F910E005B0069 /* AssertException.h in Headers */,
|
|
||||||
83D5FCEF171F910E005B0069 /* CheckMacros.h in Headers */,
|
|
||||||
83D5FCF1171F910E005B0069 /* Checks.h in Headers */,
|
|
||||||
83D5FCF3171F910E005B0069 /* CompositeTestReporter.h in Headers */,
|
|
||||||
83D5FCF4171F910E005B0069 /* Config.h in Headers */,
|
|
||||||
83D5FCF6171F910E005B0069 /* CurrentTest.h in Headers */,
|
|
||||||
83D5FCF8171F910E005B0069 /* DeferredTestReporter.h in Headers */,
|
|
||||||
83D5FCFA171F910E005B0069 /* DeferredTestResult.h in Headers */,
|
|
||||||
83D5FCFB171F910E005B0069 /* ExceptionMacros.h in Headers */,
|
|
||||||
83D5FCFC171F910E005B0069 /* ExecuteTest.h in Headers */,
|
|
||||||
83D5FCFD171F910E005B0069 /* HelperMacros.h in Headers */,
|
|
||||||
83D5FCFF171F910E005B0069 /* MemoryOutStream.h in Headers */,
|
|
||||||
83D5FD01171F910E005B0069 /* SignalTranslator.h in Headers */,
|
|
||||||
83D5FD03171F910E005B0069 /* TimeHelpers.h in Headers */,
|
|
||||||
83D5FD05171F910E005B0069 /* ReportAssert.h in Headers */,
|
|
||||||
83D5FD06171F910E005B0069 /* ReportAssertImpl.h in Headers */,
|
|
||||||
83D5FD08171F910E005B0069 /* Test.h in Headers */,
|
|
||||||
83D5FD0A171F910E005B0069 /* TestDetails.h in Headers */,
|
|
||||||
83D5FD0C171F910E005B0069 /* TestList.h in Headers */,
|
|
||||||
83D5FD0D171F910E005B0069 /* TestMacros.h in Headers */,
|
|
||||||
83D5FD0F171F910E005B0069 /* TestReporter.h in Headers */,
|
|
||||||
83D5FD11171F910E005B0069 /* TestReporterStdout.h in Headers */,
|
|
||||||
83D5FD13171F910E005B0069 /* TestResults.h in Headers */,
|
|
||||||
83D5FD15171F910E005B0069 /* TestRunner.h in Headers */,
|
|
||||||
83D5FD16171F910E005B0069 /* TestSuite.h in Headers */,
|
|
||||||
83D5FD18171F910E005B0069 /* TimeConstraint.h in Headers */,
|
|
||||||
83D5FD19171F910E005B0069 /* TimeHelpers.h in Headers */,
|
|
||||||
83D5FD1A171F910E005B0069 /* UnitTest++.h in Headers */,
|
|
||||||
83D5FD1B171F910E005B0069 /* UnitTestPP.h in Headers */,
|
|
||||||
83D5FD1F171F910E005B0069 /* XmlTestReporter.h in Headers */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXHeadersBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin PBXNativeTarget section */
|
|
||||||
8347D76E171F8D1C00FE3FC1 /* UnitTest++ */ = {
|
|
||||||
isa = PBXNativeTarget;
|
|
||||||
buildConfigurationList = 8347D773171F8D1C00FE3FC1 /* Build configuration list for PBXNativeTarget "UnitTest++" */;
|
|
||||||
buildPhases = (
|
|
||||||
8347D76B171F8D1C00FE3FC1 /* Sources */,
|
|
||||||
8347D76C171F8D1C00FE3FC1 /* Frameworks */,
|
|
||||||
8347D76D171F8D1C00FE3FC1 /* Headers */,
|
|
||||||
);
|
|
||||||
buildRules = (
|
|
||||||
);
|
|
||||||
dependencies = (
|
|
||||||
);
|
|
||||||
name = "UnitTest++";
|
|
||||||
productName = "UnitTest++";
|
|
||||||
productReference = 8347D76F171F8D1C00FE3FC1 /* libUnitTest++.a */;
|
|
||||||
productType = "com.apple.product-type.library.static";
|
|
||||||
};
|
|
||||||
83D5FD23171F91B6005B0069 /* TestUnitTest++ */ = {
|
|
||||||
isa = PBXNativeTarget;
|
|
||||||
buildConfigurationList = 83D5FD2A171F91B7005B0069 /* Build configuration list for PBXNativeTarget "TestUnitTest++" */;
|
|
||||||
buildPhases = (
|
|
||||||
83D5FD20171F91B6005B0069 /* Sources */,
|
|
||||||
83D5FD21171F91B6005B0069 /* Frameworks */,
|
|
||||||
83D5FD22171F91B6005B0069 /* CopyFiles */,
|
|
||||||
);
|
|
||||||
buildRules = (
|
|
||||||
);
|
|
||||||
dependencies = (
|
|
||||||
);
|
|
||||||
name = "TestUnitTest++";
|
|
||||||
productName = "TestUnitTest++";
|
|
||||||
productReference = 83D5FD24171F91B7005B0069 /* TestUnitTest++ */;
|
|
||||||
productType = "com.apple.product-type.tool";
|
|
||||||
};
|
|
||||||
/* End PBXNativeTarget section */
|
|
||||||
|
|
||||||
/* Begin PBXProject section */
|
|
||||||
8347D767171F8D1C00FE3FC1 /* Project object */ = {
|
|
||||||
isa = PBXProject;
|
|
||||||
attributes = {
|
|
||||||
LastUpgradeCheck = 0460;
|
|
||||||
ORGANIZATIONNAME = "UnitTest++";
|
|
||||||
};
|
|
||||||
buildConfigurationList = 8347D76A171F8D1C00FE3FC1 /* Build configuration list for PBXProject "UnitTest++" */;
|
|
||||||
compatibilityVersion = "Xcode 3.2";
|
|
||||||
developmentRegion = English;
|
|
||||||
hasScannedForEncodings = 0;
|
|
||||||
knownRegions = (
|
|
||||||
en,
|
|
||||||
);
|
|
||||||
mainGroup = 8347D766171F8D1C00FE3FC1;
|
|
||||||
productRefGroup = 8347D770171F8D1C00FE3FC1 /* Products */;
|
|
||||||
projectDirPath = "";
|
|
||||||
projectRoot = "";
|
|
||||||
targets = (
|
|
||||||
8347D76E171F8D1C00FE3FC1 /* UnitTest++ */,
|
|
||||||
83D5FD23171F91B6005B0069 /* TestUnitTest++ */,
|
|
||||||
);
|
|
||||||
};
|
|
||||||
/* End PBXProject section */
|
|
||||||
|
|
||||||
/* Begin PBXSourcesBuildPhase section */
|
|
||||||
8347D76B171F8D1C00FE3FC1 /* Sources */ = {
|
|
||||||
isa = PBXSourcesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
83D5FCED171F910E005B0069 /* AssertException.cpp in Sources */,
|
|
||||||
83D5FCF0171F910E005B0069 /* Checks.cpp in Sources */,
|
|
||||||
83D5FCF2171F910E005B0069 /* CompositeTestReporter.cpp in Sources */,
|
|
||||||
83D5FCF5171F910E005B0069 /* CurrentTest.cpp in Sources */,
|
|
||||||
83D5FCF7171F910E005B0069 /* DeferredTestReporter.cpp in Sources */,
|
|
||||||
83D5FCF9171F910E005B0069 /* DeferredTestResult.cpp in Sources */,
|
|
||||||
83D5FCFE171F910E005B0069 /* MemoryOutStream.cpp in Sources */,
|
|
||||||
83D5FD00171F910E005B0069 /* SignalTranslator.cpp in Sources */,
|
|
||||||
83D5FD02171F910E005B0069 /* TimeHelpers.cpp in Sources */,
|
|
||||||
83D5FD04171F910E005B0069 /* ReportAssert.cpp in Sources */,
|
|
||||||
83D5FD07171F910E005B0069 /* Test.cpp in Sources */,
|
|
||||||
83D5FD09171F910E005B0069 /* TestDetails.cpp in Sources */,
|
|
||||||
83D5FD0B171F910E005B0069 /* TestList.cpp in Sources */,
|
|
||||||
83D5FD0E171F910E005B0069 /* TestReporter.cpp in Sources */,
|
|
||||||
83D5FD10171F910E005B0069 /* TestReporterStdout.cpp in Sources */,
|
|
||||||
83D5FD12171F910E005B0069 /* TestResults.cpp in Sources */,
|
|
||||||
83D5FD14171F910E005B0069 /* TestRunner.cpp in Sources */,
|
|
||||||
83D5FD17171F910E005B0069 /* TimeConstraint.cpp in Sources */,
|
|
||||||
83D5FD1E171F910E005B0069 /* XmlTestReporter.cpp in Sources */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
83D5FD20171F91B6005B0069 /* Sources */ = {
|
|
||||||
isa = PBXSourcesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
83D5FD45171F9218005B0069 /* Main.cpp in Sources */,
|
|
||||||
83D5FD46171F9218005B0069 /* TestAssertHandler.cpp in Sources */,
|
|
||||||
83D5FD47171F9218005B0069 /* TestCheckMacros.cpp in Sources */,
|
|
||||||
83D5FD48171F9218005B0069 /* TestChecks.cpp in Sources */,
|
|
||||||
83D5FD49171F9218005B0069 /* TestCompositeTestReporter.cpp in Sources */,
|
|
||||||
83D5FD4A171F9218005B0069 /* TestCurrentTest.cpp in Sources */,
|
|
||||||
83D5FD4B171F9218005B0069 /* TestDeferredTestReporter.cpp in Sources */,
|
|
||||||
83D5FD4C171F9218005B0069 /* TestExceptions.cpp in Sources */,
|
|
||||||
83D5FD4D171F9218005B0069 /* TestMemoryOutStream.cpp in Sources */,
|
|
||||||
83D5FD4E171F9218005B0069 /* TestTest.cpp in Sources */,
|
|
||||||
83D5FD4F171F9218005B0069 /* TestTestList.cpp in Sources */,
|
|
||||||
83D5FD50171F9218005B0069 /* TestTestMacros.cpp in Sources */,
|
|
||||||
83D5FD51171F9218005B0069 /* TestTestResults.cpp in Sources */,
|
|
||||||
83D5FD52171F9218005B0069 /* TestTestRunner.cpp in Sources */,
|
|
||||||
83D5FD53171F9218005B0069 /* TestTestSuite.cpp in Sources */,
|
|
||||||
83D5FD54171F9218005B0069 /* TestTimeConstraint.cpp in Sources */,
|
|
||||||
83D5FD55171F9218005B0069 /* TestTimeConstraintMacro.cpp in Sources */,
|
|
||||||
83D5FD56171F9218005B0069 /* TestUnitTestPP.cpp in Sources */,
|
|
||||||
83D5FD57171F9218005B0069 /* TestXmlTestReporter.cpp in Sources */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXSourcesBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin XCBuildConfiguration section */
|
|
||||||
8347D771171F8D1C00FE3FC1 /* Debug */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
||||||
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
||||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
||||||
CLANG_CXX_LIBRARY = "libc++";
|
|
||||||
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
||||||
CLANG_WARN_EMPTY_BODY = YES;
|
|
||||||
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
||||||
CLANG_WARN_INT_CONVERSION = YES;
|
|
||||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
||||||
COPY_PHASE_STRIP = NO;
|
|
||||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
||||||
GCC_DYNAMIC_NO_PIC = NO;
|
|
||||||
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
||||||
GCC_OPTIMIZATION_LEVEL = 0;
|
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
||||||
"DEBUG=1",
|
|
||||||
"$(inherited)",
|
|
||||||
);
|
|
||||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
||||||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
||||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
||||||
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
|
||||||
SDKROOT = macosx;
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
8347D772171F8D1C00FE3FC1 /* Release */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
||||||
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
||||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
||||||
CLANG_CXX_LIBRARY = "libc++";
|
|
||||||
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
||||||
CLANG_WARN_EMPTY_BODY = YES;
|
|
||||||
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
||||||
CLANG_WARN_INT_CONVERSION = YES;
|
|
||||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
||||||
COPY_PHASE_STRIP = YES;
|
|
||||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
||||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
||||||
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
||||||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
||||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
||||||
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
|
||||||
SDKROOT = macosx;
|
|
||||||
};
|
|
||||||
name = Release;
|
|
||||||
};
|
|
||||||
8347D774171F8D1C00FE3FC1 /* Debug */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
EXECUTABLE_PREFIX = lib;
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
8347D775171F8D1C00FE3FC1 /* Release */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
EXECUTABLE_PREFIX = lib;
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
||||||
};
|
|
||||||
name = Release;
|
|
||||||
};
|
|
||||||
83D5FD2B171F91B7005B0069 /* Debug */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
HEADER_SEARCH_PATHS = "$(SRCROOT)/../../";
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
83D5FD2C171F91B7005B0069 /* Release */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
HEADER_SEARCH_PATHS = "$(SRCROOT)/../../";
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
||||||
};
|
|
||||||
name = Release;
|
|
||||||
};
|
|
||||||
/* End XCBuildConfiguration section */
|
|
||||||
|
|
||||||
/* Begin XCConfigurationList section */
|
|
||||||
8347D76A171F8D1C00FE3FC1 /* Build configuration list for PBXProject "UnitTest++" */ = {
|
|
||||||
isa = XCConfigurationList;
|
|
||||||
buildConfigurations = (
|
|
||||||
8347D771171F8D1C00FE3FC1 /* Debug */,
|
|
||||||
8347D772171F8D1C00FE3FC1 /* Release */,
|
|
||||||
);
|
|
||||||
defaultConfigurationIsVisible = 0;
|
|
||||||
defaultConfigurationName = Release;
|
|
||||||
};
|
|
||||||
8347D773171F8D1C00FE3FC1 /* Build configuration list for PBXNativeTarget "UnitTest++" */ = {
|
|
||||||
isa = XCConfigurationList;
|
|
||||||
buildConfigurations = (
|
|
||||||
8347D774171F8D1C00FE3FC1 /* Debug */,
|
|
||||||
8347D775171F8D1C00FE3FC1 /* Release */,
|
|
||||||
);
|
|
||||||
defaultConfigurationIsVisible = 0;
|
|
||||||
defaultConfigurationName = Release;
|
|
||||||
};
|
|
||||||
83D5FD2A171F91B7005B0069 /* Build configuration list for PBXNativeTarget "TestUnitTest++" */ = {
|
|
||||||
isa = XCConfigurationList;
|
|
||||||
buildConfigurations = (
|
|
||||||
83D5FD2B171F91B7005B0069 /* Debug */,
|
|
||||||
83D5FD2C171F91B7005B0069 /* Release */,
|
|
||||||
);
|
|
||||||
defaultConfigurationIsVisible = 0;
|
|
||||||
};
|
|
||||||
/* End XCConfigurationList section */
|
|
||||||
};
|
|
||||||
rootObject = 8347D767171F8D1C00FE3FC1 /* Project object */;
|
|
||||||
}
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<Workspace
|
|
||||||
version = "1.0">
|
|
||||||
<FileRef
|
|
||||||
location = "self:UnitTest++.xcodeproj">
|
|
||||||
</FileRef>
|
|
||||||
</Workspace>
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue