Update VS project files

This commit is contained in:
Josh Juran
2015-03-20 13:38:56 -07:00
committed by Tom Ritchford
parent f313caaa73
commit 0083c32629
2 changed files with 6 additions and 0 deletions

View File

@@ -3174,6 +3174,9 @@
<ClCompile Include="..\..\src\ripple\rpc\handlers\LogRotate.cpp">
<ExcludedFromBuild>True</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\src\ripple\rpc\handlers\NoRippleCheck.cpp">
<ExcludedFromBuild>True</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\src\ripple\rpc\handlers\OwnerInfo.cpp">
<ExcludedFromBuild>True</ExcludedFromBuild>
</ClCompile>

View File

@@ -3732,6 +3732,9 @@
<ClCompile Include="..\..\src\ripple\rpc\handlers\LogRotate.cpp">
<Filter>ripple\rpc\handlers</Filter>
</ClCompile>
<ClCompile Include="..\..\src\ripple\rpc\handlers\NoRippleCheck.cpp">
<Filter>ripple\rpc\handlers</Filter>
</ClCompile>
<ClCompile Include="..\..\src\ripple\rpc\handlers\OwnerInfo.cpp">
<Filter>ripple\rpc\handlers</Filter>
</ClCompile>