You are viewing a plain text version of this content. The canonical link for it is here.
Posted to stonehenge-commits@incubator.apache.org by be...@apache.org on 2009/07/09 03:47:41 UTC

svn commit: r792385 - in /incubator/stonehenge/trunk/stocktrader/dotnet: business_service/BusinessServiceConsole/ business_service/BusinessServiceImplementation/ common/DALFactory/ order_processor/OrderProcessorConsoleServiceHost/

Author: bendewey
Date: Thu Jul  9 03:47:40 2009
New Revision: 792385

URL: http://svn.apache.org/viewvc?rev=792385&view=rev
Log:
STONEHENGE-67 part2, missing references on some projects

Modified:
    incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConsole/BusinessServiceConsole.csproj
    incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceImplementation/BusinessServiceImplementation.csproj
    incubator/stonehenge/trunk/stocktrader/dotnet/common/DALFactory/StockTraderDALFactory.csproj
    incubator/stonehenge/trunk/stocktrader/dotnet/order_processor/OrderProcessorConsoleServiceHost/OrderProcessorConsoleHost.csproj

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConsole/BusinessServiceConsole.csproj
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConsole/BusinessServiceConsole.csproj?rev=792385&r1=792384&r2=792385&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConsole/BusinessServiceConsole.csproj (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConsole/BusinessServiceConsole.csproj Thu Jul  9 03:47:40 2009
@@ -183,6 +183,10 @@
 copy "$(TargetPath)"  "$(SolutionDir)$(OutDir)\
"
 
 copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)$(OutDir)\"
-copy "$(TargetDir)$(TargetName).exe.config" "$(SolutionDir)$(OutDir)\"</PostBuildEvent>
+copy "$(TargetDir)$(TargetName).exe.config" "$(SolutionDir)$(OutDir)\"
+
+copy "$(SolutionDir)\..\common\DALSQLServer\$(OutDir)\Trade.DALSQLServer.dll"  "$(SolutionDir)$(OutDir)\Trade.DALSQLServer.dll
"
+
+copy "$(SolutionDir)\..\common\DALSQLServer\$(OutDir)\Trade.DALSQLServer.dll"  "$(TargetDir)\Trade.DALSQLServer.dll
"</PostBuildEvent>
   </PropertyGroup>
 </Project>
\ No newline at end of file

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceImplementation/BusinessServiceImplementation.csproj
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceImplementation/BusinessServiceImplementation.csproj?rev=792385&r1=792384&r2=792385&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceImplementation/BusinessServiceImplementation.csproj (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceImplementation/BusinessServiceImplementation.csproj Thu Jul  9 03:47:40 2009
@@ -85,6 +85,14 @@
       <Project>{D82DED61-E8CC-4530-A271-C74500ABBFA9}</Project>
       <Name>ConfigClient</Name>
     </ProjectReference>
+    <ProjectReference Include="..\..\common\DALFactory\StockTraderDALFactory.csproj">
+      <Project>{F67C8D85-6DC0-45CD-A748-636E3881E2F5}</Project>
+      <Name>StockTraderDALFactory</Name>
+    </ProjectReference>
+    <ProjectReference Include="..\..\common\IDAL\StockTraderIDAL.csproj">
+      <Project>{509EB16A-6586-4200-8323-32438C9B47DC}</Project>
+      <Name>StockTraderIDAL</Name>
+    </ProjectReference>
     <ProjectReference Include="..\..\common\StockTraderUtility\Utility.csproj">
       <Project>{382E6E1C-E430-4F6C-BC41-5D84A3798B02}</Project>
       <Name>Utility</Name>
@@ -97,6 +105,10 @@
       <Project>{82B5FA73-8A82-4DC0-B473-43B78543668B}</Project>
       <Name>ConfigServiceDataContract</Name>
     </ProjectReference>
+    <ProjectReference Include="..\..\order_processor\OrderProcessorContract\OrderProcessorContract.csproj">
+      <Project>{1AD6DBB4-CA83-460F-BDCD-45E1ECE318B4}</Project>
+      <Name>OrderProcessorContract</Name>
+    </ProjectReference>
     <ProjectReference Include="..\BusinessServiceConfigurationSettings\BusinessServiceConfigurationSettings.csproj">
       <Project>{ED14B721-A6F1-4B65-89FA-18B78345CB5A}</Project>
       <Name>BusinessServiceConfigurationSettings</Name>
@@ -109,6 +121,10 @@
       <Project>{EBB1604B-3F50-4A81-87C3-1AE4029EEEC6}</Project>
       <Name>BusinessServiceDataContract</Name>
     </ProjectReference>
+    <ProjectReference Include="..\OrderProcessorASyncClient\OrderProcessorAsyncClient.csproj">
+      <Project>{623BC346-84FA-4B9E-B043-811DB7FBEC2A}</Project>
+      <Name>OrderProcessorAsyncClient</Name>
+    </ProjectReference>
   </ItemGroup>
   <ItemGroup>
     <Folder Include="App_Data\" />

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/common/DALFactory/StockTraderDALFactory.csproj
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/common/DALFactory/StockTraderDALFactory.csproj?rev=792385&r1=792384&r2=792385&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/common/DALFactory/StockTraderDALFactory.csproj (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/common/DALFactory/StockTraderDALFactory.csproj Thu Jul  9 03:47:40 2009
@@ -63,6 +63,12 @@
   <ItemGroup>
     <Content Include="stocktrader.snk" />
   </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\IDAL\StockTraderIDAL.csproj">
+      <Project>{509EB16A-6586-4200-8323-32438C9B47DC}</Project>
+      <Name>StockTraderIDAL</Name>
+    </ProjectReference>
+  </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <PropertyGroup>
     <PostBuildEvent>if not exist "$(SolutionDir)$(OutDir)\
" mkdir  "$(SolutionDir)$(OutDir)\
"

Modified: incubator/stonehenge/trunk/stocktrader/dotnet/order_processor/OrderProcessorConsoleServiceHost/OrderProcessorConsoleHost.csproj
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/order_processor/OrderProcessorConsoleServiceHost/OrderProcessorConsoleHost.csproj?rev=792385&r1=792384&r2=792385&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/dotnet/order_processor/OrderProcessorConsoleServiceHost/OrderProcessorConsoleHost.csproj (original)
+++ incubator/stonehenge/trunk/stocktrader/dotnet/order_processor/OrderProcessorConsoleServiceHost/OrderProcessorConsoleHost.csproj Thu Jul  9 03:47:40 2009
@@ -115,6 +115,10 @@
 copy "$(TargetPath)"  "$(SolutionDir)$(OutDir)\
"
 
 copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)$(OutDir)\"
-copy "$(TargetDir)$(TargetName).exe.config"  "$(SolutionDir)$(OutDir)\"</PostBuildEvent>
+copy "$(TargetDir)$(TargetName).exe.config"  "$(SolutionDir)$(OutDir)\"
+
+copy "$(SolutionDir)\..\common\DALSQLServer\$(OutDir)\Trade.DALSQLServer.dll"  "$(SolutionDir)$(OutDir)\Trade.DALSQLServer.dll
"
+
+copy "$(SolutionDir)\..\common\DALSQLServer\$(OutDir)\Trade.DALSQLServer.dll"  "$(TargetDir)\Trade.DALSQLServer.dll
"</PostBuildEvent>
   </PropertyGroup>
 </Project>
\ No newline at end of file