summaryrefslogtreecommitdiffstats
path: root/win32/gst.sln
diff options
context:
space:
mode:
authorSteve Lhomme <steve.lhomme@free.fr>2004-07-24 21:11:31 +0000
committerSteve Lhomme <steve.lhomme@free.fr>2004-07-24 21:11:31 +0000
commit7f4028ce85070f3cf39982a393411f0455dc0301 (patch)
treed7d945cde1a7aa21bd7796cbdea830b15cd54f74 /win32/gst.sln
parent5c3d99cd1e8db3f82dffe74c114d1befe8a3eb22 (diff)
downloadgst-plugins-bad-7f4028ce85070f3cf39982a393411f0455dc0301.tar.gz
gst-plugins-bad-7f4028ce85070f3cf39982a393411f0455dc0301.tar.bz2
gst-plugins-bad-7f4028ce85070f3cf39982a393411f0455dc0301.zip
Add the preliminary canvas to build plugins on Win32
Original commit message from CVS: Add the preliminary canvas to build plugins on Win32
Diffstat (limited to 'win32/gst.sln')
-rw-r--r--win32/gst.sln30
1 files changed, 30 insertions, 0 deletions
diff --git a/win32/gst.sln b/win32/gst.sln
new file mode 100644
index 00000000..439234e8
--- /dev/null
+++ b/win32/gst.sln
@@ -0,0 +1,30 @@
+Microsoft Visual Studio Solution File, Format Version 8.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "matroska", "..\gst\matroska\matroska.vcproj", "{979C216F-0ACF-4956-AE00-055A42D67891}"
+ ProjectSection(ProjectDependencies) = postProject
+ {979C216F-0ACF-4956-AE00-055A42D67890} = {979C216F-0ACF-4956-AE00-055A42D67890}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libs", "..\gst-libs\gst\gst-libs.vcproj", "{979C216F-0ACF-4956-AE00-055A42D67890}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfiguration) = preSolution
+ Debug = Debug
+ Release = Release
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ {979C216F-0ACF-4956-AE00-055A42D67891}.Debug.ActiveCfg = Debug|Win32
+ {979C216F-0ACF-4956-AE00-055A42D67891}.Debug.Build.0 = Debug|Win32
+ {979C216F-0ACF-4956-AE00-055A42D67891}.Release.ActiveCfg = Release|Win32
+ {979C216F-0ACF-4956-AE00-055A42D67891}.Release.Build.0 = Release|Win32
+ {979C216F-0ACF-4956-AE00-055A42D67890}.Debug.ActiveCfg = Debug|Win32
+ {979C216F-0ACF-4956-AE00-055A42D67890}.Debug.Build.0 = Debug|Win32
+ {979C216F-0ACF-4956-AE00-055A42D67890}.Release.ActiveCfg = Release|Win32
+ {979C216F-0ACF-4956-AE00-055A42D67890}.Release.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal