Skip to content

Commit

Permalink
Add source files
Browse files Browse the repository at this point in the history
  • Loading branch information
teusbenschop committed May 22, 2020
1 parent c850bb5 commit 1d9ad23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/server.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,8 @@
<ClCompile Include="navigation\passage.cpp" />
<ClCompile Include="navigation\poll.cpp" />
<ClCompile Include="navigation\update.cpp" />
<ClCompile Include="nmt\index.cpp" />
<ClCompile Include="nmt\logic.cpp" />
<ClCompile Include="notes\actions.cpp" />
<ClCompile Include="notes\assign-1.cpp" />
<ClCompile Include="notes\assign-n.cpp" />
Expand Down
6 changes: 6 additions & 0 deletions server/server.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1293,6 +1293,12 @@
<ClCompile Include="filter\html.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="nmt\index.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="nmt\logic.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="assets\header.h">
Expand Down

0 comments on commit 1d9ad23

Please sign in to comment.