From 871082dc018815261b6ec75a8e4933505389ffae Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 29 Apr 2014 08:29:49 +0200 Subject: Support for autotools and VC++ 9, 10, 11 build systems --- examples/examples-vc9.sln | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/examples-vc9.sln (limited to 'examples/examples-vc9.sln') diff --git a/examples/examples-vc9.sln b/examples/examples-vc9.sln new file mode 100644 index 0000000..2ec9432 --- /dev/null +++ b/examples/examples-vc9.sln @@ -0,0 +1,15 @@ + +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +__projects__ +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution +__solution_configurations__ + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution +__project_configurations__ + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal -- cgit v1.1