[matroska] r1084 - trunk/mkxuncat
[email protected] Fri, 4 Mar 2005 23:20:25 +0300 (MSK)
Newsgroups
gmane.comp.multimedia.matroska.cvs
Message-ID
<[email protected] >
Author: robux4
Date: 2005-03-04 23:20:24 +0300 (Fri, 04 Mar 2005)
New Revision: 1084
Added:
trunk/mkxuncat/mkxuncat.sln
trunk/mkxuncat/mkxuncat.vcproj
Log:
mkxuncat: add MSVC7 project files
Added: trunk/mkxuncat/mkxuncat.sln
===================================================================
--- trunk/mkxuncat/mkxuncat.sln 2005-03-04 20:19:53 UTC (rev 1083)
+++ trunk/mkxuncat/mkxuncat.sln 2005-03-04 20:20:24 UTC (rev 1084)
@@ -0,0 +1,39 @@
+Microsoft Visual Studio Solution File, Format Version 8.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mkxuncat", "mkxuncat.vcproj", "{E15ADF61-E732-4B1C-A198-DB74A374DF9B}"
+ ProjectSection(ProjectDependencies) = postProject
+ {168C0F0D-9975-4D24-885C-87A9B018617E} = {168C0F0D-9975-4D24-885C-87A9B018617E}
+ {4605E1EE-6257-4083-8EB5-3B7E7164C343} = {4605E1EE-6257-4083-8EB5-3B7E7164C343}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libebml", "..\libebml\make\vc7\lib\libebml.v71.vcproj", "{168C0F0D-9975-4D24-885C-87A9B018617E}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmatroska", "..\libmatroska\make\vc7\lib\static\libmatroska.v71.vcproj", "{4605E1EE-6257-4083-8EB5-3B7E7164C343}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfiguration) = preSolution
+ Debug = Debug
+ Release = Release
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ {E15ADF61-E732-4B1C-A198-DB74A374DF9B}.Debug.ActiveCfg = Debug|Win32
+ {E15ADF61-E732-4B1C-A198-DB74A374DF9B}.Debug.Build.0 = Debug|Win32
+ {E15ADF61-E732-4B1C-A198-DB74A374DF9B}.Release.ActiveCfg = Release|Win32
+ {E15ADF61-E732-4B1C-A198-DB74A374DF9B}.Release.Build.0 = Release|Win32
+ {168C0F0D-9975-4D24-885C-87A9B018617E}.Debug.ActiveCfg = Debug|Win32
+ {168C0F0D-9975-4D24-885C-87A9B018617E}.Debug.Build.0 = Debug|Win32
+ {168C0F0D-9975-4D24-885C-87A9B018617E}.Release.ActiveCfg = Release|Win32
+ {168C0F0D-9975-4D24-885C-87A9B018617E}.Release.Build.0 = Release|Win32
+ {4605E1EE-6257-4083-8EB5-3B7E7164C343}.Debug.ActiveCfg = Debug|Win32
+ {4605E1EE-6257-4083-8EB5-3B7E7164C343}.Debug.Build.0 = Debug|Win32
+ {4605E1EE-6257-4083-8EB5-3B7E7164C343}.Release.ActiveCfg = Release|Win32
+ {4605E1EE-6257-4083-8EB5-3B7E7164C343}.Release.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal
Added: trunk/mkxuncat/mkxuncat.vcproj
===================================================================
--- trunk/mkxuncat/mkxuncat.vcproj 2005-03-04 20:19:53 UTC (rev 1083)
+++ trunk/mkxuncat/mkxuncat.vcproj 2005-03-04 20:20:24 UTC (rev 1084)
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="mkxuncat"
+ ProjectGUID="{E15ADF61-E732-4B1C-A198-DB74A374DF9B}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="D:\Perso\Programmes\Matroska\work\libebml;D:\Perso\Programmes\Matroska\work\libebml\src\platform\win32;D:\Perso\Programmes\Matroska\work\libmatroska"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/mkxuncat.exe"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories=""
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/mkxuncat.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="D:\Perso\Programmes\Matroska\work\libebml;D:\Perso\Programmes\Matroska\work\libebml\src\platform\win32;D:\Perso\Programmes\Matroska\work\libmatroska"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ RuntimeLibrary="0"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/mkxuncat.exe"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories=""
+ GenerateDebugInformation="TRUE"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\mkxuncat.cpp">
+ </File>
+ <File
+ RelativePath="..\libebml\src\platform\win32\WinIOCallback.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>