diff options
author | fcolin | 2007-02-01 13:12:37 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:12:37 +0000 |
commit | 53eeaf8a273b2ae0e40f1dcdc4305d99290ea4b6 (patch) | |
tree | fbc36fad691297c9c9d14daa62b8d5be4add9f79 /IvyProbe | |
parent | 1b0ddf4d0fee7138985299db77e6b8d594cee535 (diff) | |
download | ivy-cplusplus-53eeaf8a273b2ae0e40f1dcdc4305d99290ea4b6.zip ivy-cplusplus-53eeaf8a273b2ae0e40f1dcdc4305d99290ea4b6.tar.gz ivy-cplusplus-53eeaf8a273b2ae0e40f1dcdc4305d99290ea4b6.tar.bz2 ivy-cplusplus-53eeaf8a273b2ae0e40f1dcdc4305d99290ea4b6.tar.xz |
Utilisateur : Fcolin Date : 26/02/03 Heure : 16:40 Créé Commentaire: suppression bouton clock start (vss 1)
Diffstat (limited to 'IvyProbe')
-rw-r--r-- | IvyProbe/res/IvyProbe.manifest | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/IvyProbe/res/IvyProbe.manifest b/IvyProbe/res/IvyProbe.manifest new file mode 100644 index 0000000..752fcd2 --- /dev/null +++ b/IvyProbe/res/IvyProbe.manifest @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly
+ xmlns="urn:schemas-microsoft-com:asm.v1"
+ manifestVersion="1.0">
+<assemblyIdentity
+ processorArchitecture="x86"
+ version="5.1.0.0"
+ type="win32"
+ name="IvyProbe
+ <description>IvyProbe Application</description>
+ <dependency>
+ <dependentAssembly>
+ <assemblyIdentity
+ type="win32"
+ name="Microsoft.Windows.Common-Controls"
+ version="6.0.0.0"
+ publicKeyToken="6595b64144ccf1df"
+ language="*"
+ processorArchitecture="x86"/>
+ </dependentAssembly>
+ </dependency>
+</assembly>
|