diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-06-15 13:43:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-06-15 13:43:24 +0200 |
commit | e92829c1734a98ae186ee6e06ea817b9c9fe9323 (patch) | |
tree | 69ac0af350720ab3f79981aa09a2bace26542618 /template-vc8.sln | |
parent | 9fda153cc21db0c4bbb00265cb9acff902f5b791 (diff) |
Use single template set of templates for .sln files
Diffstat (limited to 'template-vc8.sln')
-rw-r--r-- | template-vc8.sln | 15 |
1 files changed, 15 insertions, 0 deletions
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 |