Logo
Explore Help
Register Sign In
foldcc/com.unity.ide.cursor
1
0
Fork 0
You've already forked com.unity.ide.cursor
mirror of https://github.com/boxqkrtm/com.unity.ide.cursor.git synced 2026-05-16 07:20:06 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
fd8ff1fb700caf062eb5cce364c1d0a85f99ebe6
com.unity.ide.cursor/Editor/COMIntegration/COMIntegration~/howtobuild.txt

10 lines
352 B
Plaintext
Raw Normal View History

com.unity.ide.visualstudio@2.0.16 ## [2.0.16] - 2022-06-08 Integration: - Prevent ADB Refresh while being in safe-mode with a URP project - Fixed an issue keeping the progress bar visible even after opening a script with Visual Studio.
2022-06-08 00:00:00 +00:00
Direct style:
cl /EHsc /std:c++17 COMIntegration.cpp /link Shlwapi.lib /out:"..\Release\COMIntegration.exe"
com.unity.ide.visualstudio@2.0.17 ## [2.0.17] - 2022-12-06 Integration: - Fix rare deadlocks while discovering or launching Visual Studio on Windows. - Improve launching Visual Studio on macOs. Project generation: - Include analyzers from response files. - Update supported C# versions. - Performance improvements.
2022-12-06 00:00:00 +00:00
For a debug build with PDB:
cl /EHsc /std:c++17 /Z7 /DEBUG:FULL COMIntegration.cpp /link Shlwapi.lib /out:"..\Release\COMIntegration.exe"
com.unity.ide.visualstudio@2.0.16 ## [2.0.16] - 2022-06-08 Integration: - Prevent ADB Refresh while being in safe-mode with a URP project - Fixed an issue keeping the progress bar visible even after opening a script with Visual Studio.
2022-06-08 00:00:00 +00:00
CMake style:
cmake ../COMIntegration~ -B ./build
cmake --build ./build --config=release -- /p:OutDir=..
Reference in New Issue Copy Permalink
Powered by Gitea
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API