From 865528b906d8f33a12c63ff67a2867694af392cd Mon Sep 17 00:00:00 2001 From: jacek-ratzinger Date: Fri, 6 Dec 2013 11:19:19 +0100 Subject: [PATCH] add solution file for Visual Studio 2012 --- Concordion.Kickstart.vs2012.sln | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Concordion.Kickstart.vs2012.sln diff --git a/Concordion.Kickstart.vs2012.sln b/Concordion.Kickstart.vs2012.sln new file mode 100644 index 0000000..6a02f92 --- /dev/null +++ b/Concordion.Kickstart.vs2012.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kickstart", "Kickstart\Kickstart.csproj", "{6C4F96CB-9762-4F3D-A7BF-F74422B186CA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kickstart.Spec", "Kickstart.Spec\Kickstart.Spec.csproj", "{F170F9C9-3398-47E2-96E4-D24AF979DE10}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {6C4F96CB-9762-4F3D-A7BF-F74422B186CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6C4F96CB-9762-4F3D-A7BF-F74422B186CA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6C4F96CB-9762-4F3D-A7BF-F74422B186CA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6C4F96CB-9762-4F3D-A7BF-F74422B186CA}.Release|Any CPU.Build.0 = Release|Any CPU + {F170F9C9-3398-47E2-96E4-D24AF979DE10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F170F9C9-3398-47E2-96E4-D24AF979DE10}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F170F9C9-3398-47E2-96E4-D24AF979DE10}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F170F9C9-3398-47E2-96E4-D24AF979DE10}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal