Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC.
		
			
				
	
	
		
			29 lines
		
	
	
		
			793 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			793 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#ifndef WIN32_LEAN_AND_MEAN
 | 
						|
#define WIN32_LEAN_AND_MEAN
 | 
						|
#endif
 | 
						|
#include <windows.h>
 | 
						|
 | 
						|
1 RT_MANIFEST "test.manifest"
 | 
						|
 | 
						|
VS_VERSION_INFO VERSIONINFO
 | 
						|
FILEVERSION     1,0,0,0
 | 
						|
FILEOS          VOS_NT_WINDOWS32
 | 
						|
FILETYPE        VFT_APP
 | 
						|
BEGIN
 | 
						|
        BLOCK "StringFileInfo"
 | 
						|
        BEGIN
 | 
						|
                BLOCK "000004b0"
 | 
						|
                BEGIN
 | 
						|
                        VALUE "CompanyName", "MultiMC & PolyMC Contributors"
 | 
						|
                        VALUE "FileDescription", "Testcase"
 | 
						|
                        VALUE "FileVersion", "1.0.0.0"
 | 
						|
                        VALUE "ProductName", "Launcher Testcase"
 | 
						|
                        VALUE "ProductVersion", "5"
 | 
						|
                END
 | 
						|
        END
 | 
						|
        BLOCK "VarFileInfo"
 | 
						|
        BEGIN
 | 
						|
                VALUE "Translation", 0x0000, 0x04b0 // Unicode
 | 
						|
        END
 | 
						|
END
 |