diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-16 13:21:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-16 13:21:50 +0200 |
commit | dde0bc2f465804a6a6b4eb9770fbd094cdd0fdfa (patch) | |
tree | 6f9d67f4778d1ca8488ae04f16093d3435624eee /examples-vc11.sln | |
parent | 1bc3d11d26aa0cb6feba7fcfd6b8bb313beb31f5 (diff) |
Add support for Visual Studio 2012
Diffstat (limited to 'examples-vc11.sln')
-rw-r--r-- | examples-vc11.sln | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples-vc11.sln b/examples-vc11.sln new file mode 100644 index 0000000..436eeea --- /dev/null +++ b/examples-vc11.sln @@ -0,0 +1,15 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +__projects__ +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution +__solution_configurations__ + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution +__project_configurations__ + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal |