| 1 |
# Microsoft Developer Studio Project File - Name="CppUnitTestApp" - Package Owner=<4> |
| 2 |
# Microsoft Developer Studio Generated Build File, Format Version 6.00 |
| 3 |
# ** 編集しないでください ** |
| 4 |
|
| 5 |
# TARGTYPE "Win32 (x86) Application" 0x0101 |
| 6 |
|
| 7 |
CFG=CppUnitTestApp - Win32 Debug |
| 8 |
!MESSAGE これは有効なメイクファイルではありません。 このプロジェクトをビルドするためには NMAKE を使用してください。 |
| 9 |
!MESSAGE [メイクファイルのエクスポート] コマンドを使用して実行してください |
| 10 |
!MESSAGE |
| 11 |
!MESSAGE NMAKE /f "CppUnitTestApp.mak". |
| 12 |
!MESSAGE |
| 13 |
!MESSAGE NMAKE の実行時に構成を指定できます |
| 14 |
!MESSAGE コマンド ライン上でマクロの設定を定義します。例: |
| 15 |
!MESSAGE |
| 16 |
!MESSAGE NMAKE /f "CppUnitTestApp.mak" CFG="CppUnitTestApp - Win32 Debug" |
| 17 |
!MESSAGE |
| 18 |
!MESSAGE 選択可能なビルド モード: |
| 19 |
!MESSAGE |
| 20 |
!MESSAGE "CppUnitTestApp - Win32 Release" ("Win32 (x86) Application" 用) |
| 21 |
!MESSAGE "CppUnitTestApp - Win32 Debug" ("Win32 (x86) Application" 用) |
| 22 |
!MESSAGE |
| 23 |
|
| 24 |
# Begin Project |
| 25 |
# PROP AllowPerConfigDependencies 0 |
| 26 |
# PROP Scc_ProjName "" |
| 27 |
# PROP Scc_LocalPath "" |
| 28 |
CPP=cl.exe |
| 29 |
MTL=midl.exe |
| 30 |
RSC=rc.exe |
| 31 |
|
| 32 |
!IF "$(CFG)" == "CppUnitTestApp - Win32 Release" |
| 33 |
|
| 34 |
# PROP BASE Use_MFC 6 |
| 35 |
# PROP BASE Use_Debug_Libraries 0 |
| 36 |
# PROP BASE Output_Dir "Release" |
| 37 |
# PROP BASE Intermediate_Dir "Release" |
| 38 |
# PROP BASE Target_Dir "" |
| 39 |
# PROP Use_MFC 6 |
| 40 |
# PROP Use_Debug_Libraries 0 |
| 41 |
# PROP Output_Dir "Release" |
| 42 |
# PROP Intermediate_Dir "Release" |
| 43 |
# PROP Ignore_Export_Lib 0 |
| 44 |
# PROP Target_Dir "" |
| 45 |
# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c |
| 46 |
# ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "../../../include" /I "../.." /I "../Src" /I "../Src/TomboLib" /I "." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /D "CPPUNIT_USE_TYPEINFO" /D "PLATFORM_WIN32" /FD /c |
| 47 |
# SUBTRACT CPP /YX /Yc /Yu |
| 48 |
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 |
| 49 |
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 |
| 50 |
# ADD BASE RSC /l 0x40c /d "NDEBUG" /d "_AFXDLL" |
| 51 |
# ADD RSC /l 0x40c /d "NDEBUG" /d "_AFXDLL" |
| 52 |
BSC32=bscmake.exe |
| 53 |
# ADD BASE BSC32 /nologo |
| 54 |
# ADD BSC32 /nologo |
| 55 |
LINK32=link.exe |
| 56 |
# ADD BASE LINK32 /nologo /subsystem:windows /machine:I386 |
| 57 |
# ADD LINK32 ../../../Lib/cppunit.lib ../../../Lib/testrunner.lib /nologo /subsystem:windows /machine:I386 |
| 58 |
|
| 59 |
!ELSEIF "$(CFG)" == "CppUnitTestApp - Win32 Debug" |
| 60 |
|
| 61 |
# PROP BASE Use_MFC 6 |
| 62 |
# PROP BASE Use_Debug_Libraries 1 |
| 63 |
# PROP BASE Output_Dir "Debug" |
| 64 |
# PROP BASE Intermediate_Dir "Debug" |
| 65 |
# PROP BASE Target_Dir "" |
| 66 |
# PROP Use_MFC 6 |
| 67 |
# PROP Use_Debug_Libraries 1 |
| 68 |
# PROP Output_Dir "Debug" |
| 69 |
# PROP Intermediate_Dir "Debug" |
| 70 |
# PROP Ignore_Export_Lib 0 |
| 71 |
# PROP Target_Dir "" |
| 72 |
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c |
| 73 |
# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "../Src" /I "../Src/TomboLib" /I "../Src/YAEdit" /I "." /I "../cppunit/include" /I "../oniguruma/" /I "../Src/TSSRepository/" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /D "CPPUNIT_USE_TYPEINFO" /D "PLATFORM_WIN32" /D "USE_CPPUNIT" /D "TOMBO" /FD /GZ /c |
| 74 |
# SUBTRACT CPP /YX /Yc /Yu |
| 75 |
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 |
| 76 |
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 |
| 77 |
# ADD BASE RSC /l 0x40c /d "_DEBUG" /d "_AFXDLL" |
| 78 |
# ADD RSC /l 0x40c /d "_DEBUG" /d "_AFXDLL" |
| 79 |
BSC32=bscmake.exe |
| 80 |
# ADD BASE BSC32 /nologo |
| 81 |
# ADD BSC32 /nologo |
| 82 |
LINK32=link.exe |
| 83 |
# ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept |
| 84 |
# ADD LINK32 ../cppunit/lib/cppunitd.lib ../cppunit/lib/testrunnerd.lib ws2_32.lib wininet.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept |
| 85 |
|
| 86 |
!ENDIF |
| 87 |
|
| 88 |
# Begin Target |
| 89 |
|
| 90 |
# Name "CppUnitTestApp - Win32 Release" |
| 91 |
# Name "CppUnitTestApp - Win32 Debug" |
| 92 |
# Begin Group "GUI" |
| 93 |
|
| 94 |
# PROP Default_Filter "" |
| 95 |
# Begin Source File |
| 96 |
|
| 97 |
SOURCE=.\CppUnitTestApp.cpp |
| 98 |
# End Source File |
| 99 |
# Begin Source File |
| 100 |
|
| 101 |
SOURCE=.\CppUnitTestApp.h |
| 102 |
# End Source File |
| 103 |
# Begin Source File |
| 104 |
|
| 105 |
SOURCE=.\CppUnitTestApp.rc |
| 106 |
# End Source File |
| 107 |
# Begin Source File |
| 108 |
|
| 109 |
SOURCE=.\CppUnitTestAppDlg.cpp |
| 110 |
# End Source File |
| 111 |
# Begin Source File |
| 112 |
|
| 113 |
SOURCE=.\CppUnitTestAppDlg.h |
| 114 |
# End Source File |
| 115 |
# Begin Source File |
| 116 |
|
| 117 |
SOURCE=.\Resource.h |
| 118 |
# End Source File |
| 119 |
# Begin Source File |
| 120 |
|
| 121 |
SOURCE=.\StdAfx.cpp |
| 122 |
# ADD CPP /Yc"stdafx.h" |
| 123 |
# End Source File |
| 124 |
# Begin Source File |
| 125 |
|
| 126 |
SOURCE=.\StdAfx.h |
| 127 |
# End Source File |
| 128 |
# End Group |
| 129 |
# Begin Group "Resource Files" |
| 130 |
|
| 131 |
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" |
| 132 |
# Begin Source File |
| 133 |
|
| 134 |
SOURCE=.\res\CppUnitTestApp.ico |
| 135 |
# End Source File |
| 136 |
# Begin Source File |
| 137 |
|
| 138 |
SOURCE=.\res\CppUnitTestApp.rc2 |
| 139 |
# End Source File |
| 140 |
# End Group |
| 141 |
# Begin Group "Tests" |
| 142 |
|
| 143 |
# PROP Default_Filter "" |
| 144 |
# Begin Source File |
| 145 |
|
| 146 |
SOURCE=.\test\CryptTest.cpp |
| 147 |
# End Source File |
| 148 |
# Begin Source File |
| 149 |
|
| 150 |
SOURCE=.\test\MemoInfoTest.cpp |
| 151 |
# End Source File |
| 152 |
# Begin Source File |
| 153 |
|
| 154 |
SOURCE=.\test\RegexTest.cpp |
| 155 |
# End Source File |
| 156 |
# Begin Source File |
| 157 |
|
| 158 |
SOURCE=.\test\SharedStringTest.cpp |
| 159 |
# End Source File |
| 160 |
# Begin Source File |
| 161 |
|
| 162 |
SOURCE=.\test\TomboURITest.cpp |
| 163 |
# End Source File |
| 164 |
# Begin Source File |
| 165 |
|
| 166 |
SOURCE=.\test\UniConvTest.cpp |
| 167 |
# End Source File |
| 168 |
# Begin Source File |
| 169 |
|
| 170 |
SOURCE=.\test\URIScannerTest.cpp |
| 171 |
# End Source File |
| 172 |
# Begin Source File |
| 173 |
|
| 174 |
SOURCE=.\test\VarBufferTest.cpp |
| 175 |
# End Source File |
| 176 |
# Begin Source File |
| 177 |
|
| 178 |
SOURCE=.\test\XXXTest.cpp |
| 179 |
# End Source File |
| 180 |
# Begin Source File |
| 181 |
|
| 182 |
SOURCE=.\test\YAEditDocTest.cpp |
| 183 |
# End Source File |
| 184 |
# End Group |
| 185 |
# Begin Group "Target" |
| 186 |
|
| 187 |
# PROP Default_Filter "" |
| 188 |
# Begin Group "YAEdit" |
| 189 |
|
| 190 |
# PROP Default_Filter "" |
| 191 |
# Begin Source File |
| 192 |
|
| 193 |
SOURCE=..\Src\YAEdit\MemManager.cpp |
| 194 |
# End Source File |
| 195 |
# Begin Source File |
| 196 |
|
| 197 |
SOURCE=..\Src\YAEdit\MemManager.h |
| 198 |
# End Source File |
| 199 |
# Begin Source File |
| 200 |
|
| 201 |
SOURCE=..\Src\YAEdit\PhysicalLineManager.cpp |
| 202 |
# End Source File |
| 203 |
# Begin Source File |
| 204 |
|
| 205 |
SOURCE=..\Src\YAEdit\PhysicalLineManager.h |
| 206 |
# End Source File |
| 207 |
# Begin Source File |
| 208 |
|
| 209 |
SOURCE=..\Src\YAEdit\Region.h |
| 210 |
# End Source File |
| 211 |
# Begin Source File |
| 212 |
|
| 213 |
SOURCE=..\Src\YAEdit\StringSplitter.cpp |
| 214 |
# End Source File |
| 215 |
# Begin Source File |
| 216 |
|
| 217 |
SOURCE=..\Src\YAEdit\StringSplitter.h |
| 218 |
# End Source File |
| 219 |
# Begin Source File |
| 220 |
|
| 221 |
SOURCE=..\Src\YAEdit\YAEditDoc.cpp |
| 222 |
# End Source File |
| 223 |
# Begin Source File |
| 224 |
|
| 225 |
SOURCE=..\Src\YAEdit\YAEditDoc.h |
| 226 |
# End Source File |
| 227 |
# End Group |
| 228 |
# Begin Group "misc" |
| 229 |
|
| 230 |
# PROP Default_Filter "" |
| 231 |
# Begin Source File |
| 232 |
|
| 233 |
SOURCE=..\Src\TomboLib\AutoPtr.cpp |
| 234 |
# End Source File |
| 235 |
# Begin Source File |
| 236 |
|
| 237 |
SOURCE=..\Src\GNUPG\bithelp.h |
| 238 |
# End Source File |
| 239 |
# Begin Source File |
| 240 |
|
| 241 |
SOURCE=..\Src\GNUPG\blowfish.c |
| 242 |
# End Source File |
| 243 |
# Begin Source File |
| 244 |
|
| 245 |
SOURCE=..\Src\Chipher.h |
| 246 |
# End Source File |
| 247 |
# Begin Source File |
| 248 |
|
| 249 |
SOURCE=..\Src\Crypt.cpp |
| 250 |
# End Source File |
| 251 |
# Begin Source File |
| 252 |
|
| 253 |
SOURCE=..\Src\Crypt.h |
| 254 |
# End Source File |
| 255 |
# Begin Source File |
| 256 |
|
| 257 |
SOURCE=..\Src\CryptManager.cpp |
| 258 |
# End Source File |
| 259 |
# Begin Source File |
| 260 |
|
| 261 |
SOURCE=..\Src\CryptManager.h |
| 262 |
# End Source File |
| 263 |
# Begin Source File |
| 264 |
|
| 265 |
SOURCE=..\Src\TomboLib\File.cpp |
| 266 |
# End Source File |
| 267 |
# Begin Source File |
| 268 |
|
| 269 |
SOURCE=..\Src\TomboLib\File.h |
| 270 |
# End Source File |
| 271 |
# Begin Source File |
| 272 |
|
| 273 |
SOURCE=..\Src\TomboLib\HttpUtil.cpp |
| 274 |
# End Source File |
| 275 |
# Begin Source File |
| 276 |
|
| 277 |
SOURCE=..\Src\TomboLib\HttpUtil.h |
| 278 |
# End Source File |
| 279 |
# Begin Source File |
| 280 |
|
| 281 |
SOURCE=.\test\HttpUtilTest.cpp |
| 282 |
# End Source File |
| 283 |
# Begin Source File |
| 284 |
|
| 285 |
SOURCE=..\Src\TSSRepository\LocalCache.cpp |
| 286 |
# End Source File |
| 287 |
# Begin Source File |
| 288 |
|
| 289 |
SOURCE=..\Src\TSSRepository\LocalCache.h |
| 290 |
# End Source File |
| 291 |
# Begin Source File |
| 292 |
|
| 293 |
SOURCE=.\test\LocalCacheTest.cpp |
| 294 |
# End Source File |
| 295 |
# Begin Source File |
| 296 |
|
| 297 |
SOURCE=..\Src\GNUPG\md5.c |
| 298 |
# End Source File |
| 299 |
# Begin Source File |
| 300 |
|
| 301 |
SOURCE=..\Src\MemoInfo.cpp |
| 302 |
# End Source File |
| 303 |
# Begin Source File |
| 304 |
|
| 305 |
SOURCE=..\Src\MemoInfo.h |
| 306 |
# End Source File |
| 307 |
# Begin Source File |
| 308 |
|
| 309 |
SOURCE=..\Src\Message.cpp |
| 310 |
# End Source File |
| 311 |
# Begin Source File |
| 312 |
|
| 313 |
SOURCE=..\Src\Message.h |
| 314 |
# End Source File |
| 315 |
# Begin Source File |
| 316 |
|
| 317 |
SOURCE=..\Src\TomboURI.cpp |
| 318 |
# End Source File |
| 319 |
# Begin Source File |
| 320 |
|
| 321 |
SOURCE=..\Src\TomboURI.h |
| 322 |
# End Source File |
| 323 |
# Begin Source File |
| 324 |
|
| 325 |
SOURCE=..\Src\TomboLib\TString.cpp |
| 326 |
# End Source File |
| 327 |
# Begin Source File |
| 328 |
|
| 329 |
SOURCE=..\Src\TomboLib\TString.h |
| 330 |
# End Source File |
| 331 |
# Begin Source File |
| 332 |
|
| 333 |
SOURCE=..\Src\TomboLib\Uniconv.cpp |
| 334 |
# End Source File |
| 335 |
# Begin Source File |
| 336 |
|
| 337 |
SOURCE=..\Src\TomboLib\Uniconv.h |
| 338 |
# End Source File |
| 339 |
# Begin Source File |
| 340 |
|
| 341 |
SOURCE=..\Src\URIScanner.cpp |
| 342 |
# End Source File |
| 343 |
# Begin Source File |
| 344 |
|
| 345 |
SOURCE=..\Src\URIScanner.h |
| 346 |
# End Source File |
| 347 |
# Begin Source File |
| 348 |
|
| 349 |
SOURCE=..\Src\regex\util.c |
| 350 |
# End Source File |
| 351 |
# Begin Source File |
| 352 |
|
| 353 |
SOURCE=..\Src\TomboLib\VarBuffer.cpp |
| 354 |
# End Source File |
| 355 |
# Begin Source File |
| 356 |
|
| 357 |
SOURCE=..\Src\TomboLib\VarBuffer.h |
| 358 |
# End Source File |
| 359 |
# Begin Source File |
| 360 |
|
| 361 |
SOURCE=..\oniguruma\win32\oniguruma.lib |
| 362 |
# End Source File |
| 363 |
# End Group |
| 364 |
# End Group |
| 365 |
# Begin Source File |
| 366 |
|
| 367 |
SOURCE=..\Src\TSSRepository\TSSCrypt.cpp |
| 368 |
# End Source File |
| 369 |
# Begin Source File |
| 370 |
|
| 371 |
SOURCE=..\Src\TSSRepository\TSSCrypt.h |
| 372 |
# End Source File |
| 373 |
# End Target |
| 374 |
# End Project |