[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj,1.7,1.8
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-04-26 15:54:13
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10723/b4_Business Modified Files: b4_Business.csproj Log Message: Validation has been moved from the QuantDownloader project to the QuantProject project Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** b4_Business.csproj 24 Nov 2003 19:51:35 -0000 1.7 --- b4_Business.csproj 26 Apr 2004 15:54:04 -0000 1.8 *************** *** 117,120 **** --- 117,125 ---- WrapperTool = "tlbimp" /> + <Reference + Name = "b2_DataAccess" + Project = "{8CF7C0D8-A8CB-43DC-B406-77DE62729487}" + Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" + /> </References> </Build> *************** *** 127,130 **** --- 132,190 ---- /> <File + RelPath = "a0_Validation\IValidator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a0_Validation\QuotesToBeValidated.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File + RelPath = "a0_Validation\SospiciousDataRowEventArgs.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a0_Validation\ValidateDataTable.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File + RelPath = "a0_Validation\ValidateDataTable.resx" + DependentUpon = "ValidateDataTable.cs" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "a0_Validation\ValidationWarnings.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a0_Validation\Validator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a0_Validation\Validators\CloseToCloseValidator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a0_Validation\Validators\MultiValidator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a0_Validation\Validators\OHLCvalidator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a0_Validation\Validators\RangeToRangeValidator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a1_Instruments\Instrument.cs" SubType = "Code" |