1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-01-09 04:38:01 -05:00
Simba/Projects/ScriptManager/project1.manifest
Merlijn Wajer 5440b8d802 Merge mc_teo's initial script manager work.
Squashed commit of the following:

commit 1d7101946d
Merge: 5e27247 a115d1b
Author: Merlijn Wajer <merlijn@wizzup.org>
Date:   Tue Oct 11 13:50:09 2011 +0200

    Merge remote branch 'mcteo/master' into script-manager

    Conflicts:
    	Projects/ScriptManager/scriptmanager.lfm
    	Projects/ScriptManager/scriptmanager.pas

commit 5e272475c5
Merge: bd415f5 e60a542
Author: Merlijn Wajer <merlijn@wizzup.org>
Date:   Sun Oct 9 22:56:12 2011 +0200

    Merge branch 'master' into script-manager

commit a115d1b37b
Merge: e10ff5e 9602559
Author: Thomas Dunne <mc_teo@live.ie>
Date:   Sat Aug 13 12:08:08 2011 +0100

    Dist Cleaned the files, removed binaries, etc.

commit e10ff5efc1
Author: Thomas Dunne <mc_teo@live.ie>
Date:   Sat Aug 13 11:57:26 2011 +0100

    Test Update 0.1

commit a0c8a75bc1
Merge: b825a17 6936a1f
Author: Thomas Dunne <mc_teo@live.ie>
Date:   Sat Aug 13 11:56:58 2011 +0100

    Merge branch 'updateable'

commit b825a17bd2
Author: Thomas Dunne <mc_teo@live.ie>
Date:   Fri Aug 12 17:24:21 2011 +0100

    Updated more code to make it cleaner?

commit 6936a1f193
Author: Thomas Dunne <mc_teo@live.ie>
Date:   Fri Aug 12 17:21:58 2011 +0100

    Fixed Manager to actually work, started adding multiple repository support.

commit bd415f596a
Merge: b072e88 da0de6e
Author: Merlijn Wajer <merlijn@wizzup.org>
Date:   Sat Jul 30 00:15:22 2011 +0200

    Merge branch 'master' into script-manager

commit b072e8859d
Author: Thomas Dunne <mc_teo@live.ie>
Date:   Fri Jul 8 15:26:20 2011 +0100

    Forgot to add the updated form as well. Updated with column, and layout tweaks.

commit 31560cf871
Author: Thomas Dunne <mc_teo@live.ie>
Date:   Fri Jul 8 13:38:34 2011 +0100

    Worked on the GUI, fixed loading of script lists, left is installing/updating them

commit 51bf2fccd3
Author: Thomas Dunne <mc_teo@live.ie>
Date:   Fri Jul 8 15:26:20 2011 +0100

    Forgot to add the updated form as well. Updated with column, and layout tweaks.

commit ecd96be99c
Author: Thomas Dunne <mc_teo@live.ie>
Date:   Fri Jul 8 13:38:34 2011 +0100

    Worked on the GUI, fixed loading of script lists, left is installing/updating them
2011-10-11 16:54:16 +02:00

17 lines
791 B
XML

<?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="*" name="CompanyName.ProductName.YourApp" type="win32"/>
<description>Your application description here.</description>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
</dependentAssembly>
</dependency>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>