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