From 508f39c72de649c70312df6ba8b3938b055b27fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 30 Jun 2011 14:52:03 +0000 Subject: project stub for M$VC2008 aka VS9.0 svn path=/trunk/externals/zexy/; revision=15136 --- build/win-vs2008/zexy.sln | 18 +++ build/win-vs2008/zexy.vcproj | 349 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 367 insertions(+) create mode 100644 build/win-vs2008/zexy.sln create mode 100644 build/win-vs2008/zexy.vcproj (limited to 'build') diff --git a/build/win-vs2008/zexy.sln b/build/win-vs2008/zexy.sln new file mode 100644 index 0000000..241f59b --- /dev/null +++ b/build/win-vs2008/zexy.sln @@ -0,0 +1,18 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zexy", "zexy.vcproj", "{6B55773B-3FF5-4F09-B538-2A7007DEC4DB}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Release = Release + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {6B55773B-3FF5-4F09-B538-2A7007DEC4DB}.Release.ActiveCfg = Release|Win32 + {6B55773B-3FF5-4F09-B538-2A7007DEC4DB}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/build/win-vs2008/zexy.vcproj b/build/win-vs2008/zexy.vcproj new file mode 100644 index 0000000..780725e --- /dev/null +++ b/build/win-vs2008/zexy.vcproj @@ -0,0 +1,349 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1