VS2022 project update

This commit is contained in:
John Wellbelove 2026-04-05 14:03:25 +01:00
parent 3cd03fcb7f
commit ee04aa76c5
3 changed files with 18 additions and 1 deletions

5
.gitignore vendored
View File

@ -414,3 +414,8 @@ test/vs2022/Debug Clang C++20 - Optimised -O2
include/etl/header_file_list.txt
temp
test/syntax_check/build-make
hugo/public
hugo/resources
hugo/.hugo_build.lock
docs/*.html
test/build-coverage

View File

@ -11526,6 +11526,7 @@
<None Include="..\list_test_files.ps1" />
<None Include="..\list_test_files.sh" />
<None Include="..\meson.build" />
<None Include="..\run-coverage.sh" />
<None Include="..\run-syntax-checks.sh" />
<None Include="..\run-tests.sh" />
<None Include="cpp.hint" />

View File

@ -3798,7 +3798,7 @@
<Filter>Tests\Callbacks &amp; Delegates</Filter>
</ClCompile>
<ClCompile Include="..\test_print.cpp">
<Filter>Tests</Filter>
<Filter>Tests\Strings</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
@ -3979,6 +3979,17 @@
<None Include="..\..\.github\workflows\gcc-c++23.yml">
<Filter>Resource Files\CI\Github</Filter>
</None>
<None Include="..\..\docs\_index.md">
<Filter>Documentation</Filter>
</None>
<None Include="..\..\docs\custom.css">
<Filter>Documentation</Filter>
</None>
<None Include="..\..\.github\workflows\clang-format.yaml" />
<None Include="..\..\.github\workflows\clang-format_update.yaml" />
<None Include="..\run-coverage.sh">
<Filter>Tests\Scripts</Filter>
</None>
</ItemGroup>
<ItemGroup>
<Text Include="..\..\support\Release notes.txt">