From 5feb54827603726acc6eade585e7f5d6724c869f Mon Sep 17 00:00:00 2001 From: Tural Sadik Date: Sun, 6 Sep 2015 14:00:46 +0300 Subject: [PATCH] fix file name case --- ConsoleExamples/ConsoleExamples.csproj | 17 +++------- .../CSVPredict/{mytests.cs => MyTests.cs} | 0 .../{csvformloader.cs => CSVFormLoader.cs} | 0 encog-core-cs/encog-core-cs.csproj | 32 +++++++++---------- 4 files changed, 20 insertions(+), 29 deletions(-) rename ConsoleExamples/Examples/CSVPredict/{mytests.cs => MyTests.cs} (100%) rename encog-core-cs/ML/Data/Market/Loader/{csvformloader.cs => CSVFormLoader.cs} (100%) diff --git a/ConsoleExamples/ConsoleExamples.csproj b/ConsoleExamples/ConsoleExamples.csproj index c985a123..5480990d 100644 --- a/ConsoleExamples/ConsoleExamples.csproj +++ b/ConsoleExamples/ConsoleExamples.csproj @@ -3,7 +3,7 @@ Debug AnyCPU - 9.0.30729 + 8.0.30703 2.0 {A65A5878-6336-4ACF-9C40-540F8FAF2CC7} Exe @@ -36,21 +36,12 @@ prompt 4 - - false - - - 3.5 - + - - 3.5 - - - 3.5 - + + diff --git a/ConsoleExamples/Examples/CSVPredict/mytests.cs b/ConsoleExamples/Examples/CSVPredict/MyTests.cs similarity index 100% rename from ConsoleExamples/Examples/CSVPredict/mytests.cs rename to ConsoleExamples/Examples/CSVPredict/MyTests.cs diff --git a/encog-core-cs/ML/Data/Market/Loader/csvformloader.cs b/encog-core-cs/ML/Data/Market/Loader/CSVFormLoader.cs similarity index 100% rename from encog-core-cs/ML/Data/Market/Loader/csvformloader.cs rename to encog-core-cs/ML/Data/Market/Loader/CSVFormLoader.cs diff --git a/encog-core-cs/encog-core-cs.csproj b/encog-core-cs/encog-core-cs.csproj index bfc3558a..0c648098 100644 --- a/encog-core-cs/encog-core-cs.csproj +++ b/encog-core-cs/encog-core-cs.csproj @@ -3,7 +3,7 @@ Debug AnyCPU - 9.0.21022 + 8.0.30703 2.0 {AC6FADF9-0904-4EBD-B22C-1C787C7E7A95} Library @@ -349,8 +349,6 @@ - - @@ -358,13 +356,6 @@ - - Form - - - CSVFormLoader.cs - - @@ -376,9 +367,6 @@ - - - @@ -929,6 +917,21 @@ + + + + CSVFormLoader.cs + + + + + + + CSVFormLoader.cs + + + Form + @@ -938,9 +941,6 @@ - - CSVFormLoader.cs - TrainingDialog.cs