summaryrefslogtreecommitdiff
path: root/Bus/IvyFileMon/res/IvyFileMon.manifest
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:08:16 +0000
committerfcolin2007-02-01 13:08:16 +0000
commit0c09741b74c37d8a458bd6b35f46f8606fd8026a (patch)
tree77a93beb630999c943122ca59f60c09a23fd18d7 /Bus/IvyFileMon/res/IvyFileMon.manifest
parent2fc77451bbfcaaba60aeea6f19e134bce58c6f03 (diff)
downloadivy-cplusplus-0c09741b74c37d8a458bd6b35f46f8606fd8026a.zip
ivy-cplusplus-0c09741b74c37d8a458bd6b35f46f8606fd8026a.tar.gz
ivy-cplusplus-0c09741b74c37d8a458bd6b35f46f8606fd8026a.tar.bz2
ivy-cplusplus-0c09741b74c37d8a458bd6b35f46f8606fd8026a.tar.xz
Utilisateur : Fcolin Date : 8/11/02 Heure : 11:50 Créé Commentaire: (vss 1)
Diffstat (limited to 'Bus/IvyFileMon/res/IvyFileMon.manifest')
-rw-r--r--Bus/IvyFileMon/res/IvyFileMon.manifest22
1 files changed, 22 insertions, 0 deletions
diff --git a/Bus/IvyFileMon/res/IvyFileMon.manifest b/Bus/IvyFileMon/res/IvyFileMon.manifest
new file mode 100644
index 0000000..b68a5ce
--- /dev/null
+++ b/Bus/IvyFileMon/res/IvyFileMon.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
+ version="1.0.0.0"
+ processorArchitecture="X86"
+ name="Microsoft.Windows.IvyFileMon"
+ type="win32"
+/>
+<description>Tapez ici une description de votre application</description>
+<dependency>
+ <dependentAssembly>
+ <assemblyIdentity
+ type="win32"
+ name="Microsoft.Windows.Common-Controls"
+ version="6.0.0.0"
+ processorArchitecture="X86"
+ publicKeyToken="6595b64144ccf1df"
+ language="*"
+ />
+ </dependentAssembly>
+</dependency>
+</assembly>