Add GitHub workflows to solution file

This commit is contained in:
PJB3005
2025-12-17 18:18:40 +01:00
parent 5476cdeff9
commit 7826e9e365

View File

@@ -5,6 +5,16 @@
<BuildType Name="Release" />
<BuildType Name="Tools" />
</Configurations>
<Folder Name="/.github/" />
<Folder Name="/.github/workflows/">
<File Path=".github/workflows/benchmarks.yml" />
<File Path=".github/workflows/build-all-configurations.yml" />
<File Path=".github/workflows/build-docfx.yml" />
<File Path=".github/workflows/build-test.yml" />
<File Path=".github/workflows/codeql-analysis.yml" />
<File Path=".github/workflows/publish-client.yml" />
<File Path=".github/workflows/test-content.yml" />
</Folder>
<Folder Name="/cefglue/">
<Project Path="cefglue/CefGlue/CefGlue.csproj">
<BuildType Solution="DebugOpt|*" Project="Debug" />