summary refs log tree commit diff stats
path: root/win32/installer
AgeCommit message (Collapse)Author
2012-07-11Rebranding on the file levelBerke Viktor
2012-07-11Fix Perl 5.16 installation in x64 installerBerke Viktor
2012-06-17Another bunch of fixes and additions to the XTMBerke Viktor
2012-06-17Add XChat Theme Manager (TingPing)Patrick Griffs
2012-06-15Add .user files and .gitignoreBerke Viktor
2012-06-15Add x64 support to the VS solutionBerke Viktor
2012-06-15Update paths for x64 installer tooBerke Viktor
2012-06-15LOTS of fixes to the VS solutionBerke Viktor
2012-06-10Add projects for making the installerBerke Viktor
                  



                             
                                               












                                                
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  <assemblyIdentity
    name="HexChat"
    processorArchitecture="*"
    version="1.0.0.0"
    type="win32"
  />
  <description>HexChat IRC Client</description>
  <dependency>
    <dependentAssembly>
      <assemblyIdentity
        type="win32"
        name="Microsoft.Windows.Common-Controls"
        version="6.0.0.0"
        processorArchitecture="*"
        publicKeyToken="6595b64144ccf1df"
        language="*"
      />
    </dependentAssembly>
  </dependency>
</assembly>