diff --git a/build/tools/unimrcpservice.rc b/build/tools/unimrcpservice.rc new file mode 100644 index 00000000..a9cebe94 --- /dev/null +++ b/build/tools/unimrcpservice.rc @@ -0,0 +1,39 @@ +#include "uni_version.h" + +1 VERSIONINFO + FILEVERSION UNI_VERSION_STRING_CSV,0 + PRODUCTVERSION UNI_VERSION_STRING_CSV,0 + FILEFLAGSMASK 0x3fL +#if defined(_DEBUG) + FILEFLAGS 0x01L +#else + FILEFLAGS 0x00L +#endif +#if defined(WINNT) || defined(WIN64) + FILEOS 0x40004L +#else + FILEOS 0x4L +#endif + FILETYPE 0x1L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "Comments", UNI_LICENSE "\0" + VALUE "CompanyName", "UniMRCP\0" + VALUE "FileDescription", "UniMRCP Service Manager\0" + VALUE "FileVersion", UNI_VERSION_STRING "\0" + VALUE "InternalName", "unimrcpservice" "\0" + VALUE "LegalCopyright", UNI_COPYRIGHT "\0" + VALUE "OriginalFilename", "unimrcpservice.exe" "\0" + VALUE "ProductName", "UniMRCP Project\0" + VALUE "ProductVersion", UNI_VERSION_STRING "\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END diff --git a/build/tools/unimrcpservice.vcproj b/build/tools/unimrcpservice.vcproj index 1c0b1384..fec552b1 100644 --- a/build/tools/unimrcpservice.vcproj +++ b/build/tools/unimrcpservice.vcproj @@ -284,6 +284,42 @@ > + + + + + + + + + + + + + + diff --git a/build/tools/unimrcpservice.vcxproj b/build/tools/unimrcpservice.vcxproj index e2a7f1cc..f8bb3a34 100644 --- a/build/tools/unimrcpservice.vcxproj +++ b/build/tools/unimrcpservice.vcxproj @@ -122,6 +122,14 @@ false + + + ..\..\build;%(AdditionalIncludeDirectories) + ..\..\build;%(AdditionalIncludeDirectories) + ..\..\build;%(AdditionalIncludeDirectories) + ..\..\build;%(AdditionalIncludeDirectories) + + diff --git a/build/tools/unimrcpservice.vcxproj.filters b/build/tools/unimrcpservice.vcxproj.filters index 10e3c844..8a045331 100644 --- a/build/tools/unimrcpservice.vcxproj.filters +++ b/build/tools/unimrcpservice.vcxproj.filters @@ -11,4 +11,7 @@ src + + + \ No newline at end of file