From 1e8abb5e45b56573409610e229cf32fc45c0735c Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Wed, 22 May 2013 15:12:03 -0700 Subject: [PATCH] Move ValidationCollection to ripple_main module and exclude utils.cpp from vs2012 project --- newcoin.vcxproj | 7 ++++++- newcoin.vcxproj.filters | 12 ++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/newcoin.vcxproj b/newcoin.vcxproj index 51998c117..43a43a47b 100644 --- a/newcoin.vcxproj +++ b/newcoin.vcxproj @@ -962,7 +962,12 @@ - + + true + true + true + true + diff --git a/newcoin.vcxproj.filters b/newcoin.vcxproj.filters index 434a037f3..0445c9dcc 100644 --- a/newcoin.vcxproj.filters +++ b/newcoin.vcxproj.filters @@ -544,9 +544,6 @@ 1. Modules\ripple_ledger\serialization - - 1. Modules\ripple_net - 1. Modules\ripple_net @@ -703,6 +700,9 @@ 1. Modules\ripple_client\rpc + + 1. Modules\ripple_main + @@ -1170,9 +1170,6 @@ 1. Modules\ripple_ledger\serialization - - 1. Modules\ripple_net - 1. Modules\ripple_net @@ -1335,6 +1332,9 @@ 1. Modules\ripple_client\rpc + + 1. Modules\ripple_main +