Skip to content

Commit

Permalink
Merge pull request #730 from mhscott/vstudio
Browse files Browse the repository at this point in the history
Adding HarmonicSteadyState to VS project
  • Loading branch information
mhscott committed Dec 13, 2021
2 parents 7775d65 + 743b3b8 commit e207987
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Win64/proj/analysis/analysis.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
<ClCompile Include="..\..\..\SRC\analysis\integrator\EQPath.cpp" />
<ClCompile Include="..\..\..\SRC\analysis\integrator\ExplicitDifference.cpp" />
<ClCompile Include="..\..\..\SRC\analysis\integrator\GimmeMCK.cpp" />
<ClCompile Include="..\..\..\SRC\analysis\integrator\HarmonicSteadyState.cpp" />
<ClCompile Include="..\..\..\SRC\analysis\integrator\HHTExplicit_TP.cpp" />
<ClCompile Include="..\..\..\SRC\analysis\integrator\HHTGeneralizedExplicit_TP.cpp" />
<ClCompile Include="..\..\..\SRC\analysis\integrator\HHTGeneralized_TP.cpp" />
Expand Down
3 changes: 3 additions & 0 deletions Win64/proj/analysis/analysis.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,9 @@
<ClCompile Include="..\..\..\SRC\analysis\integrator\StagedNewmark.cpp">
<Filter>integrator</Filter>
</ClCompile>
<ClCompile Include="..\..\..\SRC\analysis\integrator\HarmonicSteadyState.cpp">
<Filter>integrator</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\SRC\analysis\analysis\Analysis.h">
Expand Down

0 comments on commit e207987

Please sign in to comment.