URI:
       tdopewars.manifest - vaccinewars - be a doctor and try to vaccinate the world
  HTML git clone git://src.adamsgaard.dk/vaccinewars
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tdopewars.manifest (635B)
       ---
            1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
            2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
            3 <assemblyIdentity
            4     name="dopewars"
            5     processorArchitecture="*"
            6     version="1.0.0.0"
            7     type="win32"/>
            8 <description>dopewars drug dealing game</description>
            9 <dependency>
           10     <dependentAssembly>
           11         <assemblyIdentity
           12             type="win32"
           13             name="Microsoft.Windows.Common-Controls"
           14             version="6.0.0.0"
           15             processorArchitecture="*"
           16             publicKeyToken="6595b64144ccf1df"
           17             language="*"
           18         />
           19     </dependentAssembly>
           20 </dependency>
           21 </assembly>