summary refs log tree commit diff stats
path: root/plugins/doat/doat.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/doat/doat.vcxproj')
0 files changed, 0 insertions, 0 deletions
ision' href='/git-repos/torxchat.git/blame/src/fe-gtk/hexchat.rc.tt?h=fe-web&id=0061cd38d07396cfa42deaaa199c334b40f3d0d3'>^
c7bf4b04 ^
d03d6e60 ^
1f84c507 ^
d03d6e60 ^

2db80fa5 ^

d03d6e60 ^





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
                    
                                
 
                                                                  
 
                                            

                            

                                     





                                         

                                                                              
                                                                        
                                                                     






                                                            
#include <winver.h>
#include "../../config-win32.h"

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

XC_ICON ICON "../../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 "ProductName", "HexChat"
				VALUE "ProductVersion", PACKAGE_VERSION
				VALUE "FileVersion", PACKAGE_VERSION
			END
		END
		BLOCK "VarFileInfo"
		BEGIN
			VALUE "Translation", 0x0409, 0x04B0
		END
	END