From 5eb568fb842d08ff77a0cb592b6ba65e64fc3dd1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Moutte?= Date: Mon, 23 Jan 2006 12:37:33 +0000 Subject: [PATCH] win32/vs7: Add new vs7 project files and solution. Original commit message from CVS: * win32/vs7 : Add new vs7 project files and solution. --- ChangeLog | 5 + win32/vs7/grammar.vcproj | 161 +++++++++++++++ win32/vs7/gst-inspect.vcproj | 131 ++++++++++++ win32/vs7/gst-launch.vcproj | 130 ++++++++++++ win32/vs7/gstreamer.sln | 76 +++++++ win32/vs7/libgstbase.vcproj | 164 +++++++++++++++ win32/vs7/libgstcontroller.vcproj | 160 +++++++++++++++ win32/vs7/libgstcoreelements.vcproj | 176 ++++++++++++++++ win32/vs7/libgstreamer.vcproj | 300 ++++++++++++++++++++++++++++ 9 files changed, 1303 insertions(+) create mode 100644 win32/vs7/grammar.vcproj create mode 100644 win32/vs7/gst-inspect.vcproj create mode 100644 win32/vs7/gst-launch.vcproj create mode 100644 win32/vs7/gstreamer.sln create mode 100644 win32/vs7/libgstbase.vcproj create mode 100644 win32/vs7/libgstcontroller.vcproj create mode 100644 win32/vs7/libgstcoreelements.vcproj create mode 100644 win32/vs7/libgstreamer.vcproj diff --git a/ChangeLog b/ChangeLog index 3711fa4265..d174c26e1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-23 Sebastien Moutte + + * win32/vs7: + Add new vs7 project files and solution. + 2006-01-23 Sebastien Moutte * win32/vs7: diff --git a/win32/vs7/grammar.vcproj b/win32/vs7/grammar.vcproj new file mode 100644 index 0000000000..265abf6d88 --- /dev/null +++ b/win32/vs7/grammar.vcproj @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs7/gst-inspect.vcproj b/win32/vs7/gst-inspect.vcproj new file mode 100644 index 0000000000..632f77c5d8 --- /dev/null +++ b/win32/vs7/gst-inspect.vcproj @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs7/gst-launch.vcproj b/win32/vs7/gst-launch.vcproj new file mode 100644 index 0000000000..89bd202e18 --- /dev/null +++ b/win32/vs7/gst-launch.vcproj @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs7/gstreamer.sln b/win32/vs7/gstreamer.sln new file mode 100644 index 0000000000..25522438fa --- /dev/null +++ b/win32/vs7/gstreamer.sln @@ -0,0 +1,76 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "grammar", "grammar.vcproj", "{6D7EB3D4-7E91-4D98-80EA-28A8F2E365F7}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gst-inspect", "gst-inspect.vcproj", "{8064BB40-20BE-4EDE-A555-C57D314B7CE9}" + ProjectSection(ProjectDependencies) = postProject + {F987873B-2B88-4B1B-B627-F70DF4F91E49} = {F987873B-2B88-4B1B-B627-F70DF4F91E49} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gst-launch", "gst-launch.vcproj", "{5E59E796-C097-4FB7-A944-9063CF9BD300}" + ProjectSection(ProjectDependencies) = postProject + {F987873B-2B88-4B1B-B627-F70DF4F91E49} = {F987873B-2B88-4B1B-B627-F70DF4F91E49} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstbase", "libgstbase.vcproj", "{4D7BC403-583B-4725-BD87-A4A2B7FD8156}" + ProjectSection(ProjectDependencies) = postProject + {F987873B-2B88-4B1B-B627-F70DF4F91E49} = {F987873B-2B88-4B1B-B627-F70DF4F91E49} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstcontroller", "libgstcontroller.vcproj", "{5B28E515-C92B-4CF2-9963-AC6EFB8B2A5C}" + ProjectSection(ProjectDependencies) = postProject + {F987873B-2B88-4B1B-B627-F70DF4F91E49} = {F987873B-2B88-4B1B-B627-F70DF4F91E49} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstcoreelements", "libgstcoreelements.vcproj", "{62D7358C-6880-40EA-93FF-21B69376C7F0}" + ProjectSection(ProjectDependencies) = postProject + {4D7BC403-583B-4725-BD87-A4A2B7FD8156} = {4D7BC403-583B-4725-BD87-A4A2B7FD8156} + {F987873B-2B88-4B1B-B627-F70DF4F91E49} = {F987873B-2B88-4B1B-B627-F70DF4F91E49} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgstreamer", "libgstreamer.vcproj", "{F987873B-2B88-4B1B-B627-F70DF4F91E49}" + ProjectSection(ProjectDependencies) = postProject + {6D7EB3D4-7E91-4D98-80EA-28A8F2E365F7} = {6D7EB3D4-7E91-4D98-80EA-28A8F2E365F7} + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {6D7EB3D4-7E91-4D98-80EA-28A8F2E365F7}.Debug.ActiveCfg = Debug|Win32 + {6D7EB3D4-7E91-4D98-80EA-28A8F2E365F7}.Debug.Build.0 = Debug|Win32 + {6D7EB3D4-7E91-4D98-80EA-28A8F2E365F7}.Release.ActiveCfg = Release|Win32 + {6D7EB3D4-7E91-4D98-80EA-28A8F2E365F7}.Release.Build.0 = Release|Win32 + {8064BB40-20BE-4EDE-A555-C57D314B7CE9}.Debug.ActiveCfg = Debug|Win32 + {8064BB40-20BE-4EDE-A555-C57D314B7CE9}.Debug.Build.0 = Debug|Win32 + {8064BB40-20BE-4EDE-A555-C57D314B7CE9}.Release.ActiveCfg = Release|Win32 + {8064BB40-20BE-4EDE-A555-C57D314B7CE9}.Release.Build.0 = Release|Win32 + {5E59E796-C097-4FB7-A944-9063CF9BD300}.Debug.ActiveCfg = Debug|Win32 + {5E59E796-C097-4FB7-A944-9063CF9BD300}.Debug.Build.0 = Debug|Win32 + {5E59E796-C097-4FB7-A944-9063CF9BD300}.Release.ActiveCfg = Release|Win32 + {5E59E796-C097-4FB7-A944-9063CF9BD300}.Release.Build.0 = Release|Win32 + {4D7BC403-583B-4725-BD87-A4A2B7FD8156}.Debug.ActiveCfg = Debug|Win32 + {4D7BC403-583B-4725-BD87-A4A2B7FD8156}.Debug.Build.0 = Debug|Win32 + {4D7BC403-583B-4725-BD87-A4A2B7FD8156}.Release.ActiveCfg = Release|Win32 + {4D7BC403-583B-4725-BD87-A4A2B7FD8156}.Release.Build.0 = Release|Win32 + {5B28E515-C92B-4CF2-9963-AC6EFB8B2A5C}.Debug.ActiveCfg = Debug|Win32 + {5B28E515-C92B-4CF2-9963-AC6EFB8B2A5C}.Debug.Build.0 = Debug|Win32 + {5B28E515-C92B-4CF2-9963-AC6EFB8B2A5C}.Release.ActiveCfg = Release|Win32 + {5B28E515-C92B-4CF2-9963-AC6EFB8B2A5C}.Release.Build.0 = Release|Win32 + {62D7358C-6880-40EA-93FF-21B69376C7F0}.Debug.ActiveCfg = Debug|Win32 + {62D7358C-6880-40EA-93FF-21B69376C7F0}.Debug.Build.0 = Debug|Win32 + {62D7358C-6880-40EA-93FF-21B69376C7F0}.Release.ActiveCfg = Release|Win32 + {62D7358C-6880-40EA-93FF-21B69376C7F0}.Release.Build.0 = Release|Win32 + {F987873B-2B88-4B1B-B627-F70DF4F91E49}.Debug.ActiveCfg = Debug|Win32 + {F987873B-2B88-4B1B-B627-F70DF4F91E49}.Debug.Build.0 = Debug|Win32 + {F987873B-2B88-4B1B-B627-F70DF4F91E49}.Release.ActiveCfg = Release|Win32 + {F987873B-2B88-4B1B-B627-F70DF4F91E49}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/win32/vs7/libgstbase.vcproj b/win32/vs7/libgstbase.vcproj new file mode 100644 index 0000000000..9fb6ccce87 --- /dev/null +++ b/win32/vs7/libgstbase.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs7/libgstcontroller.vcproj b/win32/vs7/libgstcontroller.vcproj new file mode 100644 index 0000000000..827627ec8b --- /dev/null +++ b/win32/vs7/libgstcontroller.vcproj @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs7/libgstcoreelements.vcproj b/win32/vs7/libgstcoreelements.vcproj new file mode 100644 index 0000000000..1d08abc6ba --- /dev/null +++ b/win32/vs7/libgstcoreelements.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs7/libgstreamer.vcproj b/win32/vs7/libgstreamer.vcproj new file mode 100644 index 0000000000..836b3a2c74 --- /dev/null +++ b/win32/vs7/libgstreamer.vcproj @@ -0,0 +1,300 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.34.1