[longomatch] Update CSharp Project files



commit e2591938324671b25ee1629b9c1b002614a8520d
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Aug 18 15:12:59 2009 +0200

    Update CSharp Project files

 CesarPlayer/CesarPlayer.csproj |    7 -------
 LongoMatch/LongoMatch.csproj   |   24 ++++++++++++++++++++++++
 2 files changed, 24 insertions(+), 7 deletions(-)
---
diff --git a/CesarPlayer/CesarPlayer.csproj b/CesarPlayer/CesarPlayer.csproj
index 1d550c1..143350c 100644
--- a/CesarPlayer/CesarPlayer.csproj
+++ b/CesarPlayer/CesarPlayer.csproj
@@ -66,18 +66,11 @@
     <Compile Include="Capturer\ObjectManager.cs" />
     <Compile Include="Editor\AudioCodec.cs" />
     <Compile Include="Editor\AudioQuality.cs" />
-    <Compile Include="Editor\AvidemuxMerger.cs" />
-    <Compile Include="Editor\AviMerger.cs" />
-    <Compile Include="Editor\ConcatMerger.cs" />
     <Compile Include="Editor\EditorState.cs" />
     <Compile Include="Editor\ErrorHandler.cs" />
-    <Compile Include="Editor\GenericMerger.cs" />
-    <Compile Include="Editor\GnonlinEditor.cs" />
     <Compile Include="Editor\GstVideoSplitter.cs" />
-    <Compile Include="Editor\IMerger.cs" />
     <Compile Include="Editor\IVideoEditor.cs" />
     <Compile Include="Editor\IVideoSplitter.cs" />
-    <Compile Include="Editor\MatroskaMerger.cs" />
     <Compile Include="Editor\PercentCompletedHandler.cs" />
     <Compile Include="Editor\VideoCodec.cs" />
     <Compile Include="Editor\VideoFormat.cs" />
diff --git a/LongoMatch/LongoMatch.csproj b/LongoMatch/LongoMatch.csproj
index 1156ae1..9351c52 100644
--- a/LongoMatch/LongoMatch.csproj
+++ b/LongoMatch/LongoMatch.csproj
@@ -55,6 +55,22 @@
   <Import Project="$(SharpDevelopBinPath)\SharpDevelop.Build.CSharp.targets" />
   <ItemGroup>
     <Compile Include="AssemblyInfo.cs" />
+    <Compile Include="Compat\0.0\DatabaseMigrator.cs" />
+    <Compile Include="Compat\0.0\DB\DataBase.cs" />
+    <Compile Include="Compat\0.0\DB\MediaFile.cs" />
+    <Compile Include="Compat\0.0\DB\Project.cs" />
+    <Compile Include="Compat\0.0\DB\Sections.cs" />
+    <Compile Include="Compat\0.0\IO\SectionsReader.cs" />
+    <Compile Include="Compat\0.0\PlayListMigrator.cs" />
+    <Compile Include="Compat\0.0\PlayList\IPlayList.cs" />
+    <Compile Include="Compat\0.0\PlayList\PlayList.cs" />
+    <Compile Include="Compat\0.0\TemplatesMigrator.cs" />
+    <Compile Include="Compat\0.0\Time\MediaTimeNode.cs" />
+    <Compile Include="Compat\0.0\Time\PixbufTimeNode.cs" />
+    <Compile Include="Compat\0.0\Time\PlayListTimeNode.cs" />
+    <Compile Include="Compat\0.0\Time\SectionsTimeNode.cs" />
+    <Compile Include="Compat\0.0\Time\Time.cs" />
+    <Compile Include="Compat\0.0\Time\TimeNode.cs" />
     <Compile Include="DB\DataBase.cs" />
     <Compile Include="DB\Project.cs" />
     <Compile Include="DB\Sections.cs" />
@@ -177,4 +193,12 @@
     <Reference Include="System" />
     <Reference Include="System.Xml" />
   </ItemGroup>
+  <ItemGroup>
+    <Folder Include="Compat" />
+    <Folder Include="Compat\0.0" />
+    <Folder Include="Compat\0.0\DB" />
+    <Folder Include="Compat\0.0\IO" />
+    <Folder Include="Compat\0.0\Time" />
+    <Folder Include="Compat\0.0\PlayList" />
+  </ItemGroup>
 </Project>
\ No newline at end of file



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]