Moving source files into a separate folder

This commit is contained in:
Anton Kasyanov
2021-02-28 17:09:33 +02:00
parent cd5002abb3
commit 656c68065e
108 changed files with 68 additions and 82 deletions

View File

@@ -2,7 +2,7 @@
{
static class Configuration
{
public const string SolutionName = @"./EVE-O-Preview.sln";
public const string SolutionName = @"./src/EVE-O-Preview.sln";
public const string BinFolder = @"./bin";
public const string ToolsFolder = @"./tools";