[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj,1.23,1.24
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-04-20 17:40:00
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5207/b4_Business Modified Files: b4_Business.csproj Log Message: The project file now points to Account.cs to the right position Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** b4_Business.csproj 17 Apr 2005 23:03:07 -0000 1.23 --- b4_Business.csproj 20 Apr 2005 17:39:40 -0000 1.24 *************** *** 258,261 **** --- 258,266 ---- /> <File + RelPath = "a1_Financial\a2_Accounting\Account.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a2_Accounting\AccountReportRecord.cs" SubType = "Code" *************** *** 443,451 **** /> <File - RelPath = "a1_Financial\a2_Accounting\h5_Reporting\Tables\Account.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "a1_Financial\a2_Accounting\h5_Reporting\Tables\Equity.cs" SubType = "Code" --- 448,451 ---- |