Skip to content

Commit

Permalink
change project name
Browse files Browse the repository at this point in the history
  • Loading branch information
Banyc committed Jun 29, 2020
1 parent dab6fc8 commit 4babf20
Show file tree
Hide file tree
Showing 20 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MiniSQL.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MiniSQL.RecordManager", "sr
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MiniSQL.Library", "src\MiniSQL.Library\MiniSQL.Library.csproj", "{3EA08587-04EB-40CA-B025-5D02A9030178}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MiniSQL.Startup", "src\MiniSQL.Startup\MiniSQL.Startup.csproj", "{B6695733-2C87-4D7B-B8A8-0BC444A23712}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MiniSQL.Client", "src\MiniSQL.Client\MiniSQL.Client.csproj", "{B6695733-2C87-4D7B-B8A8-0BC444A23712}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A functioning database supporting a subset of SQL. Cross-platform.

## Run

1. Set `pwd` to `src/MiniSQL.Startup/`
1. Set `pwd` to `src/MiniSQL.Client/`
1. Run command `dotnet run`
1. Type in some supported SQL
1. Type `exit` to exit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using MiniSQL.Library.Interfaces;
using MiniSQL.Library.Models;

namespace MiniSQL.Startup.Controllers
namespace MiniSQL.Client.Controllers
{
public class View
{
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using MiniSQL.Api.Controllers;
using MiniSQL.Library.Interfaces;
using MiniSQL.Startup.Controllers;
using MiniSQL.Client.Controllers;

namespace MiniSQL.Startup
namespace MiniSQL.Client
{
class Program
{
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4babf20

Please sign in to comment.