From 715c2fa5d40903f171d9ad7906308ebf6b74de0d Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 2 Jun 2016 12:17:52 +0200 Subject: [PATCH] [xharness] Add separate solution to make it load faster in the IDE. (#124) --- tests/xharness/xharness.sln | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/xharness/xharness.sln diff --git a/tests/xharness/xharness.sln b/tests/xharness/xharness.sln new file mode 100644 index 0000000000..9facb6ab90 --- /dev/null +++ b/tests/xharness/xharness.sln @@ -0,0 +1,17 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xharness", "xharness.csproj", "{E1F53F80-8399-499B-8017-C414B9CD263B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E1F53F80-8399-499B-8017-C414B9CD263B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E1F53F80-8399-499B-8017-C414B9CD263B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E1F53F80-8399-499B-8017-C414B9CD263B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E1F53F80-8399-499B-8017-C414B9CD263B}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal