r3203 - in trunk/libmutil: . vs8_proj

erik at minisip.org erik at minisip.org
Wed Feb 14 12:19:14 CET 2007


Author: erik
Date: 2007-02-14 12:19:13 +0100 (Wed, 14 Feb 2007)
New Revision: 3203

Added:
   trunk/libmutil/vs8_proj/
   trunk/libmutil/vs8_proj/libmutil.vcproj
Log:

 * Added project file for VS8. This excluded Library and MPlugin classes
   which. This should be considered only testing if it's a good idea to do
   this.



Added: trunk/libmutil/vs8_proj/libmutil.vcproj
===================================================================
--- trunk/libmutil/vs8_proj/libmutil.vcproj	2007-02-13 22:30:17 UTC (rev 3202)
+++ trunk/libmutil/vs8_proj/libmutil.vcproj	2007-02-14 11:19:13 UTC (rev 3203)
@@ -0,0 +1,375 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="8.00"
+	Name="libmutil"
+	ProjectGUID="{1F34E60F-605C-4CB8-AE65-5B6A829A5471}"
+	Keyword="Win32Proj"
+	>
+	<Platforms>
+		<Platform
+			Name="Win32"
+		/>
+	</Platforms>
+	<ToolFiles>
+	</ToolFiles>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="Debug"
+			IntermediateDirectory="Debug"
+			ConfigurationType="2"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				AdditionalIncludeDirectories="../include"
+				PreprocessorDefinitions="LIBMUTIL_EXPORTS"
+				MinimalRebuild="true"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="true"
+				DebugInformationFormat="4"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				LinkIncremental="2"
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCWebDeploymentTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="Release"
+			IntermediateDirectory="Release"
+			ConfigurationType="2"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalIncludeDirectories="../include"
+				PreprocessorDefinitions="LIBMUTIL_EXPORTS"
+				RuntimeLibrary="2"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="true"
+				DebugInformationFormat="3"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				LinkIncremental="2"
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCWebDeploymentTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hm;inl;inc;xsd"
+			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+			>
+			<File
+				RelativePath="..\include\libmutil\CircularBuffer.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\CommandString.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\CondVar.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\config.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\dbg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\Exception.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\IString.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\libmutil_config.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\massert.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\MemObject.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\merror.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\MessageRouter.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\minilist.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\MSingleton.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\mtime.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\mtypes.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\Mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\Semaphore.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\StateMachine.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\stringutils.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\termmanip.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\TextUI.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\Thread.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\TimeoutProvider.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\Timestamp.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\vmd5.h"
+				>
+			</File>
+			<File
+				RelativePath="..\include\libmutil\XMLParser.h"
+				>
+			</File>
+		</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>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+			>
+			<File
+				RelativePath="..\source\CircularBuffer.cxx"
+				>
+			</File>
+			<File
+				RelativePath="..\source\CommandString.cxx"
+				>
+			</File>
+			<File
+				RelativePath="..\source\CondVarWin32.cxx"
+				>
+			</File>
+			<File
+				RelativePath="..\source\dbg.cxx"
+				>
+			</File>
+			<File
+				RelativePath="..\source\Exception.cxx"
+				>
+			</File>
+			<File
+				RelativePath="..\source\IString.cxx"
+				>
+			</File>
+			<File
+				RelativePath="..\source\massert.cxx"
+				>
+			</File>
+			<File
+				RelativePath="..\source\MemObject.cxx"
+				>
+			</File>
+			<File
+				RelativePath="..\source\merror.cxx"
+				>
+			</File>
+			<File
+				RelativePath="..\source\MessageRouter.cxx"
+				>
+			</File>
+			<File
+				RelativePath="..\source\mtimeWin32.cxx"
+				>
+			</File>
+			<File
+				RelativePath="..\source\MutexWin32.cxx"
+				>
+			</File>
+			<File
+				RelativePath="..\source\SemaphoreWin32.cxx"
+				>
+			</File>
+			<File
+				RelativePath="..\source\stringutils.cxx"
+				>
+			</File>
+			<File
+				RelativePath="..\source\TextUI.cxx"
+				>
+			</File>
+			<File
+				RelativePath="..\source\ThreadWin32.cxx"
+				>
+			</File>
+			<File
+				RelativePath="..\source\Timestamp.cxx"
+				>
+			</File>
+			<File
+				RelativePath="..\source\vmd5.cxx"
+				>
+			</File>
+			<File
+				RelativePath="..\source\XMLParser.cxx"
+				>
+			</File>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>


Property changes on: trunk/libmutil/vs8_proj/libmutil.vcproj
___________________________________________________________________
Name: svn:executable
   + *



More information about the Minisip-devel mailing list