From 0056da1aef736c2f56d4e8c1ce61ffa61740d538 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Mon, 8 May 2017 17:53:08 +0200 Subject: [PATCH] Remove OpenRA.Mods.Example.sln --- OpenRA.Mods.Example.sln | 17 ----------------- README.md | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 OpenRA.Mods.Example.sln diff --git a/OpenRA.Mods.Example.sln b/OpenRA.Mods.Example.sln deleted file mode 100644 index 22d1d11..0000000 --- a/OpenRA.Mods.Example.sln +++ /dev/null @@ -1,17 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenRA.Mods.Example", "OpenRA.Mods.Example\OpenRA.Mods.Example.csproj", "{4E5B38F7-4E99-4C92-BB39-9100CC7F3829}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4E5B38F7-4E99-4C92-BB39-9100CC7F3829}.Debug|x86.ActiveCfg = Debug|x86 - {4E5B38F7-4E99-4C92-BB39-9100CC7F3829}.Debug|x86.Build.0 = Debug|x86 - {4E5B38F7-4E99-4C92-BB39-9100CC7F3829}.Release|x86.ActiveCfg = Release|x86 - {4E5B38F7-4E99-4C92-BB39-9100CC7F3829}.Release|x86.Build.0 = Release|x86 - EndGlobalSection -EndGlobal diff --git a/README.md b/README.md index 007402a..d01b28f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It is not recommended or supported to use the `example` mod as the basis for a n You should now have a functioning stand-alone clone of the `cnc` mod that you can adapt / replace piece by piece with your own project. -If you don't plan on including any custom C# logic in your mod then you should delete `ExampleMod.sln`, `OpenRA.Mods.Example.sln`, and the `OpenRA.Mods.Example` directory. If you do plan on including custom logic, then you will need to make some futher changes: +If you don't plan on including any custom C# logic in your mod then you should delete `ExampleMod.sln` and the `OpenRA.Mods.Example` directory. If you do plan on including custom logic, then you will need to make some futher changes: * TODO: Explain updating the GUIDs, project name, and changing the build output to `mods/mynewmod/` ### Developing / running your in-development mod