From 18b791f06896dba9ff232c72bf89235c96f6075e Mon Sep 17 00:00:00 2001 From: drlsdee <45199822+drlsdee@users.noreply.github.com> Date: Wed, 19 Apr 2023 12:30:11 +0500 Subject: [PATCH 1/3] Updated .gitignore Added .aps extension --- win32/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/.gitignore b/win32/.gitignore index 89b69919..03a19a57 100644 --- a/win32/.gitignore +++ b/win32/.gitignore @@ -7,4 +7,4 @@ x64 x86 ?ebug ?elease - +.aps From c0becac23e66f5765e5a4d99a721d175ad87fcbd Mon Sep 17 00:00:00 2001 From: drlsdee <45199822+drlsdee@users.noreply.github.com> Date: Wed, 19 Apr 2023 13:41:57 +0500 Subject: [PATCH 2/3] Updated .gitignore Fixed *.aps extension --- win32/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/.gitignore b/win32/.gitignore index 03a19a57..ce33019f 100644 --- a/win32/.gitignore +++ b/win32/.gitignore @@ -7,4 +7,4 @@ x64 x86 ?ebug ?elease -.aps +*.aps From e44366926c2843fe60ce04a92f0664b41bf69127 Mon Sep 17 00:00:00 2001 From: drlsdee <45199822+drlsdee@users.noreply.github.com> Date: Wed, 19 Apr 2023 14:07:06 +0500 Subject: [PATCH 3/3] Resolves edenhill#429 Added resource kcat.rc containing version info to include in the binary Added resource.h --- win32/kcat.rc | Bin 0 -> 4066 bytes win32/kcat.vcxproj | 4 ++++ win32/resource.h | 14 ++++++++++++++ 3 files changed, 18 insertions(+) create mode 100644 win32/kcat.rc create mode 100644 win32/resource.h diff --git a/win32/kcat.rc b/win32/kcat.rc new file mode 100644 index 0000000000000000000000000000000000000000..a0686c05632c0c1e4fdf198550112c8e60c46720 GIT binary patch literal 4066 zcmd6qTTfF#5Xa})#P6_{7l~S0;lY?_B2XHnrG#FhPeg%M0@9|JsEMCl{rz`4ZBH+# z=tFaIy64Q9nVtF1ZTs`bmTg(Es$JQ+^{s0I?zRn~wV(}bWFPE?w>^8p6|7^IcFWy| zK4iUs)@PO6h^KR&18>rHWj%QE_Rt=%%T`=Bpx*NJ2JVZvy?zz6L9U%RI(yQ0m%e z{2zjjaA@H5JAM!GdJjK^M+y3K?)ixPJ_cVRzDX{N|N0^37NzVMft50;jo$^3)eMPls>%5%4`yoSD&p}dQ#%*-7=#YUnp87&>Z3{Z?2$KTWKV@_6BOnD zcdoEfx`Cck^7IUwO6b^(J6E6{Lv6B_V=g+y`5H*QVV9@quEV#>bCQ|okk{_{dd0)7 zaqE0l$5dY&P)S{K(&<`txA6Fk-x3(qW9K^NUDbO)93(ya#p#j^a2$eEX^tmY5hP!5 z7vi0GPtac@noZ)`_#+9|eh{Nk#=0s|soN1d7woHTlS`H8gSvNnQfB7aHeAAr-{{Dm2QRkwD{O4P6~>E6LcT{~l$DOwGtzzG&+ZJ2&f8JOkrop+Hd z$LOSe16o4N*BZDAnH(0V7B$a0MCc07E|Iv!*6w(IB`L`*(>DEDA!4pId6PW)h+kl^z9?V4}x_?x)Y zFLX`_&}UBvI!^?!P$fLGx8z}!_a1t>#B;<~>6Db>8+aF|&KqgBFy31|y$9F%cMCgz_k8DiPM zUdB1piBbH7#77WSmVAb;bEnQoF1at37RMU)8{uEYN zI<;9h-zx8thnj_Vop^O}Xc4s|x_*l9`g!9P$s;}c`mg_e lwu$uosW|)J$8mHE)^ANwR(D&L$C{{`YK#AL7UM2WzW_TJ_D=u+ literal 0 HcmV?d00001 diff --git a/win32/kcat.vcxproj b/win32/kcat.vcxproj index e3b6e16b..b6464f6a 100644 --- a/win32/kcat.vcxproj +++ b/win32/kcat.vcxproj @@ -115,6 +115,7 @@ + @@ -129,6 +130,9 @@ + + + diff --git a/win32/resource.h b/win32/resource.h new file mode 100644 index 00000000..4193d800 --- /dev/null +++ b/win32/resource.h @@ -0,0 +1,14 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by kcat.rc + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 101 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1001 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif