[xiph-commits] r13378 - in trunk/ogg: . win32/VS2005
win32/VS2005/libogg
sping at svn.xiph.org
sping at svn.xiph.org
Sat Jul 28 13:38:19 PDT 2007
Author: sping
Date: 2007-07-28 13:38:19 -0700 (Sat, 28 Jul 2007)
New Revision: 13378
Added:
trunk/ogg/win32/VS2005/ogg.sln
Modified:
trunk/ogg/
trunk/ogg/win32/VS2005/
trunk/ogg/win32/VS2005/libogg/
Log:
Visual Studio 2005 solution file added
Property changes on: trunk/ogg
___________________________________________________________________
Name: svn:ignore
- aclocal.m4
autom4te.cache
ChangeLog
compile
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
depcomp
install-sh
libogg.spec
libtool
ltmain.sh
Makefile
Makefile.in
missing
mkinstalldirs
ogg.pc
ogg-uninstalled.pc
stamp-h1
+ aclocal.m4
autom4te.cache
ChangeLog
compile
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
depcomp
install-sh
libogg.spec
libtool
ltmain.sh
Makefile
Makefile.in
missing
mkinstalldirs
ogg.pc
ogg-uninstalled.pc
stamp-h1
.project
Property changes on: trunk/ogg/win32/VS2005
___________________________________________________________________
Name: svn:ignore
+ debug
release
*.ncb
*.suo
Property changes on: trunk/ogg/win32/VS2005/libogg
___________________________________________________________________
Name: svn:ignore
- Debug
*.user
+ Debug
*.user
Release
Release_SSE
Release_SSE2
*.ncb
*.suo
Added: trunk/ogg/win32/VS2005/ogg.sln
===================================================================
--- trunk/ogg/win32/VS2005/ogg.sln (rev 0)
+++ trunk/ogg/win32/VS2005/ogg.sln 2007-07-28 20:38:19 UTC (rev 13378)
@@ -0,0 +1,25 @@
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libogg", "libogg\libogg.vcproj", "{15CBFEFF-7965-41F5-B4E2-21E8795C9159}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release_SSE|Win32 = Release_SSE|Win32
+ Release_SSE2|Win32 = Release_SSE2|Win32
+ Release|Win32 = Release|Win32
+ 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}.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_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|Win32.ActiveCfg = Release|Win32
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
More information about the commits
mailing list