Set new directory structure in the project files
authorXavi Artigas <xartigas@fluendo.com>
Tue, 29 May 2012 10:49:03 +0000 (12:49 +0200)
committerXavi Artigas <xartigas@fluendo.com>
Tue, 29 May 2012 10:49:03 +0000 (12:49 +0200)
24 files changed:
gst-sdk/tutorials/vs2010/basic-tutorial-1/basic-tutorial-1.vcxproj
gst-sdk/tutorials/vs2010/basic-tutorial-1/basic-tutorial-1.vcxproj.filters
gst-sdk/tutorials/vs2010/basic-tutorial-10/basic-tutorial-10.vcxproj [new file with mode: 0644]
gst-sdk/tutorials/vs2010/basic-tutorial-10/basic-tutorial-10.vcxproj.filters [new file with mode: 0644]
gst-sdk/tutorials/vs2010/basic-tutorial-2/basic-tutorial-2.vcxproj
gst-sdk/tutorials/vs2010/basic-tutorial-2/basic-tutorial-2.vcxproj.filters
gst-sdk/tutorials/vs2010/basic-tutorial-3/basic-tutorial-3.vcxproj
gst-sdk/tutorials/vs2010/basic-tutorial-3/basic-tutorial-3.vcxproj.filters
gst-sdk/tutorials/vs2010/basic-tutorial-4/basic-tutorial-4.vcxproj
gst-sdk/tutorials/vs2010/basic-tutorial-4/basic-tutorial-4.vcxproj.filters
gst-sdk/tutorials/vs2010/basic-tutorial-5/basic-tutorial-5.vcxproj
gst-sdk/tutorials/vs2010/basic-tutorial-5/basic-tutorial-5.vcxproj.filters
gst-sdk/tutorials/vs2010/basic-tutorial-6/basic-tutorial-6.vcxproj
gst-sdk/tutorials/vs2010/basic-tutorial-6/basic-tutorial-6.vcxproj.filters
gst-sdk/tutorials/vs2010/basic-tutorial-7/basic-tutorial-7.vcxproj
gst-sdk/tutorials/vs2010/basic-tutorial-7/basic-tutorial-7.vcxproj.filters
gst-sdk/tutorials/vs2010/basic-tutorial-8/basic-tutorial-8.vcxproj
gst-sdk/tutorials/vs2010/basic-tutorial-8/basic-tutorial-8.vcxproj.filters
gst-sdk/tutorials/vs2010/basic-tutorial-9/basic-tutorial-9.vcxproj
gst-sdk/tutorials/vs2010/basic-tutorial-9/basic-tutorial-9.vcxproj.filters
gst-sdk/tutorials/vs2010/playback-tutorial-1/playback-tutorial-1.vcxproj
gst-sdk/tutorials/vs2010/playback-tutorial-1/playback-tutorial-1.vcxproj.filters
gst-sdk/tutorials/vs2010/playback-tutorial-2/playback-tutorial-2.vcxproj
gst-sdk/tutorials/vs2010/playback-tutorial-2/playback-tutorial-2.vcxproj.filters

index 1ed93ef..0092e18 100644 (file)
@@ -19,7 +19,7 @@
     </ProjectConfiguration>\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\basic-tutorial-1.c" />\r
+    <ClCompile Include="..\..\basic-tutorial-1.c" />\r
   </ItemGroup>\r
   <PropertyGroup Label="Globals">\r
     <Keyword>Win32Proj</Keyword>\r
index 260bf3c..b5b0063 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\basic-tutorial-1.c" />\r
+    <ClCompile Include="..\..\basic-tutorial-1.c" />\r
   </ItemGroup>\r
 </Project>
