source: dev/branches/x64_compiler_on_32/abdev/compiler_x64/manifest.xml@ 759

Last change on this file since 759 was 759, checked in by イグトランス (egtra), 16 years ago

マクロBUILD_X64_COMPILERの導入

File size: 530 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<assemblyIdentity
4version="1.0.0.0"
5processorArchitecture="*"
6name="abc.exe"
7type="win32"
8/>
9<description>Description</description>
10<dependency>
11<dependentAssembly>
12<assemblyIdentity
13type="win32"
14name="Microsoft.Windows.Common-Controls"
15version="6.0.0.0"
16processorArchitecture="*"
17publicKeyToken="6595b64144ccf1df"
18language="*"
19/>
20</dependentAssembly>
21</dependency>
22</assembly>
Note: See TracBrowser for help on using the repository browser.