diff options
| author | yazoo <yazoo@yaz0r.net> | 2009-01-09 11:49:46 +0100 | 
|---|---|---|
| committer | yazoo <yazoo@yaz0r.net> | 2009-01-09 11:49:46 +0100 | 
| commit | 85f492bf2aa6ed36f4c0b152162492028456a72f (patch) | |
| tree | 9a70a439b095de301ff0c52f3e9422d77e489b9a /MSVC9 | |
| parent | eb0a0106bfe9aa9095fb4bd1e944af31a199f445 (diff) | |
Split visual configs
Diffstat (limited to 'MSVC9')
| -rw-r--r-- | MSVC9/mpqlib.sln | 20 | ||||
| -rw-r--r-- | MSVC9/mpqlib.vcproj | 260 | 
2 files changed, 280 insertions, 0 deletions
| diff --git a/MSVC9/mpqlib.sln b/MSVC9/mpqlib.sln new file mode 100644 index 0000000..e276f2e --- /dev/null +++ b/MSVC9/mpqlib.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpqlib", "mpqlib.vcproj", "{6EB0B7ED-DF9D-4264-8046-A7D18F927E34}" +EndProject +Global +	GlobalSection(SolutionConfigurationPlatforms) = preSolution +		Debug|Win32 = Debug|Win32 +		Release|Win32 = Release|Win32 +	EndGlobalSection +	GlobalSection(ProjectConfigurationPlatforms) = postSolution +		{6EB0B7ED-DF9D-4264-8046-A7D18F927E34}.Debug|Win32.ActiveCfg = Debug|Win32 +		{6EB0B7ED-DF9D-4264-8046-A7D18F927E34}.Debug|Win32.Build.0 = Debug|Win32 +		{6EB0B7ED-DF9D-4264-8046-A7D18F927E34}.Release|Win32.ActiveCfg = Release|Win32 +		{6EB0B7ED-DF9D-4264-8046-A7D18F927E34}.Release|Win32.Build.0 = Release|Win32 +	EndGlobalSection +	GlobalSection(SolutionProperties) = preSolution +		HideSolutionNode = FALSE +	EndGlobalSection +EndGlobal diff --git a/MSVC9/mpqlib.vcproj b/MSVC9/mpqlib.vcproj new file mode 100644 index 0000000..c95c5c1 --- /dev/null +++ b/MSVC9/mpqlib.vcproj @@ -0,0 +1,260 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject +	ProjectType="Visual C++" +	Version="9,00" +	Name="mpqlib" +	ProjectGUID="{6EB0B7ED-DF9D-4264-8046-A7D18F927E34}" +	RootNamespace="mpqlib" +	Keyword="Win32Proj" +	TargetFrameworkVersion="196613" +	> +	<Platforms> +		<Platform +			Name="Win32" +		/> +	</Platforms> +	<ToolFiles> +	</ToolFiles> +	<Configurations> +		<Configuration +			Name="Debug|Win32" +			OutputDirectory="$(SolutionDir)$(ConfigurationName)" +			IntermediateDirectory="$(ConfigurationName)" +			ConfigurationType="4" +			CharacterSet="1" +			> +			<Tool +				Name="VCPreBuildEventTool" +			/> +			<Tool +				Name="VCCustomBuildTool" +			/> +			<Tool +				Name="VCXMLDataGeneratorTool" +			/> +			<Tool +				Name="VCWebServiceProxyGeneratorTool" +			/> +			<Tool +				Name="VCMIDLTool" +			/> +			<Tool +				Name="VCCLCompilerTool" +				Optimization="0" +				AdditionalIncludeDirectories="$(DEVEL)/zlib" +				PreprocessorDefinitions="WIN32;_DEBUG;_LIB" +				MinimalRebuild="true" +				BasicRuntimeChecks="3" +				RuntimeLibrary="3" +				UsePrecompiledHeader="0" +				WarningLevel="3" +				DebugInformationFormat="4" +			/> +			<Tool +				Name="VCManagedResourceCompilerTool" +			/> +			<Tool +				Name="VCResourceCompilerTool" +			/> +			<Tool +				Name="VCPreLinkEventTool" +			/> +			<Tool +				Name="VCLibrarianTool" +			/> +			<Tool +				Name="VCALinkTool" +			/> +			<Tool +				Name="VCXDCMakeTool" +			/> +			<Tool +				Name="VCBscMakeTool" +			/> +			<Tool +				Name="VCFxCopTool" +			/> +			<Tool +				Name="VCPostBuildEventTool" +			/> +		</Configuration> +		<Configuration +			Name="Release|Win32" +			OutputDirectory="$(SolutionDir)$(ConfigurationName)" +			IntermediateDirectory="$(ConfigurationName)" +			ConfigurationType="4" +			CharacterSet="1" +			WholeProgramOptimization="1" +			> +			<Tool +				Name="VCPreBuildEventTool" +			/> +			<Tool +				Name="VCCustomBuildTool" +			/> +			<Tool +				Name="VCXMLDataGeneratorTool" +			/> +			<Tool +				Name="VCWebServiceProxyGeneratorTool" +			/> +			<Tool +				Name="VCMIDLTool" +			/> +			<Tool +				Name="VCCLCompilerTool" +				Optimization="2" +				EnableIntrinsicFunctions="true" +				PreprocessorDefinitions="WIN32;NDEBUG;_LIB" +				RuntimeLibrary="2" +				EnableFunctionLevelLinking="true" +				UsePrecompiledHeader="0" +				WarningLevel="3" +				DebugInformationFormat="3" +			/> +			<Tool +				Name="VCManagedResourceCompilerTool" +			/> +			<Tool +				Name="VCResourceCompilerTool" +			/> +			<Tool +				Name="VCPreLinkEventTool" +			/> +			<Tool +				Name="VCLibrarianTool" +			/> +			<Tool +				Name="VCALinkTool" +			/> +			<Tool +				Name="VCXDCMakeTool" +			/> +			<Tool +				Name="VCBscMakeTool" +			/> +			<Tool +				Name="VCFxCopTool" +			/> +			<Tool +				Name="VCPostBuildEventTool" +			/> +		</Configuration> +	</Configurations> +	<References> +	</References> +	<Files> +		<Filter +			Name="Source Files" +			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" +			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" +			> +			<File +				RelativePath=".\errors.c" +				> +			</File> +			<File +				RelativePath=".\extract.c" +				> +			</File> +			<File +				RelativePath=".\hashtab.c" +				> +			</File> +			<File +				RelativePath=".\lookupa.c" +				> +			</File> +			<File +				RelativePath=".\mpq-bios.c" +				> +			</File> +			<File +				RelativePath=".\mpq-errors.c" +				> +			</File> +			<File +				RelativePath=".\mpq-file.c" +				> +			</File> +			<File +				RelativePath=".\mpq-fs.c" +				> +			</File> +			<File +				RelativePath=".\mpq-misc.c" +				> +			</File> +			<File +				RelativePath=".\MPQCryptography.c" +				> +			</File> +			<File +				RelativePath=".\recycle.c" +				> +			</File> +		</Filter> +		<Filter +			Name="Header Files" +			Filter="h;hpp;hxx;hm;inl;inc;xsd" +			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" +			> +			<File +				RelativePath=".\errors.h" +				> +			</File> +			<File +				RelativePath=".\extract.h" +				> +			</File> +			<File +				RelativePath=".\int-bios.h" +				> +			</File> +			<File +				RelativePath=".\lookupa.h" +				> +			</File> +			<File +				RelativePath=".\mpq-bios.h" +				> +			</File> +			<File +				RelativePath=".\mpq-errors.h" +				> +			</File> +			<File +				RelativePath=".\mpq-file.h" +				> +			</File> +			<File +				RelativePath=".\mpq-fs.h" +				> +			</File> +			<File +				RelativePath=".\mpq-misc.h" +				> +			</File> +			<File +				RelativePath=".\MPQCryptography.h" +				> +			</File> +			<File +				RelativePath=".\mpqlib-stdint.h" +				> +			</File> +			<File +				RelativePath=".\recycle.h" +				> +			</File> +		</Filter> +		<Filter +			Name="Resource Files" +			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" +			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" +			> +		</Filter> +	</Files> +	<Globals> +	</Globals> +</VisualStudioProject> | 