\ No newline at end of file
diff --git a/gst-sdk/tutorials/vs2010/basic-tutorial-10/basic-tutorial-10.vcxproj b/gst-sdk/tutorials/vs2010/basic-tutorial-10/basic-tutorial-10.vcxproj
new file mode 100644 (file)
index 0000000..ff1ae2c
--- /dev/null
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+  <ItemGroup Label="ProjectConfigurations">\r
+    <ProjectConfiguration Include="Debug|Win32">\r
+      <Configuration>Debug</Configuration>\r
+      <Platform>Win32</Platform>\r
+    </ProjectConfiguration>\r
+    <ProjectConfiguration Include="Debug|x64">\r
+      <Configuration>Debug</Configuration>\r
+      <Platform>x64</Platform>\r
+    </ProjectConfiguration>\r
+    <ProjectConfiguration Include="Release|Win32">\r
+      <Configuration>Release</Configuration>\r
+      <Platform>Win32</Platform>\r
+    </ProjectConfiguration>\r
+    <ProjectConfiguration Include="Release|x64">\r
+      <Configuration>Release</Configuration>\r
+      <Platform>x64</Platform>\r
+    </ProjectConfiguration>\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <ClCompile Include="..\..\basic-tutorial-10.c" />\r
+  </ItemGroup>\r
+  <PropertyGroup Label="Globals">\r
+    <Keyword>Win32Proj</Keyword>\r
+    <ProjectGuid>{A2E63C29-3375-4930-B7D3-2F23EC824EAF}</ProjectGuid>\r
+    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
+  </PropertyGroup>\r
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
+  <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">\r
+    <ConfigurationType>Application</ConfigurationType>\r
+    <UseDebugLibraries>true</UseDebugLibraries>\r
+    <CharacterSet>Unicode</CharacterSet>\r
+    <PlatformToolset Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Windows7.1SDK</PlatformToolset>\r
+    <PlatformToolset Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Windows7.1SDK</PlatformToolset>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">\r
+    <ConfigurationType>Application</ConfigurationType>\r
+    <UseDebugLibraries>false</UseDebugLibraries>\r
+    <WholeProgramOptimization>true</WholeProgramOptimization>\r
+    <CharacterSet>Unicode</CharacterSet>\r
+    <PlatformToolset Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Windows7.1SDK</PlatformToolset>\r
+    <PlatformToolset Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Windows7.1SDK</PlatformToolset>\r
+  </PropertyGroup>\r
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
+  <ImportGroup Label="ExtensionSettings">\r
+  </ImportGroup>\r
+  <ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='Win32'">\r
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+    <Import Project="$(GSTREAMER_SDK_ROOT_X86)\share\vs\2010\libs\gstreamer-0.10.props" Condition="exists('$(GSTREAMER_SDK_ROOT_X86)\share\vs\2010\libs\gstreamer-0.10.props')" />\r
+    <Import Project="$(GSTREAMER_SDK_ROOT_X86)\share\vs\2010\msvc\x86.props" Condition="exists('$(GSTREAMER_SDK_ROOT_X86)\share\vs\2010\msvc\x86.props')" />\r
+  </ImportGroup>\r
+  <ImportGroup Label="PropertySheets" Condition="'$(Platform)'=='x64'">\r
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+    <Import Project="$(GSTREAMER_SDK_ROOT_X86_64)\share\vs\2010\libs\gstreamer-0.10.props" Condition="exists('$(GSTREAMER_SDK_ROOT_X86_64)\share\vs\2010\libs\gstreamer-0.10.props')" />\r
+    <Import Project="$(GSTREAMER_SDK_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props" Condition="exists('$(GSTREAMER_SDK_ROOT_X86_64)\share\vs\2010\msvc\x86_64.props')" />\r
+  </ImportGroup>\r
+  <PropertyGroup Label="UserMacros" />\r
+  <PropertyGroup Condition="'$(Configuration)'=='Debug'">\r
+    <LinkIncremental>true</LinkIncremental>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition="'$(Configuration)'=='Release'">\r
+    <LinkIncremental>false</LinkIncremental>\r
+  </PropertyGroup>\r
+  <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">\r
+    <ClCompile>\r
+      <PrecompiledHeader>\r
+      </PrecompiledHeader>\r
+      <WarningLevel>Level3</WarningLevel>\r
+      <Optimization>Disabled</Optimization>\r
+      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
+    </ClCompile>\r
+    <Link>\r
+      <SubSystem>Console</SubSystem>\r
+      <GenerateDebugInformation>true</GenerateDebugInformation>\r
+      <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>\r
+      <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>\r
+    </Link>\r
+  </ItemDefinitionGroup>\r
+  <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">\r
+    <ClCompile>\r
+      <WarningLevel>Level3</WarningLevel>\r
+      <PrecompiledHeader>\r
+      </PrecompiledHeader>\r
+      <Optimization>MaxSpeed</Optimization>\r
+      <FunctionLevelLinking>true</FunctionLevelLinking>\r
+      <IntrinsicFunctions>true</IntrinsicFunctions>\r
+      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
+    </ClCompile>\r
+    <Link>\r
+      <SubSystem>Console</SubSystem>\r
+      <GenerateDebugInformation>false</GenerateDebugInformation>\r
+      <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
+    </Link>\r
+  </ItemDefinitionGroup>\r
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
+  <ImportGroup Label="ExtensionTargets">\r
+  </ImportGroup>\r
+</Project>
\ No newline at end of file
diff --git a/gst-sdk/tutorials/vs2010/basic-tutorial-10/basic-tutorial-10.vcxproj.filters b/gst-sdk/tutorials/vs2010/basic-tutorial-10/basic-tutorial-10.vcxproj.filters
new file mode 100644 (file)
index 0000000..b0c0be2
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+  <ItemGroup>\r
+    <ClCompile Include="..\..\basic-tutorial-10.c" />\r
+  </ItemGroup>\r
+</Project>
\ No newline at end of file
index 5c77c45..4da9b38 100644 (file)
@@ -19,7 +19,7 @@
     </ProjectConfiguration>\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\basic-tutorial-2.c" />\r
