diff --git a/NOCQ.sln b/NOCQ.sln index 214d292..f0bef2d 100644 --- a/NOCQ.sln +++ b/NOCQ.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NOCQ", "NOCQ\NOCQ.csproj", "{83651B7D-B58F-46B8-BFE2-BCC0A6C92C7A}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NOCQ", "src\NOCQ\NOCQ.csproj", "{83651B7D-B58F-46B8-BFE2-BCC0A6C92C7A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,6 +15,6 @@ Global {83651B7D-B58F-46B8-BFE2-BCC0A6C92C7A}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution - StartupItem = NOCQ\NOCQ.csproj + StartupItem = src\NOCQ\NOCQ.csproj EndGlobalSection EndGlobal diff --git a/NOCQ/MyClass.cs b/src/NOCQ/MyClass.cs similarity index 100% rename from NOCQ/MyClass.cs rename to src/NOCQ/MyClass.cs diff --git a/NOCQ/NOCQ.csproj b/src/NOCQ/NOCQ.csproj similarity index 100% rename from NOCQ/NOCQ.csproj rename to src/NOCQ/NOCQ.csproj diff --git a/NOCQ/Properties/AssemblyInfo.cs b/src/NOCQ/Properties/AssemblyInfo.cs similarity index 100% rename from NOCQ/Properties/AssemblyInfo.cs rename to src/NOCQ/Properties/AssemblyInfo.cs