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-vc8.sln | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 template-vc8.sln (limited to 'template-vc8.sln') diff --git a/template-vc8.sln b/template-vc8.sln new file mode 100644 index 0000000..f38bad2 --- /dev/null +++ b/template-vc8.sln @@ -0,0 +1,15 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +__projects__ +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution +__solution_configurations__ + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution +__project_configurations__ + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal -- cgit v1.1