Skip to content

Commit

Permalink
Updated MS project files to match the changes of Yasushi Abe
Browse files Browse the repository at this point in the history
  • Loading branch information
das-peter committed Apr 6, 2016
1 parent edb94c7 commit 28da163
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/WinNFSd.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="conv.cpp" />
<ClCompile Include="DatagramSocket.cpp" />
<ClCompile Include="FileTable.cpp" />
<ClCompile Include="FileTree.cpp" />
<ClCompile Include="MountProg.cpp" />
<ClCompile Include="NFS2Prog.cpp" />
<ClCompile Include="NFS3Prog.cpp" />
<ClCompile Include="NFSProg.cpp" />
<ClCompile Include="PortmapProg.cpp" />
Expand Down
6 changes: 3 additions & 3 deletions src/WinNFSd.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="conv.cpp">
<Filter>Quelldateien</Filter>
</ClCompile>
<ClCompile Include="DatagramSocket.cpp">
<Filter>Quelldateien</Filter>
</ClCompile>
Expand All @@ -24,9 +27,6 @@
<ClCompile Include="MountProg.cpp">
<Filter>Quelldateien</Filter>
</ClCompile>
<ClCompile Include="NFS2Prog.cpp">
<Filter>Quelldateien</Filter>
</ClCompile>
<ClCompile Include="NFS3Prog.cpp">
<Filter>Quelldateien</Filter>
</ClCompile>
Expand Down

0 comments on commit 28da163

Please sign in to comment.