source:
trunk/TestCase/SimpleTestCase/SimpleTestCase.pj@
451
Last change on this file since 451 was 432, checked in by , 17 years ago | |
---|---|
File size: 656 bytes |
Rev | Line | |
---|---|---|
[221] | 1 | ' ActiveBasic Project file. |
2 | ||
3 | #VERSION=10 | |
4 | ||
5 | #MODULETYPE=0 | |
6 | ||
7 | #NAME=SimpleTestCase | |
8 | ||
[355] | 9 | #PLATFORM=32 |
[221] | 10 | |
11 | #USEWINDOW=0 | |
12 | ||
13 | #OPTION=&H00030000 | |
14 | ||
15 | #OUTPUT_RELEASE=.\SimpleTestCase.exe | |
16 | ||
17 | #OUTPUT_DEBUG=.\SimpleTestCase_debug.exe | |
18 | ||
19 | #MANIFEST=SimpleTestCase.manifest.xml | |
20 | ||
21 | #DEBUG_CMD_LINE= | |
22 | ||
23 | #DEBUG_EXE_PATH= | |
24 | ||
[411] | 25 | #RESOURCE=SimpleTestCase.rc |
[221] | 26 | |
27 | #SOURCE | |
28 | SimpleTestCase.ab | |
[224] | 29 | ObjectTest.ab |
[226] | 30 | StringTest.ab |
[230] | 31 | GCHandleTest.ab |
[257] | 32 | VersionTest.ab |
[254] | 33 | PathTest.ab |
[264] | 34 | DateTimeTest.ab |
[272] | 35 | ActiveBasic.StringsTest.ab |
36 | StringBuilderTest.ab | |
[334] | 37 | BlittableTest.ab |
[335] | 38 | SPrintFTest.ab |
[340] | 39 | DelegateTest.ab |
[356] | 40 | InterfaceTest.ab |
[375] | 41 | ExceptionTest.ab |
[403] | 42 | TypeInfoTest.ab |
[411] | 43 | EncodingTest.ab |
[432] | 44 | StreamTest.ab |
[424] | 45 | XmlTest.ab |
Note:
See TracBrowser
for help on using the repository browser.