From bb00a7a02e3a8b9ea7504f6074d77c5c947555cf Mon Sep 17 00:00:00 2001 From: Atif Aziz Date: Tue, 24 Jun 2008 15:55:44 +0000 Subject: [PATCH] Renamed samples directories to match the project names. --- src/NCrontab.sln | 4 ++-- .../NCrontabConsole.csproj | 0 src/{CrontabConsole => NCrontabConsole}/Program.cs | 0 .../Properties/AssemblyInfo.cs | 0 src/{CrontabViewer => NCrontabViewer}/MainForm.Designer.cs | 0 src/{CrontabViewer => NCrontabViewer}/MainForm.cs | 0 src/{CrontabViewer => NCrontabViewer}/MainForm.resx | 0 src/{CrontabViewer => NCrontabViewer}/NCrontabViewer.csproj | 0 src/{CrontabViewer => NCrontabViewer}/Program.cs | 0 .../Properties/AssemblyInfo.cs | 0 10 files changed, 2 insertions(+), 2 deletions(-) rename src/{CrontabConsole => NCrontabConsole}/NCrontabConsole.csproj (100%) rename src/{CrontabConsole => NCrontabConsole}/Program.cs (100%) rename src/{CrontabConsole => NCrontabConsole}/Properties/AssemblyInfo.cs (100%) rename src/{CrontabViewer => NCrontabViewer}/MainForm.Designer.cs (100%) rename src/{CrontabViewer => NCrontabViewer}/MainForm.cs (100%) rename src/{CrontabViewer => NCrontabViewer}/MainForm.resx (100%) rename src/{CrontabViewer => NCrontabViewer}/NCrontabViewer.csproj (100%) rename src/{CrontabViewer => NCrontabViewer}/Program.cs (100%) rename src/{CrontabViewer => NCrontabViewer}/Properties/AssemblyInfo.cs (100%) diff --git a/src/NCrontab.sln b/src/NCrontab.sln index aa34351..0adc0ca 100644 --- a/src/NCrontab.sln +++ b/src/NCrontab.sln @@ -3,11 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NCrontab", "NCrontab\NCrontab.csproj", "{1948D266-8DCB-4AC5-98E6-A609713011CB}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NCrontabConsole", "CrontabConsole\NCrontabConsole.csproj", "{89D84924-0952-40FC-8994-758C4215ABEB}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NCrontabConsole", "NCrontabConsole\NCrontabConsole.csproj", "{89D84924-0952-40FC-8994-758C4215ABEB}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NCrontab.Tests", "NCrontab.Tests\NCrontab.Tests.csproj", "{7F587D68-75DD-4779-8744-85E9B07EC565}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NCrontabViewer", "CrontabViewer\NCrontabViewer.csproj", "{02F42DAC-8A9F-45BB-B734-BB08F0D194C4}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NCrontabViewer", "NCrontabViewer\NCrontabViewer.csproj", "{02F42DAC-8A9F-45BB-B734-BB08F0D194C4}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A4109292-0FE5-4761-868A-31A5BEB1810A}" ProjectSection(SolutionItems) = preProject diff --git a/src/CrontabConsole/NCrontabConsole.csproj b/src/NCrontabConsole/NCrontabConsole.csproj similarity index 100% rename from src/CrontabConsole/NCrontabConsole.csproj rename to src/NCrontabConsole/NCrontabConsole.csproj diff --git a/src/CrontabConsole/Program.cs b/src/NCrontabConsole/Program.cs similarity index 100% rename from src/CrontabConsole/Program.cs rename to src/NCrontabConsole/Program.cs diff --git a/src/CrontabConsole/Properties/AssemblyInfo.cs b/src/NCrontabConsole/Properties/AssemblyInfo.cs similarity index 100% rename from src/CrontabConsole/Properties/AssemblyInfo.cs rename to src/NCrontabConsole/Properties/AssemblyInfo.cs diff --git a/src/CrontabViewer/MainForm.Designer.cs b/src/NCrontabViewer/MainForm.Designer.cs similarity index 100% rename from src/CrontabViewer/MainForm.Designer.cs rename to src/NCrontabViewer/MainForm.Designer.cs diff --git a/src/CrontabViewer/MainForm.cs b/src/NCrontabViewer/MainForm.cs similarity index 100% rename from src/CrontabViewer/MainForm.cs rename to src/NCrontabViewer/MainForm.cs diff --git a/src/CrontabViewer/MainForm.resx b/src/NCrontabViewer/MainForm.resx similarity index 100% rename from src/CrontabViewer/MainForm.resx rename to src/NCrontabViewer/MainForm.resx diff --git a/src/CrontabViewer/NCrontabViewer.csproj b/src/NCrontabViewer/NCrontabViewer.csproj similarity index 100% rename from src/CrontabViewer/NCrontabViewer.csproj rename to src/NCrontabViewer/NCrontabViewer.csproj diff --git a/src/CrontabViewer/Program.cs b/src/NCrontabViewer/Program.cs similarity index 100% rename from src/CrontabViewer/Program.cs rename to src/NCrontabViewer/Program.cs diff --git a/src/CrontabViewer/Properties/AssemblyInfo.cs b/src/NCrontabViewer/Properties/AssemblyInfo.cs similarity index 100% rename from src/CrontabViewer/Properties/AssemblyInfo.cs rename to src/NCrontabViewer/Properties/AssemblyInfo.cs