Transfert classe Paramteres de common à SQCSim 2021

This commit is contained in:
mduval76
2023-11-25 14:05:47 -05:00
parent 2ab201e93c
commit 1ab83a85a7
5 changed files with 8 additions and 12 deletions

View File

@@ -56,6 +56,9 @@
<ClInclude Include="booster.h">
<Filter>Fichiers d%27en-tête</Filter>
</ClInclude>
<ClInclude Include="..\SQCSim-common\parameters.h">
<Filter>Fichiers d%27en-tête</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="engine.cpp">
@@ -103,5 +106,8 @@
<ClCompile Include="booster.cpp">
<Filter>Fichiers sources</Filter>
</ClCompile>
<ClCompile Include="..\SQCSim-common\parameters.cpp">
<Filter>Fichiers sources</Filter>
</ClCompile>
</ItemGroup>
</Project>