From 789dd5b24896b06a76f614b22f5fd612584636fe Mon Sep 17 00:00:00 2001 From: Anton Kasyanov Date: Mon, 9 May 2016 17:25:37 +0300 Subject: [PATCH] Give proper names to the solution and project files --- preview toy.sln => EVE-O-Preview.sln | 10 ++++------ .../{preview toy.csproj => Eve-O-Preview.csproj} | 0 2 files changed, 4 insertions(+), 6 deletions(-) rename preview toy.sln => EVE-O-Preview.sln (69%) rename Eve-O-Preview/{preview toy.csproj => Eve-O-Preview.csproj} (100%) diff --git a/preview toy.sln b/EVE-O-Preview.sln similarity index 69% rename from preview toy.sln rename to EVE-O-Preview.sln index 007fa50..c5d80f3 100644 --- a/preview toy.sln +++ b/EVE-O-Preview.sln @@ -1,11 +1,9 @@  -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.31101.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "preview toy", "preview toy.csproj", "{6CA62DF3-8589-484C-8BC8-F763CA66BBB1}" +Microsoft Visual Studio Solution File, Format Version 14.00 +# Visual Studio 2015 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eve-O-Preview", "Eve-O-Preview\Eve-O-Preview.csproj", "{6CA62DF3-8589-484C-8BC8-F763CA66BBB1}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExeFile", "ExeFile\ExeFile.csproj", "{BE2C3A13-CC19-4525-895F-381DD71C5833}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eve-O-Mock", "Eve-O-Mock\Eve-O-Mock.csproj", "{BE2C3A13-CC19-4525-895F-381DD71C5833}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/Eve-O-Preview/preview toy.csproj b/Eve-O-Preview/Eve-O-Preview.csproj similarity index 100% rename from Eve-O-Preview/preview toy.csproj rename to Eve-O-Preview/Eve-O-Preview.csproj