From b387155197c2de27759cf372fe9657fa928d9c6f Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Mon, 18 Sep 2017 14:34:25 +0200 Subject: [PATCH] [mono-api-html] Add solution. It makes running mono-api-html from an IDE easier. --- mcs/tools/mono-api-html/mono-api-html.sln | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 mcs/tools/mono-api-html/mono-api-html.sln diff --git a/mcs/tools/mono-api-html/mono-api-html.sln b/mcs/tools/mono-api-html/mono-api-html.sln new file mode 100644 index 00000000000..265e4fa9558 --- /dev/null +++ b/mcs/tools/mono-api-html/mono-api-html.sln @@ -0,0 +1,17 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mono-api-html", "mono-api-html.csproj", "{D25986E2-7A41-4966-A26D-5614BAC7B8A7}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D25986E2-7A41-4966-A26D-5614BAC7B8A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D25986E2-7A41-4966-A26D-5614BAC7B8A7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D25986E2-7A41-4966-A26D-5614BAC7B8A7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D25986E2-7A41-4966-A26D-5614BAC7B8A7}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal -- 2.25.1