Skip to content

Commit

Permalink
Merge pull request #164 from ckormanyos/msvc2022_in_ci
Browse files Browse the repository at this point in the history
Msvc2022 in ci
  • Loading branch information
ckormanyos authored May 28, 2022
2 parents 54b51ab + 0aea169 commit 17700b3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
6 changes: 4 additions & 2 deletions wide_decimal_vs2022.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>NotSet</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='wide-decimal-debug|x64'" Label="Configuration">
Expand All @@ -50,7 +49,6 @@
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>NotSet</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
Expand Down Expand Up @@ -244,9 +242,13 @@
</ItemGroup>
<ItemGroup>
<None Include=".clang-tidy" />
<None Include=".gcov\make\make_gcov_01_generic.gmk" />
<None Include=".gcov\make\make_gcov_02_files.gmk" />
<None Include=".gcov\make\make_gcov_03_flags.gmk" />
<None Include=".github\toolchains\gcc.cmake" />
<None Include=".github\workflows\wide_decimal.yml" />
<None Include=".github\workflows\wide_decimal_sonar.yml" />
<None Include=".props\Directory.Build.props" />
<None Include=".tidy\make\make_tidy_01_generic.gmk" />
<None Include=".tidy\make\make_tidy_02_files.gmk" />
<None Include=".tidy\make\make_tidy_03_flags.gmk" />
Expand Down
21 changes: 21 additions & 0 deletions wide_decimal_vs2022.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@
<Filter Include="Source Files\boost\multiprecision\detail">
<UniqueIdentifier>{b9dd9544-f8a4-4034-8cb3-10c06fc8e156}</UniqueIdentifier>
</Filter>
<Filter Include=".gcov">
<UniqueIdentifier>{c5334470-1c92-41ca-8c4d-e3a16c6e35cb}</UniqueIdentifier>
</Filter>
<Filter Include=".gcov\make">
<UniqueIdentifier>{073ae4a3-c703-437f-8dd2-c8e872f29e62}</UniqueIdentifier>
</Filter>
<Filter Include=".props">
<UniqueIdentifier>{5e8867a6-4552-4667-a2c3-87203a8ac998}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="examples\example001b_roots_almost_integer.cpp">
Expand Down Expand Up @@ -271,6 +280,18 @@
<Filter>.github\workflows</Filter>
</None>
<None Include="sonar-project.properties" />
<None Include=".gcov\make\make_gcov_03_flags.gmk">
<Filter>.gcov\make</Filter>
</None>
<None Include=".gcov\make\make_gcov_01_generic.gmk">
<Filter>.gcov\make</Filter>
</None>
<None Include=".gcov\make\make_gcov_02_files.gmk">
<Filter>.gcov\make</Filter>
</None>
<None Include=".props\Directory.Build.props">
<Filter>.props</Filter>
</None>
</ItemGroup>
<ItemGroup>
<Text Include="examples\CMakeLists.txt">
Expand Down

0 comments on commit 17700b3

Please sign in to comment.