[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.27,1.28
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-06-07 15:09:44
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21269/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: SimpleTesting\OneRank\OneRankForm.cs has been added Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** b7_Scripts.csproj 2 Jun 2005 18:00:48 -0000 1.27 --- b7_Scripts.csproj 7 Jun 2005 15:09:35 -0000 1.28 *************** *** 139,142 **** --- 139,152 ---- /> <File + RelPath = "SimpleTesting\OneRank\OneRankForm.cs" + SubType = "Form" + BuildAction = "Compile" + /> + <File + RelPath = "SimpleTesting\OneRank\OneRankForm.resx" + DependentUpon = "OneRankForm.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "SimpleTesting\OneRank\RunOneRank.cs" SubType = "Code" |