support for compiling in visual studio 2019 on windows 10 64bit
<!-- See our full bug reporting guidelines at https://inkscape.org/contribute/report-bugs/ Writing a good bug report will ensure we'll be able to help efficiently. 🙂 --> #### Summary: support for compiling on windows using msys64 in visual studio 2019 on windows 10 64bit ... (write here) #### Steps to reproduce: try to generate scripts for a ninja or vsproj build based on the existing cmaske files on windows 10 64bit in visuial studio 2019 #### What happened? the make scripts failed to generate correctly #### What should have happened? the make scripts should have generated correctly note: vsproj insists on using vs tool chain and can't be overridden only ninja support is viable for vs2019 Sample attachments: i fixed the cmake files and can upload but i still have a bug with file permissions that i believe is local to myself. #### Version Info: ``` - 1.0: ... <!-- (run inkscape -V or copy from Help → About Inkscape, top right) --> - windows: ... - Operating System version: 10 64bit ... ``` <!-- ❤️ Thank you for filling in a new bug report, we appreciate the help! ❤️ Please be patient while we try to find the time to look into your issue. Remember that Inkscape is developed by volunteers in their spare time, we'll try our best to respond to all reports. --> <!-- Please be careful when/after writing # for example in logs, code, or versions of linux - use inline code span - single backticks (`) before and after it, like this - `#1618` - use multi-line code block - triple backticks (```) to fence/enclose console logs - attach long logs as a text file. -->
issue