mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Add cross platform headers to the .vcxproj configurations
This commit is contained in:
parent
9a0340097d
commit
3916522a78
2 changed files with 9 additions and 1 deletions
|
@ -303,6 +303,10 @@
|
|||
<ClInclude Include="Ratpack\ratconst.h" />
|
||||
<ClInclude Include="Ratpack\ratpak.h" />
|
||||
<ClInclude Include="UnitConverter.h" />
|
||||
<ClInclude Include="preprocessor_cross_platform.h" />
|
||||
<ClInclude Include="sal_cross_platform.h" />
|
||||
<ClInclude Include="win_data_types_cross_platform.h" />
|
||||
<ClInclude Include="winerror_cross_platform.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="CalculatorHistory.cpp" />
|
||||
|
@ -346,4 +350,4 @@
|
|||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets" />
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
@ -160,5 +160,9 @@
|
|||
<ClInclude Include="Header Files\RationalMath.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="preprocessor_cross_platform.h" />
|
||||
<ClInclude Include="sal_cross_platform.h" />
|
||||
<ClInclude Include="win_data_types_cross_platform.h" />
|
||||
<ClInclude Include="winerror_cross_platform.h" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue