Last active
August 5, 2017 17:47
-
-
Save brucemcpherson/6332931 to your computer and use it in GitHub Desktop.
cplace manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<gistThat info="this is a manifest for gistThat VBA code distribution - see ramblings.mcpher.com for details"> | |
<manifest description="cPlace example demo" contact="[email protected]"> | |
<gists> | |
<item1 gistid="6321540" version="" filename="testPlace.vba" module="testPlace" type="module"/> | |
<item2 gistid="6321540" version="" filename="cPlace.cls" module="cPlace" type="class"/> | |
<item3 guid="{000204EF-0000-0000-C000-000000000046}" name="VBA" major="4" minor="0" description="Visual Basic For Applications" type="reference"/> | |
<item4 guid="{00020813-0000-0000-C000-000000000046}" name="Excel" major="1" minor="6" description="Microsoft Excel 12.0 Object Library" type="reference"/> | |
<item5 guid="{00020430-0000-0000-C000-000000000046}" name="stdole" major="2" minor="0" description="OLE Automation" type="reference"/> | |
<item6 guid="{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}" name="Office" major="2" minor="4" description="Microsoft Office 12.0 Object Library" type="reference"/> | |
</gists> | |
</manifest> | |
</gistThat> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment