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-vc12.sln | |
parent | 419d6b8fd02a149dd9f05b3ffbf4a7676e6e8b34 (diff) |
Use single template set of templates for .sln files
Diffstat (limited to 'template-vc12.sln')
-rw-r--r-- | template-vc12.sln | 17 |
1 files changed, 17 insertions, 0 deletions
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 |