Skip to content

Commit

Permalink
Update the VisualStudio projects for the MSIS atmosphere feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoconni committed Aug 26, 2023
1 parent 949b234 commit dad4231
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion JSBSim.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
<ClInclude Include="src\math\LagrangeMultiplier.h" />
<ClInclude Include="src\models\atmosphere\FGStandardAtmosphere.h" />
<ClInclude Include="src\models\atmosphere\FGWinds.h" />
<ClInclude Include="src\models\atmosphere\MSIS\nrlmsise-00.h" />
<ClInclude Include="src\models\FGAccelerations.h" />
<ClInclude Include="src\models\FGFCSChannel.h" />
<ClInclude Include="src\models\FGSurface.h" />
Expand Down Expand Up @@ -362,6 +363,8 @@
<ClCompile Include="src\math\FGTemplateFunc.cpp" />
<ClCompile Include="src\models\atmosphere\FGStandardAtmosphere.cpp" />
<ClCompile Include="src\models\atmosphere\FGWinds.cpp" />
<ClCompile Include="src\models\atmosphere\MSIS\nrlmsise-00.c" />
<ClCompile Include="src\models\atmosphere\MSIS\nrlmsise-00_data.c" />
<ClCompile Include="src\models\FGAccelerations.cpp" />
<ClCompile Include="src\models\FGSurface.cpp" />
<ClCompile Include="src\models\flight_control\FGAngles.cpp" />
Expand Down Expand Up @@ -412,7 +415,6 @@
<ClCompile Include="src\models\FGModel.cpp" />
<ClCompile Include="src\math\FGModelFunctions.cpp" />
<ClCompile Include="src\models\atmosphere\FGMSIS.cpp" />
<ClCompile Include="src\models\atmosphere\FGMSISData.cpp" />
<ClCompile Include="src\models\propulsion\FGNozzle.cpp" />
<ClCompile Include="src\models\FGOutput.cpp" />
<ClCompile Include="src\models\flight_control\FGPID.cpp" />
Expand Down
12 changes: 9 additions & 3 deletions JSBSim.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,6 @@
<ClCompile Include="src\models\atmosphere\FGMSIS.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\models\atmosphere\FGMSISData.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\models\propulsion\FGNozzle.cpp">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down Expand Up @@ -317,6 +314,12 @@
<ClCompile Include="src\input_output\string_utilities.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\models\atmosphere\MSIS\nrlmsise-00.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\models\atmosphere\MSIS\nrlmsise-00_data.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\input_output\FGInputSocket.h">
Expand Down Expand Up @@ -667,5 +670,8 @@
<ClInclude Include="src\JSBSim_API.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="src\models\atmosphere\MSIS\nrlmsise-00.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>

0 comments on commit dad4231

Please sign in to comment.