mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Removed redundant VS2022 project settings
This commit is contained in:
parent
5d7573e513
commit
7858d66884
@ -3830,11 +3830,6 @@
|
||||
<ClInclude Include="..\etl_profile.h" />
|
||||
<ClInclude Include="..\murmurhash3.h" />
|
||||
<ClInclude Include="..\iterators_for_unit_tests.h" />
|
||||
<ClInclude Include="..\syntax_check\c++03\etl_profile.h" />
|
||||
<ClInclude Include="..\syntax_check\c++11\etl_profile.h" />
|
||||
<ClInclude Include="..\syntax_check\c++14\etl_profile.h" />
|
||||
<ClInclude Include="..\syntax_check\c++17\etl_profile.h" />
|
||||
<ClInclude Include="..\syntax_check\c++20\etl_profile.h" />
|
||||
<ClInclude Include="..\unittest++\AssertException.h" />
|
||||
<ClInclude Include="..\unittest++\CheckMacros.h" />
|
||||
<ClInclude Include="..\unittest++\Checks.h" />
|
||||
@ -10703,11 +10698,6 @@
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug MSVC - No Checks|Win32'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug MSVC - Force C++03|Win32'">true</ExcludedFromBuild>
|
||||
</Text>
|
||||
<Text Include="..\syntax_check\c++03\CMakeLists.txt" />
|
||||
<Text Include="..\syntax_check\c++11\CMakeLists.txt" />
|
||||
<Text Include="..\syntax_check\c++14\CMakeLists.txt" />
|
||||
<Text Include="..\syntax_check\c++17\CMakeLists.txt" />
|
||||
<Text Include="..\syntax_check\c++20\CMakeLists.txt" />
|
||||
<Text Include="..\syntax_check\CMakeLists.txt" />
|
||||
<Text Include="..\syntax_check\log.txt">
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug MSVC C++20|Win32'">true</ExcludedFromBuild>
|
||||
|
||||
@ -1359,21 +1359,6 @@
|
||||
<ClInclude Include="..\..\include\etl\private\diagnostic_deprecated_push.h">
|
||||
<Filter>ETL\Private</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\syntax_check\c++03\etl_profile.h">
|
||||
<Filter>Tests\Syntax Checks\C++03</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\syntax_check\c++11\etl_profile.h">
|
||||
<Filter>Tests\Syntax Checks\C++11</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\syntax_check\c++14\etl_profile.h">
|
||||
<Filter>Tests\Syntax Checks\C++14</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\syntax_check\c++17\etl_profile.h">
|
||||
<Filter>Tests\Syntax Checks\C++17</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\syntax_check\c++20\etl_profile.h">
|
||||
<Filter>Tests\Syntax Checks\C++20</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\etl\private\diagnostic_stringop_overread_push.h">
|
||||
<Filter>ETL\Private</Filter>
|
||||
</ClInclude>
|
||||
@ -1542,6 +1527,9 @@
|
||||
<ClInclude Include="..\..\include\etl\const_multimap.h">
|
||||
<Filter>ETL\Containers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\etl\callback_timer_deferred_locked.h">
|
||||
<Filter>UnitTest++\Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\test_string_char.cpp">
|
||||
@ -3692,8 +3680,14 @@
|
||||
<ClCompile Include="..\test_crc16_opensafety_b.cpp">
|
||||
<Filter>Tests\CRC</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\syntax_check\callback_timer_deferred_locked.h.t.cpp">
|
||||
<Filter>Tests\Syntax Checks\Source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\test_callback_timer_deferred_locked.cpp">
|
||||
<Filter>Tests\Callback Timers</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\test_crc64_iso.cpp">
|
||||
<Filter>Tests</Filter>
|
||||
<Filter>Tests\CRC</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@ -3882,21 +3876,6 @@
|
||||
<Text Include="..\etl_error_handler\log_errors_and_exceptions\CMakeLists.txt">
|
||||
<Filter>Tests\Error Handler\Exceptions_And_Log_Errors</Filter>
|
||||
</Text>
|
||||
<Text Include="..\syntax_check\c++03\CMakeLists.txt">
|
||||
<Filter>Tests\Syntax Checks\C++03</Filter>
|
||||
</Text>
|
||||
<Text Include="..\syntax_check\c++11\CMakeLists.txt">
|
||||
<Filter>Tests\Syntax Checks\C++11</Filter>
|
||||
</Text>
|
||||
<Text Include="..\syntax_check\c++14\CMakeLists.txt">
|
||||
<Filter>Tests\Syntax Checks\C++14</Filter>
|
||||
</Text>
|
||||
<Text Include="..\syntax_check\c++17\CMakeLists.txt">
|
||||
<Filter>Tests\Syntax Checks\C++17</Filter>
|
||||
</Text>
|
||||
<Text Include="..\syntax_check\c++20\CMakeLists.txt">
|
||||
<Filter>Tests\Syntax Checks\C++20</Filter>
|
||||
</Text>
|
||||
<Text Include="..\syntax_check\log.txt">
|
||||
<Filter>Tests\Syntax Checks\Source</Filter>
|
||||
</Text>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user