summary refs log tree commit diff stats
path: root/plugins/wmpa/wmpa.def
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wmpa/wmpa.def')
0 files changed, 0 insertions, 0 deletions
@gmail.com> 2013-12-27 12:05:07 -0800 committer Arnavion <arnavion@gmail.com> 2013-12-27 12:05:07 -0800 Replaced use of T4 templates with PS-based templates.' href='/git-repos/torxchat.git/commit/src/fe-gtk/hexchat.rc.tt?h=fix-ub&id=c7bf4b0474c613f81e3724043386373d7bc7d2a3'>c7bf4b04 ^
d03d6e60 ^
9858784e ^
d03d6e60 ^

2db80fa5 ^

d03d6e60 ^





534cd280 ^
b6877ccf ^
534cd280 ^
d03d6e60 ^
2db80fa5 ^
d03d6e60 ^






1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
                    
                    
 
                                                                  
 
                                                                                

                            

                                     





                                         
                                                                              
                                                               
                                                               
                                                                        
                                                                     






                                                            
#include <winver.h>
#include "config.h"

#define COMMA_VERSION <#= [string]::Join(',', $versionParts) #>,0

XC_ICON ICON "<#= $env:SOLUTIONDIR -replace '\\', '/' #>data/icons/hexchat.ico"

VS_VERSION_INFO VERSIONINFO
	FILEVERSION    COMMA_VERSION
	PRODUCTVERSION COMMA_VERSION
	BEGIN
		BLOCK "StringFileInfo"
		BEGIN
			BLOCK "040904B0"
			BEGIN
				
				VALUE "FileDescription", "HexChat IRC Client"
				VALUE "CompanyName", "HexChat"
				VALUE "ProductName", "HexChat"
				VALUE "ProductVersion", PACKAGE_VERSION
				VALUE "FileVersion", PACKAGE_VERSION
			END
		END
		BLOCK "VarFileInfo"
		BEGIN
			VALUE "Translation", 0x0409, 0x04B0
		END
	END