source: trunk/TestCase/SimpleTestCase/SimpleTestCase.manifest.xml@ 435

Last change on this file since 435 was 221, checked in by dai, 17 years ago

Stringクラスのコンストラクタに0バイトのChar配列を引き渡すとString.Charsへのメモリ確保が行われないバグを修正。
SimpleTestCaseプロジェクトをアップロード

File size: 473 bytes
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3 <description>Description</description>
4 <dependency>
5 <dependentAssembly>
6 <assemblyIdentity
7 type="win32"
8 name="Microsoft.Windows.Common-Controls"
9 version="6.0.0.0"
10 processorArchitecture="#PLATFORM#"
11 publicKeyToken="6595b64144ccf1df"
12 language="*" />
13 </dependentAssembly>
14 </dependency>
15</assembly>
Note: See TracBrowser for help on using the repository browser.