+    <ClCompile Include="..\..\basic-tutorial-2.c" />\r
   </ItemGroup>\r
   <PropertyGroup Label="Globals">\r
     <Keyword>Win32Proj</Keyword>\r
index e6aec27..20de244 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\basic-tutorial-2.c" />\r
+    <ClCompile Include="..\..\basic-tutorial-2.c" />\r
   </ItemGroup>\r
 </Project>
\ No newline at end of file
index 9fa71cd..e02a19f 100644 (file)
@@ -19,7 +19,7 @@
     </ProjectConfiguration>\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\basic-tutorial-3.c" />\r
+    <ClCompile Include="..\..\basic-tutorial-3.c" />\r
   </ItemGroup>\r
   <PropertyGroup Label="Globals">\r
     <Keyword>Win32Proj</Keyword>\r
index fedb4ee..db211db 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\basic-tutorial-3.c" />\r
+    <ClCompile Include="..\..\basic-tutorial-3.c" />\r
   </ItemGroup>\r
 </Project>
\ No newline at end of file
index 1d43da7..b312006 100644 (file)
@@ -19,7 +19,7 @@
     </ProjectConfiguration>\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\basic-tutorial-4.c" />\r
+    <ClCompile Include="..\..\basic-tutorial-4.c" />\r
   </ItemGroup>\r
   <PropertyGroup Label="Globals">\r
     <Keyword>Win32Proj</Keyword>\r
index d052c43..42706ff 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\basic-tutorial-4.c" />\r
+    <ClCompile Include="..\..\basic-tutorial-4.c" />\r
   </ItemGroup>\r
 </Project>
\ No newline at end of file
index 75c43a5..8ae696f 100644 (file)
@@ -19,7 +19,7 @@
     </ProjectConfiguration>\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\basic-tutorial-5.c" />\r
+    <ClCompile Include="..\..\basic-tutorial-5.c" />\r
   </ItemGroup>\r
   <PropertyGroup Label="Globals">\r
     <Keyword>Win32Proj</Keyword>\r
