Add version resources and tweak name and other strings

This commit is contained in:
Cameron Gutman
2018-11-10 22:37:18 -08:00
parent a6136ee16e
commit aff55adf7f
4 changed files with 32 additions and 3 deletions
+20
View File
@@ -0,0 +1,20 @@
#include <windows.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "Moonlight Game Streaming Project"
VALUE "FileDescription", "IPv6 Forwarder for GameStream"
VALUE "ProductName", "IPv6 Forwarder for GameStream"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1252
END
END
+3
View File
@@ -150,6 +150,9 @@
<ClCompile Include="GSv6Fwd.cpp" />
<ClCompile Include="pcp.cpp" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="GSv6Fwd.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
+5
View File
@@ -22,4 +22,9 @@
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="GSv6Fwd.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>