Files
com.unity.ide.cursor/Editor/COMIntegration/COMIntegration~/howtobuild.txt
Unity Technologies 7c58d4170b 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

7 lines
213 B
Plaintext

Direct style:
cl /EHsc /std:c++17 COMIntegration.cpp /link Shlwapi.lib /out:"..\Release\COMIntegration.exe"
CMake style:
cmake ../COMIntegration~ -B ./build
cmake --build ./build --config=release -- /p:OutDir=..