[Quantproject-developers] QuantProject/b1_ADT b1_ADT.csproj, 1.26, 1.27
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-01-19 18:20:29
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30174/b1_ADT Modified Files: b1_ADT.csproj Log Message: Messaging\IMessageSender.cs has been added Messaging\NewMessageEventArgs.cs has been added Optimizing\Decoding\IDecoder.cs has been added Optimizing\Decoding\MeaningForUndecodableEncoded.cs has been added Index: b1_ADT.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/b1_ADT.csproj,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** b1_ADT.csproj 7 Oct 2007 10:27:50 -0000 1.26 --- b1_ADT.csproj 19 Jan 2008 18:20:26 -0000 1.27 *************** *** 2,6 **** <CSHARP ProjectType = "Local" ! ProductVersion = "7.0.9466" SchemaVersion = "1.0" ProjectGuid = "{B8A01161-3698-4591-B1EF-90F5FC7D8DBA}" --- 2,6 ---- <CSHARP ProjectType = "Local" ! ProductVersion = "7.0.9955" SchemaVersion = "1.0" ProjectGuid = "{B8A01161-3698-4591-B1EF-90F5FC7D8DBA}" *************** *** 198,201 **** --- 198,211 ---- /> <File + RelPath = "Messaging\IMessageSender.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Messaging\NewMessageEventArgs.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Optimizing\Optimizable.cs" SubType = "Code" *************** *** 228,231 **** --- 238,251 ---- /> <File + RelPath = "Optimizing\Decoding\IDecoder.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Optimizing\Decoding\MeaningForUndecodableEncoded.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Optimizing\Genetic\GeneticOptimizer.cs" SubType = "Code" |