Last change
on this file since 429 was 424, checked in by dai, 17 years ago |
System.Xml関連のクラスを仮実装してみた(まだ満足な機能レベルではない…)。
|
File size:
1022 bytes
|
Rev | Line | |
---|
[221] | 1 | ' インデックス プログラム
|
---|
| 2 |
|
---|
| 3 | 'Win32APIの定義ファイル
|
---|
[224] | 4 |
|
---|
| 5 | 'プロジェクト内のプログラム ファイル
|
---|
| 6 | #include "ObjectTest.ab"
|
---|
[246] | 7 | _ClearNamespaceImported
|
---|
[226] | 8 | #include "StringTest.ab"
|
---|
[246] | 9 | _ClearNamespaceImported
|
---|
[230] | 10 | #include "GCHandleTest.ab"
|
---|
[246] | 11 | _ClearNamespaceImported
|
---|
[257] | 12 | #include "VersionTest.ab"
|
---|
| 13 | _ClearNamespaceImported
|
---|
[254] | 14 | #include "PathTest.ab"
|
---|
| 15 | _ClearNamespaceImported
|
---|
[264] | 16 | #include "DateTimeTest.ab"
|
---|
| 17 | _ClearNamespaceImported
|
---|
[272] | 18 | #include "ActiveBasic.StringsTest.ab"
|
---|
| 19 | _ClearNamespaceImported
|
---|
| 20 | #include "StringBuilderTest.ab"
|
---|
| 21 | _ClearNamespaceImported
|
---|
[334] | 22 | #include "BlittableTest.ab"
|
---|
| 23 | _ClearNamespaceImported
|
---|
[335] | 24 | #include "SPrintFTest.ab"
|
---|
| 25 | _ClearNamespaceImported
|
---|
[340] | 26 | #include "DelegateTest.ab"
|
---|
| 27 | _ClearNamespaceImported
|
---|
[356] | 28 | #include "InterfaceTest.ab"
|
---|
| 29 | _ClearNamespaceImported
|
---|
[375] | 30 | #include "ExceptionTest.ab"
|
---|
| 31 | _ClearNamespaceImported
|
---|
[403] | 32 | #include "TypeInfoTest.ab"
|
---|
| 33 | _ClearNamespaceImported
|
---|
[411] | 34 | #include "EncodingTest.ab"
|
---|
| 35 | _ClearNamespaceImported
|
---|
[424] | 36 | #include "XmlTest.ab"
|
---|
| 37 | _ClearNamespaceImported
|
---|
| 38 |
|
---|
| 39 | 'リソースファイル
|
---|
| 40 | #include "resource.ab"
|
---|
| 41 | #resource "SimpleTestCase.rc"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.