summaryrefslogtreecommitdiff
path: root/win32/VS2005/libogg_dynamic.sln
diff options
context:
space:
mode:
authorCristian Adam <cristianadam@xiph.org>2009-01-05 21:55:15 +0000
committerCristian Adam <cristianadam@xiph.org>2009-01-05 21:55:15 +0000
commit93687e8694ec848d29d2233daee5f7e04b53efbb (patch)
treebd9c82f890c2e9470ecdc5ab7c4fee788deabd45 /win32/VS2005/libogg_dynamic.sln
parent512cf2ec069b463819dd5c455427c2b95d05305e (diff)
downloadogg-93687e8694ec848d29d2233daee5f7e04b53efbb.tar.gz
Refactored Visual Studio 2005 project files. Added static and dynamic library support, and win32 and x64 platform support.
git-svn-id: http://svn.xiph.org/trunk/ogg@15604 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'win32/VS2005/libogg_dynamic.sln')
-rw-r--r--win32/VS2005/libogg_dynamic.sln38
1 files changed, 38 insertions, 0 deletions
diff --git a/win32/VS2005/libogg_dynamic.sln b/win32/VS2005/libogg_dynamic.sln
new file mode 100644
index 0000000..2a9674f
--- /dev/null
+++ b/win32/VS2005/libogg_dynamic.sln
@@ -0,0 +1,38 @@
+
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libogg", "libogg_dynamic.vcproj", "{15CBFEFF-7965-41F5-B4E2-21E8795C9159}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Debug|x64 = Debug|x64
+ Release_SSE|Win32 = Release_SSE|Win32
+ Release_SSE|x64 = Release_SSE|x64
+ Release_SSE2|Win32 = Release_SSE2|Win32
+ Release_SSE2|x64 = Release_SSE2|x64
+ Release|Win32 = Release|Win32
+ Release|x64 = Release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Debug|Win32.ActiveCfg = Debug|Win32
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Debug|Win32.Build.0 = Debug|Win32
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Debug|x64.ActiveCfg = Debug|x64
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Debug|x64.Build.0 = Debug|x64
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Release_SSE|Win32.ActiveCfg = Release_SSE|Win32
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Release_SSE|Win32.Build.0 = Release_SSE|Win32
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Release_SSE|x64.ActiveCfg = Release_SSE|x64
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Release_SSE|x64.Build.0 = Release_SSE|x64
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Release_SSE2|Win32.ActiveCfg = Release_SSE2|Win32
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Release_SSE2|Win32.Build.0 = Release_SSE2|Win32
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Release_SSE2|x64.ActiveCfg = Release_SSE2|x64
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Release_SSE2|x64.Build.0 = Release_SSE2|x64
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Release|Win32.ActiveCfg = Release|Win32
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Release|Win32.Build.0 = Release|Win32
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Release|x64.ActiveCfg = Release|x64
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Release|x64.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal