[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj, 1.47, 1.48
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2007-09-23 21:51:01
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29152 Modified Files: b4_Business.csproj Log Message: Added CloseToOpenIntervals, DailyOpenToCloseIntervals (the name will be changed soon) and OpenToCloseCloseToOpenIntervals Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** b4_Business.csproj 16 Sep 2007 21:45:21 -0000 1.47 --- b4_Business.csproj 23 Sep 2007 21:50:55 -0000 1.48 *************** *** 2,6 **** <CSHARP ProjectType = "Local" ! ProductVersion = "7.0.9466" SchemaVersion = "1.0" ProjectGuid = "{6EE31501-376E-491B-869E-F06D5B7C9C30}" --- 2,6 ---- <CSHARP ProjectType = "Local" ! ProductVersion = "7.0.9955" SchemaVersion = "1.0" ProjectGuid = "{6EE31501-376E-491B-869E-F06D5B7C9C30}" *************** *** 688,691 **** --- 688,706 ---- /> <File + RelPath = "a2_Strategies\returnsManagement\time\CloseToOpenIntervals.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a2_Strategies\returnsManagement\time\DailyOpenToCloseIntervals.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a2_Strategies\returnsManagement\time\OpenToCloseCloseToOpenIntervals.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a2_Strategies\returnsManagement\time\ReturnInterval.cs" SubType = "Code" |