Author: drewbai
Date: Fri Feb 20 02:55:44 2009
New Revision: 746120
URL: http://svn.apache.org/viewvc?rev=746120&view=rev
Log:
business_service check in after re-factor
Uses projects from common as well as business_service
Binaries are saved to a din/Debug directory under the business_service
directory.
Starts and runs normally.
Ok to test this with otehr stocktraders.
Modified:
incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConfigurationSettings/BusinessServiceConfigurationSettings.csproj
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/business_service/BusinessServiceSolution.sln
incubator/stonehenge/trunk/stocktrader/dotnet/business_service/OrderProcessorASyncClient/OrderProcessorAsyncClient.csproj
incubator/stonehenge/trunk/stocktrader/dotnet/common/OrderProcessorServiceConfigurationSettings/OrderProcessorServiceConfigurationSettings.csproj
Modified:
incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConfigurationSettings/BusinessServiceConfigurationSettings.csproj
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConfigurationSettings/BusinessServiceConfigurationSettings.csproj?rev=746120&r1=746119&r2=746120&view=diff
==============================================================================
---
incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConfigurationSettings/BusinessServiceConfigurationSettings.csproj
(original)
+++
incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConfigurationSettings/BusinessServiceConfigurationSettings.csproj
Fri Feb 20 02:55:44 2009
@@ -62,10 +62,6 @@
<HintPath>..\..\..\Windows\Microsoft.NET\Framework\v3.0\Windows
Communication Foundation\System.ServiceModel.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
- <Reference Include="Trade.Utility, Version=2.0.2.0, Culture=neutral,
PublicKeyToken=aaca655dc76c580b, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\SharedLibraries\Trade.Utility.dll</HintPath>
- </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -74,6 +70,12 @@
<ItemGroup>
<Content Include="stocktrader.snk" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\common\StockTraderUtility\Utility.csproj">
+ <Project>{382E6E1C-E430-4F6C-BC41-5D84A3798B02}</Project>
+ <Name>Utility</Name>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets
below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
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=746120&r1=746119&r2=746120&view=diff
==============================================================================
---
incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConsole/BusinessServiceConsole.csproj
(original)
+++
incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceConsole/BusinessServiceConsole.csproj
Fri Feb 20 02:55:44 2009
@@ -73,10 +73,6 @@
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml" />
- <Reference Include="Trade.OrderProcessorServiceConfigurationSettings,
Version=2.0.2.0, Culture=neutral, PublicKeyToken=aaca655dc76c580b,
processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
-
<HintPath>..\..\SharedLibraries\Trade.OrderProcessorServiceConfigurationSettings.dll</HintPath>
- </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
@@ -87,6 +83,14 @@
<Content Include="stocktrader.snk" />
</ItemGroup>
<ItemGroup>
+ <ProjectReference
Include="..\..\common\OrderProcessorServiceConfigurationSettings\OrderProcessorServiceConfigurationSettings.csproj">
+ <Project>{B28867CC-DD77-4F17-BA01-92625C235F6C}</Project>
+ <Name>OrderProcessorServiceConfigurationSettings</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\..\common\StockTraderUtility\Utility.csproj">
+ <Project>{382E6E1C-E430-4F6C-BC41-5D84A3798B02}</Project>
+ <Name>Utility</Name>
+ </ProjectReference>
<ProjectReference
Include="..\..\order_processor\OrderProcessorContract\OrderProcessorContract.csproj">
<Project>{1AD6DBB4-CA83-460F-BDCD-45E1ECE318B4}</Project>
<Name>OrderProcessorContract</Name>
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=746120&r1=746119&r2=746120&view=diff
==============================================================================
---
incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceImplementation/BusinessServiceImplementation.csproj
(original)
+++
incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceImplementation/BusinessServiceImplementation.csproj
Fri Feb 20 02:55:44 2009
@@ -70,38 +70,6 @@
<Reference Include="System.Web" />
<Reference Include="System.Web.Services" />
<Reference Include="System.XML" />
- <Reference Include="Trade.BusinessServiceConfigurationSettings,
Version=2.0.2.0, Culture=neutral, PublicKeyToken=aaca655dc76c580b,
processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
-
<HintPath>..\..\SharedLibraries\Trade.BusinessServiceConfigurationSettings.dll</HintPath>
- </Reference>
- <Reference Include="Trade.BusinessServiceContract, Version=2.0.2.0,
Culture=neutral, PublicKeyToken=aaca655dc76c580b, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
-
<HintPath>..\..\SharedLibraries\Trade.BusinessServiceContract.dll</HintPath>
- </Reference>
- <Reference Include="Trade.BusinessServiceDataContract, Version=2.0.2.0,
Culture=neutral, PublicKeyToken=aaca655dc76c580b, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
-
<HintPath>..\..\SharedLibraries\Trade.BusinessServiceDataContract.dll</HintPath>
- </Reference>
- <Reference Include="Trade.DALFactory, Version=2.0.2.0, Culture=neutral,
PublicKeyToken=aaca655dc76c580b, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\SharedLibraries\Trade.DALFactory.dll</HintPath>
- </Reference>
- <Reference Include="Trade.IDAL, Version=2.0.2.0, Culture=neutral,
PublicKeyToken=aaca655dc76c580b, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\SharedLibraries\Trade.IDAL.dll</HintPath>
- </Reference>
- <Reference Include="Trade.OrderProcessorAsyncClient, Version=2.0.2.0,
Culture=neutral, PublicKeyToken=aaca655dc76c580b, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
-
<HintPath>..\..\SharedLibraries\Trade.OrderProcessorAsyncClient.dll</HintPath>
- </Reference>
- <Reference Include="Trade.OrderProcessorContract, Version=2.0.2.0,
Culture=neutral, PublicKeyToken=aaca655dc76c580b, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
-
<HintPath>..\..\SharedLibraries\Trade.OrderProcessorContract.dll</HintPath>
- </Reference>
- <Reference Include="Trade.Utility, Version=2.0.2.0, Culture=neutral,
PublicKeyToken=aaca655dc76c580b, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\SharedLibraries\Trade.Utility.dll</HintPath>
- </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="CustomUserNameValidator.cs" />
@@ -113,6 +81,40 @@
<Content Include="stocktrader.snk" />
</ItemGroup>
<ItemGroup>
+ <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>
+ </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>
+ </ProjectReference>
+ <ProjectReference
Include="..\BusinessServiceContract\BusinessServiceContract.csproj">
+ <Project>{36FA3564-9AF5-496A-805B-6ED262CAAE2B}</Project>
+ <Name>BusinessServiceContract</Name>
+ </ProjectReference>
+ <ProjectReference
Include="..\BusinessServiceDataContract\BusinessServiceDataContract.csproj">
+ <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\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Modified:
incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceSolution.sln
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceSolution.sln?rev=746120&r1=746119&r2=746120&view=diff
==============================================================================
---
incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceSolution.sln
(original)
+++
incubator/stonehenge/trunk/stocktrader/dotnet/business_service/BusinessServiceSolution.sln
Fri Feb 20 02:55:44 2009
@@ -27,6 +27,12 @@
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrderProcessorContract",
"..\order_processor\OrderProcessorContract\OrderProcessorContract.csproj",
"{1AD6DBB4-CA83-460F-BDCD-45E1ECE318B4}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StockTraderIDAL",
"..\common\IDAL\StockTraderIDAL.csproj",
"{509EB16A-6586-4200-8323-32438C9B47DC}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StockTraderDALFactory",
"..\common\DALFactory\StockTraderDALFactory.csproj",
"{F67C8D85-6DC0-45CD-A748-636E3881E2F5}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") =
"OrderProcessorServiceConfigurationSettings",
"..\common\OrderProcessorServiceConfigurationSettings\OrderProcessorServiceConfigurationSettings.csproj",
"{B28867CC-DD77-4F17-BA01-92625C235F6C}"
+EndProject
Global
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
@@ -131,6 +137,36 @@
{1AD6DBB4-CA83-460F-BDCD-45E1ECE318B4}.Release|Any CPU.Build.0
= Release|Any CPU
{1AD6DBB4-CA83-460F-BDCD-45E1ECE318B4}.Release|Mixed
Platforms.ActiveCfg = Release|Any CPU
{1AD6DBB4-CA83-460F-BDCD-45E1ECE318B4}.Release|Mixed
Platforms.Build.0 = Release|Any CPU
+ {509EB16A-6586-4200-8323-32438C9B47DC}.Debug|.NET.ActiveCfg =
Debug|Any CPU
+ {509EB16A-6586-4200-8323-32438C9B47DC}.Debug|Any CPU.ActiveCfg
= Debug|Any CPU
+ {509EB16A-6586-4200-8323-32438C9B47DC}.Debug|Any CPU.Build.0 =
Debug|Any CPU
+ {509EB16A-6586-4200-8323-32438C9B47DC}.Debug|Mixed
Platforms.ActiveCfg = Debug|Any CPU
+ {509EB16A-6586-4200-8323-32438C9B47DC}.Debug|Mixed
Platforms.Build.0 = Debug|Any CPU
+ {509EB16A-6586-4200-8323-32438C9B47DC}.Release|.NET.ActiveCfg =
Release|Any CPU
+ {509EB16A-6586-4200-8323-32438C9B47DC}.Release|Any
CPU.ActiveCfg = Release|Any CPU
+ {509EB16A-6586-4200-8323-32438C9B47DC}.Release|Any CPU.Build.0
= Release|Any CPU
+ {509EB16A-6586-4200-8323-32438C9B47DC}.Release|Mixed
Platforms.ActiveCfg = Release|Any CPU
+ {509EB16A-6586-4200-8323-32438C9B47DC}.Release|Mixed
Platforms.Build.0 = Release|Any CPU
+ {F67C8D85-6DC0-45CD-A748-636E3881E2F5}.Debug|.NET.ActiveCfg =
Debug|Any CPU
+ {F67C8D85-6DC0-45CD-A748-636E3881E2F5}.Debug|Any CPU.ActiveCfg
= Debug|Any CPU
+ {F67C8D85-6DC0-45CD-A748-636E3881E2F5}.Debug|Any CPU.Build.0 =
Debug|Any CPU
+ {F67C8D85-6DC0-45CD-A748-636E3881E2F5}.Debug|Mixed
Platforms.ActiveCfg = Debug|Any CPU
+ {F67C8D85-6DC0-45CD-A748-636E3881E2F5}.Debug|Mixed
Platforms.Build.0 = Debug|Any CPU
+ {F67C8D85-6DC0-45CD-A748-636E3881E2F5}.Release|.NET.ActiveCfg =
Release|Any CPU
+ {F67C8D85-6DC0-45CD-A748-636E3881E2F5}.Release|Any
CPU.ActiveCfg = Release|Any CPU
+ {F67C8D85-6DC0-45CD-A748-636E3881E2F5}.Release|Any CPU.Build.0
= Release|Any CPU
+ {F67C8D85-6DC0-45CD-A748-636E3881E2F5}.Release|Mixed
Platforms.ActiveCfg = Release|Any CPU
+ {F67C8D85-6DC0-45CD-A748-636E3881E2F5}.Release|Mixed
Platforms.Build.0 = Release|Any CPU
+ {B28867CC-DD77-4F17-BA01-92625C235F6C}.Debug|.NET.ActiveCfg =
Debug|Any CPU
+ {B28867CC-DD77-4F17-BA01-92625C235F6C}.Debug|Any CPU.ActiveCfg
= Debug|Any CPU
+ {B28867CC-DD77-4F17-BA01-92625C235F6C}.Debug|Any CPU.Build.0 =
Debug|Any CPU
+ {B28867CC-DD77-4F17-BA01-92625C235F6C}.Debug|Mixed
Platforms.ActiveCfg = Debug|Any CPU
+ {B28867CC-DD77-4F17-BA01-92625C235F6C}.Debug|Mixed
Platforms.Build.0 = Debug|Any CPU
+ {B28867CC-DD77-4F17-BA01-92625C235F6C}.Release|.NET.ActiveCfg =
Release|Any CPU
+ {B28867CC-DD77-4F17-BA01-92625C235F6C}.Release|Any
CPU.ActiveCfg = Release|Any CPU
+ {B28867CC-DD77-4F17-BA01-92625C235F6C}.Release|Any CPU.Build.0
= Release|Any CPU
+ {B28867CC-DD77-4F17-BA01-92625C235F6C}.Release|Mixed
Platforms.ActiveCfg = Release|Any CPU
+ {B28867CC-DD77-4F17-BA01-92625C235F6C}.Release|Mixed
Platforms.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Modified:
incubator/stonehenge/trunk/stocktrader/dotnet/business_service/OrderProcessorASyncClient/OrderProcessorAsyncClient.csproj
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/business_service/OrderProcessorASyncClient/OrderProcessorAsyncClient.csproj?rev=746120&r1=746119&r2=746120&view=diff
==============================================================================
---
incubator/stonehenge/trunk/stocktrader/dotnet/business_service/OrderProcessorASyncClient/OrderProcessorAsyncClient.csproj
(original)
+++
incubator/stonehenge/trunk/stocktrader/dotnet/business_service/OrderProcessorASyncClient/OrderProcessorAsyncClient.csproj
Fri Feb 20 02:55:44 2009
@@ -44,10 +44,6 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <Reference Include="BasicClient, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=aaca655dc76c580b, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\common\BasicClient\obj\Debug\BasicClient.dll</HintPath>
- </Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
@@ -62,26 +58,6 @@
<HintPath>..\..\..\Windows\Microsoft.NET\Framework\v3.0\Windows
Communication Foundation\System.ServiceModel.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
- <Reference Include="Trade.BusinessServiceConfigurationSettings,
Version=2.0.2.0, Culture=neutral, PublicKeyToken=aaca655dc76c580b,
processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
-
<HintPath>..\..\SharedLibraries\Trade.BusinessServiceConfigurationSettings.dll</HintPath>
- </Reference>
- <Reference Include="Trade.BusinessServiceContract, Version=2.0.2.0,
Culture=neutral, PublicKeyToken=aaca655dc76c580b, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
-
<HintPath>..\..\SharedLibraries\Trade.BusinessServiceContract.dll</HintPath>
- </Reference>
- <Reference Include="Trade.BusinessServiceDataContract, Version=2.0.2.0,
Culture=neutral, PublicKeyToken=aaca655dc76c580b, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
-
<HintPath>..\..\SharedLibraries\Trade.BusinessServiceDataContract.dll</HintPath>
- </Reference>
- <Reference Include="Trade.OrderProcessorContract, Version=2.0.2.0,
Culture=neutral, PublicKeyToken=aaca655dc76c580b, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
-
<HintPath>..\..\..\SharedLibraries\OrderProcessorService\Trade.OrderProcessorContract.dll</HintPath>
- </Reference>
- <Reference Include="Trade.Utility, Version=2.0.2.0, Culture=neutral,
PublicKeyToken=aaca655dc76c580b, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
-
<HintPath>..\..\..\SharedLibraries\BusinessService\Trade.Utility.dll</HintPath>
- </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="OrderProcessorAsyncClient.cs" />
@@ -91,10 +67,30 @@
<Content Include="stocktrader.snk" />
</ItemGroup>
<ItemGroup>
+ <ProjectReference Include="..\..\common\BasicClient\BasicClient.csproj">
+ <Project>{A4759510-6CE9-4692-B348-B8483BCD1447}</Project>
+ <Name>BasicClient</Name>
+ </ProjectReference>
<ProjectReference Include="..\..\common\StockTraderUtility\Utility.csproj">
<Project>{382E6E1C-E430-4F6C-BC41-5D84A3798B02}</Project>
<Name>Utility</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>
+ </ProjectReference>
+ <ProjectReference
Include="..\BusinessServiceContract\BusinessServiceContract.csproj">
+ <Project>{36FA3564-9AF5-496A-805B-6ED262CAAE2B}</Project>
+ <Name>BusinessServiceContract</Name>
+ </ProjectReference>
+ <ProjectReference
Include="..\BusinessServiceDataContract\BusinessServiceDataContract.csproj">
+ <Project>{EBB1604B-3F50-4A81-87C3-1AE4029EEEC6}</Project>
+ <Name>BusinessServiceDataContract</Name>
+ </ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets
below and uncomment it.
Modified:
incubator/stonehenge/trunk/stocktrader/dotnet/common/OrderProcessorServiceConfigurationSettings/OrderProcessorServiceConfigurationSettings.csproj
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/common/OrderProcessorServiceConfigurationSettings/OrderProcessorServiceConfigurationSettings.csproj?rev=746120&r1=746119&r2=746120&view=diff
==============================================================================
---
incubator/stonehenge/trunk/stocktrader/dotnet/common/OrderProcessorServiceConfigurationSettings/OrderProcessorServiceConfigurationSettings.csproj
(original)
+++
incubator/stonehenge/trunk/stocktrader/dotnet/common/OrderProcessorServiceConfigurationSettings/OrderProcessorServiceConfigurationSettings.csproj
Fri Feb 20 02:55:44 2009
@@ -52,10 +52,6 @@
<HintPath>..\..\..\..\Windows\Microsoft.NET\Framework\v3.0\Windows
Communication Foundation\System.ServiceModel.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
- <Reference Include="Trade.Utility, Version=2.0.2.0, Culture=neutral,
PublicKeyToken=aaca655dc76c580b, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\SharedLibraries\Trade.Utility.dll</HintPath>
- </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -64,6 +60,12 @@
<ItemGroup>
<Content Include="stocktrader.snk" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\StockTraderUtility\Utility.csproj">
+ <Project>{382E6E1C-E430-4F6C-BC41-5D84A3798B02}</Project>
+ <Name>Utility</Name>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets
below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
@@ -73,7 +75,9 @@
</Target>
-->
<PropertyGroup>
- <PostBuildEvent>copy "$(TargetPath)" ..\..\..\..\SharedLibraries
-copy "$(TargetDir)$(TargetName).pdb"
..\..\..\..\SharedLibraries</PostBuildEvent>
+ <PostBuildEvent>if not exist "$(SolutionDir)$(OutDir)\
" mkdir "$(SolutionDir)$(OutDir)\
"
+copy "$(TargetPath)" "$(SolutionDir)$(OutDir)\
"
+
+copy "$(TargetDir)$(TargetName).pdb"
"$(SolutionDir)$(OutDir)\"</PostBuildEvent>
</PropertyGroup>
</Project>
\ No newline at end of file