Showing posts with label ChatGPT. Show all posts
Showing posts with label ChatGPT. Show all posts

Sunday, June 1, 2025

【Visual Studio】是否可以將不同的平台的輸出放在同一個專案內

因需求需要同時產出 Windows 的動態函式庫 .DLL 檔,並用同樣的 Code 產生 Android 的 .so 檔,為了降低專案數量與其他同伴的建置難度,思考是否能不同平台的輸出,放在同一個專案(Project)內,並採用切換 Plateform 的方式進行專案的建置?

 

熱門文章