index 399cfb2..a4a46c3 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\basic-tutorial-5.c" />\r
+    <ClCompile Include="..\..\basic-tutorial-5.c" />\r
   </ItemGroup>\r
 </Project>
\ No newline at end of file
index 7d0c8bb..9db79a6 100644 (file)
@@ -19,7 +19,7 @@
     </ProjectConfiguration>\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\basic-tutorial-6.c" />\r
+    <ClCompile Include="..\..\basic-tutorial-6.c" />\r
   </ItemGroup>\r
   <PropertyGroup Label="Globals">\r
     <Keyword>Win32Proj</Keyword>\r
index 95ed60a..97b4a54 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\basic-tutorial-6.c" />\r
+    <ClCompile Include="..\..\basic-tutorial-6.c" />\r
   </ItemGroup>\r
 </Project>
\ No newline at end of file
index 94d4087..6a609d2 100644 (file)
@@ -19,7 +19,7 @@
     </ProjectConfiguration>\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\basic-tutorial-7.c" />\r
+    <ClCompile Include="..\..\basic-tutorial-7.c" />\r
   </ItemGroup>\r
   <PropertyGroup Label="Globals">\r
     <Keyword>Win32Proj</Keyword>\r
index 2a499f8..e2bbe80 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\basic-tutorial-7.c" />\r
+    <ClCompile Include="..\..\basic-tutorial-7.c" />\r
   </ItemGroup>\r
 </Project>
\ No newline at end of file
index d6877db..7da90e7 100644 (file)
@@ -19,7 +19,7 @@
     </ProjectConfiguration>\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\basic-tutorial-8.c" />\r
+    <ClCompile Include="..\..\basic-tutorial-8.c" />\r
   </ItemGroup>\r
   <PropertyGroup Label="Globals">\r
     <Keyword>Win32Proj</Keyword>\r
index 368db13..e14f0f5 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\basic-tutorial-8.c" />\r
+    <ClCompile Include="..\..\basic-tutorial-8.c" />\r
   </ItemGroup>\r
 </Project>
\ No newline at end of file
index f50a95d..2196977 100644 (file)
@@ -19,7 +19,7 @@
     </ProjectConfiguration>\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\basic-tutorial-9.c" />\r
+    <ClCompile Include="..\..\basic-tutorial-9.c" />\r
   </ItemGroup>\r
   <PropertyGroup Label="Globals">\r
     <Keyword>Win32Proj</Keyword>\r
index f101a73..965f49c 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\basic-tutorial-9.c" />\r
+    <ClCompile Include="..\..\basic-tutorial-9.c" />\r
   </ItemGroup>\r
 </Project>
\ No newline at end of file
index 0f75cee..f4bfa77 100644 (file)
@@ -19,7 +19,7 @@
     </ProjectConfiguration>\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\playback-tutorial-1.c" />\r
+    <ClCompile Include="..\..\playback-tutorial-1.c" />\r
   </ItemGroup>\r
   <PropertyGroup Label="Globals">\r
     <Keyword>Win32Proj</Keyword>\r
index 5e28209..98ab89a 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\playback-tutorial-1.c" />\r
+    <ClCompile Include="..\..\playback-tutorial-1.c" />\r
   </ItemGroup>\r
 </Project>
\ No newline at end of file
index c63fd60..aec8b9f 100644 (file)
@@ -19,7 +19,7 @@
     </ProjectConfiguration>\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\playback-tutorial-2.c" />\r
+    <ClCompile Include="..\..\playback-tutorial-2.c" />\r
   </ItemGroup>\r
   <PropertyGroup Label="Globals">\r
     <Keyword>Win32Proj</Keyword>\r
index 0dee965..92690d5 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\..\..\gst-sdk\tutorials\playback-tutorial-2.c" />\r
+    <ClCompile Include="..\..\playback-tutorial-2.c" />\r
   </ItemGroup>\r
 </Project>
\ No newline at end of file