mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
VS2022 project update
This commit is contained in:
parent
3cd03fcb7f
commit
ee04aa76c5
5
.gitignore
vendored
5
.gitignore
vendored
@ -414,3 +414,8 @@ test/vs2022/Debug Clang C++20 - Optimised -O2
|
|||||||
include/etl/header_file_list.txt
|
include/etl/header_file_list.txt
|
||||||
temp
|
temp
|
||||||
test/syntax_check/build-make
|
test/syntax_check/build-make
|
||||||
|
hugo/public
|
||||||
|
hugo/resources
|
||||||
|
hugo/.hugo_build.lock
|
||||||
|
docs/*.html
|
||||||
|
test/build-coverage
|
||||||
|
|||||||
@ -11526,6 +11526,7 @@
|
|||||||
<None Include="..\list_test_files.ps1" />
|
<None Include="..\list_test_files.ps1" />
|
||||||
<None Include="..\list_test_files.sh" />
|
<None Include="..\list_test_files.sh" />
|
||||||
<None Include="..\meson.build" />
|
<None Include="..\meson.build" />
|
||||||
|
<None Include="..\run-coverage.sh" />
|
||||||
<None Include="..\run-syntax-checks.sh" />
|
<None Include="..\run-syntax-checks.sh" />
|
||||||
<None Include="..\run-tests.sh" />
|
<None Include="..\run-tests.sh" />
|
||||||
<None Include="cpp.hint" />
|
<None Include="cpp.hint" />
|
||||||
|
|||||||
@ -3798,7 +3798,7 @@
|
|||||||
<Filter>Tests\Callbacks & Delegates</Filter>
|
<Filter>Tests\Callbacks & Delegates</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\test_print.cpp">
|
<ClCompile Include="..\test_print.cpp">
|
||||||
<Filter>Tests</Filter>
|
<Filter>Tests\Strings</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@ -3979,6 +3979,17 @@
|
|||||||
<None Include="..\..\.github\workflows\gcc-c++23.yml">
|
<None Include="..\..\.github\workflows\gcc-c++23.yml">
|
||||||
<Filter>Resource Files\CI\Github</Filter>
|
<Filter>Resource Files\CI\Github</Filter>
|
||||||
</None>
|
</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>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Text Include="..\..\support\Release notes.txt">
|
<Text Include="..\..\support\Release notes.txt">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user