From 770c24812b6823d48bbea2f03942221d1aed964c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 15 Jun 2014 14:13:55 +0200 Subject: Use single template set of templates for .sln files --- template-vc11.sln | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 template-vc11.sln (limited to 'template-vc11.sln') diff --git a/template-vc11.sln b/template-vc11.sln new file mode 100644 index 0000000..436eeea --- /dev/null +++ b/template-vc11.sln @@ -0,0 +1,15 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +__projects__ +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution +__solution_configurations__ + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution +__project_configurations__ + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal -- cgit v1.1