diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-06-15 14:13:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-06-15 14:13:55 +0200 |
commit | 770c24812b6823d48bbea2f03942221d1aed964c (patch) | |
tree | d19588e4d7a06955dfca2275d69201a5f1a450bd /template-vc10.sln | |
parent | 419d6b8fd02a149dd9f05b3ffbf4a7676e6e8b34 (diff) |
Use single template set of templates for .sln files
Diffstat (limited to 'template-vc10.sln')
-rw-r--r-- | template-vc10.sln | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/template-vc10.sln b/template-vc10.sln new file mode 100644 index 0000000..9a5dc32 --- /dev/null +++ b/template-vc10.sln @@ -0,0 +1,15 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +__projects__ +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution +__solution_configurations__ + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution +__project_configurations__ + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal |