You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'fix-system-header-inclusion' into 'main'
Fix system header inclusion for android agde & apple platforms
See merge request Sharpmake/sharpmake!620
Merge branch 'ci/revert-merge-request-pipelines' into 'main'
Revert "Merge branch 'ci/merge-request-pipeline' into 'main'"
See merge request Sharpmake/sharpmake!617
Merge branch 'fix-missing-include-paths-for-intellisense' into 'main'
Fix missing include paths for IntelliSense
See merge request Sharpmake/sharpmake!614
Merge branch 'dev/OSUSC-5111-allow-absolute-path-vcxproj' into 'main'
Allow specifying relative or absolute paths in vcxproj files
See merge request Sharpmake/sharpmake!604
Merge branch 'saudi/xcode-add-custom-lldb-init-file' into 'main'
Add option to set custom LLDB init file path
See merge request Sharpmake/sharpmake!603
[Vcxproj] Improve NuGet handling in packages.config mode & add necess…
…ary logic for package reference mode (#399)
* Fix nuget reference template for vcxproj.
We want VS to find files in build/native/ piror to files in build/
* Add <import> xml elements for .props files
* 1. Remove .props support
2. Add searching priority for reference files
* move NuGetPackageMode from CSharpProject to parent Project class
* Refactor nuget handling in Vcxproj.cs to generate PackageReference-style includes for C++ project.
(requires extra Directory.Build.props hack)
* minor fix
* Sync reference files for CI failure
* Add new sample CPPForcePackageReference
* Add reference files
* Update SamplesDef.json
* run UpdateSamplesOutput.bat
* Just let msbuild triggers download of missing nuget packages when compiling cpp (as msbuild command might not exists in CI)
---------
Co-authored-by: - <->
Adding Custom Working Directory for XCode (#404)
* Adding Custom Working Directory
* Moved CustomDirectory into options
* removed whitespace
* removed changes to targetName
Fixed Bff file error when AndroidAPILevel not set (#400)
ClangCompilerTarget is never set when the AndroidAPILevel is set to default, thus causing the Bff scripts to break.