Skip to content

Commit

Permalink
Update Example Project - Secant Method.vcxproj, Example Project - Sec…
Browse files Browse the repository at this point in the history
…ant Method.vcxproj.filters
  • Loading branch information
tobiasbriones committed Nov 11, 2020
1 parent 01c03af commit 0343f5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Example Project - Secant Method.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
<ClCompile Include="Test\SecantTest.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Src\App.h" />
<ClInclude Include="Src\Main.h" />
<ClInclude Include="Src\Math\Numerical\NumericalMethodApp.h" />
<ClInclude Include="Src\Math\Function\Polynomial\Monomial.h" />
Expand Down
3 changes: 3 additions & 0 deletions Example Project - Secant Method.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
<ClInclude Include="Src\Math\Function\Polynomial\Polynomial.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="Src\App.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="resources\Resource.rc">
Expand Down

0 comments on commit 0343f5e

Please sign in to comment.