⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 24points.vcproj

📁 简单的游戏24点
💻 VCPROJ
字号:
<?xml version="1.0" encoding="gb2312"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.10"
	Name="24points"
	SccProjectName=""
	SccLocalPath=""
	Keyword="MFCProj">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Release|Win32"
			OutputDirectory=".\Release"
			IntermediateDirectory=".\Release"
			ConfigurationType="1"
			UseOfMFC="1"
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="2"
				InlineFunctionExpansion="1"
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
				StringPooling="TRUE"
				RuntimeLibrary="0"
				EnableFunctionLevelLinking="TRUE"
				UsePrecompiledHeader="3"
				PrecompiledHeaderThrough="stdafx.h"
				PrecompiledHeaderFile=".\Release/24points.pch"
				AssemblerListingLocation=".\Release/"
				ObjectFile=".\Release/"
				ProgramDataBaseFileName=".\Release/"
				BrowseInformation="1"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				OutputFile=".\Release/24points.exe"
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				ProgramDatabaseFile=".\Release/24points.pdb"
				SubSystem="2"
				TargetMachine="1"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="NDEBUG"
				MkTypLibCompatible="TRUE"
				SuppressStartupBanner="TRUE"
				TargetEnvironment="1"
				TypeLibraryName=".\Release/24points.tlb"
				HeaderFileName=""/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="NDEBUG"
				Culture="2052"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory=".\Debug"
			IntermediateDirectory=".\Debug"
			ConfigurationType="1"
			UseOfMFC="1"
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
				BasicRuntimeChecks="3"
				RuntimeLibrary="1"
				UsePrecompiledHeader="3"
				PrecompiledHeaderThrough="stdafx.h"
				PrecompiledHeaderFile=".\Debug/24points.pch"
				AssemblerListingLocation=".\Debug/"
				ObjectFile=".\Debug/"
				ProgramDataBaseFileName=".\Debug/"
				BrowseInformation="1"
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="4"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				OutputFile=".\Debug/24points.exe"
				LinkIncremental="1"
				SuppressStartupBanner="TRUE"
				GenerateDebugInformation="TRUE"
				ProgramDatabaseFile=".\Debug/24points.pdb"
				SubSystem="2"
				TargetMachine="1"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="_DEBUG"
				MkTypLibCompatible="TRUE"
				SuppressStartupBanner="TRUE"
				TargetEnvironment="1"
				TypeLibraryName=".\Debug/24points.tlb"
				HeaderFileName=""/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="_DEBUG"
				Culture="2052"/>
			<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;rc;def;r;odl;idl;hpj;bat">
			<File
				RelativePath="24points.cpp">
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCLCompilerTool"
						Optimization="2"
						PreprocessorDefinitions=""
						BrowseInformation="1"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCLCompilerTool"
						Optimization="0"
						PreprocessorDefinitions=""
						BasicRuntimeChecks="3"
						BrowseInformation="1"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath="24points.rc">
			</File>
			<File
				RelativePath="24pointsDlg.cpp">
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCLCompilerTool"
						Optimization="2"
						PreprocessorDefinitions=""
						BrowseInformation="1"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCLCompilerTool"
						Optimization="0"
						PreprocessorDefinitions=""
						BasicRuntimeChecks="3"
						BrowseInformation="1"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath="Parse.cpp">
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCLCompilerTool"
						Optimization="2"
						PreprocessorDefinitions=""
						BrowseInformation="1"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCLCompilerTool"
						Optimization="0"
						PreprocessorDefinitions=""
						BasicRuntimeChecks="3"
						BrowseInformation="1"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath="PlayCards.cpp">
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCLCompilerTool"
						Optimization="2"
						PreprocessorDefinitions=""
						BrowseInformation="1"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCLCompilerTool"
						Optimization="0"
						PreprocessorDefinitions=""
						BasicRuntimeChecks="3"
						BrowseInformation="1"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath="StdAfx.cpp">
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCLCompilerTool"
						Optimization="2"
						PreprocessorDefinitions=""
						UsePrecompiledHeader="1"
						BrowseInformation="1"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCLCompilerTool"
						Optimization="0"
						PreprocessorDefinitions=""
						BasicRuntimeChecks="3"
						UsePrecompiledHeader="1"
						BrowseInformation="1"/>
				</FileConfiguration>
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl">
			<File
				RelativePath="24points.h">
			</File>
			<File
				RelativePath="24pointsDlg.h">
			</File>
			<File
				RelativePath="Parse.h">
			</File>
			<File
				RelativePath="PlayCards.h">
			</File>
			<File
				RelativePath="Resource.h">
			</File>
			<File
				RelativePath="StdAfx.h">
			</File>
		</Filter>
		<Filter
			Name="Resource Files"
			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
			<File
				RelativePath="res\24points.ico">
			</File>
			<File
				RelativePath="res\24points.rc2">
			</File>
			<File
				RelativePath="res\add1.bmp">
			</File>
			<File
				RelativePath="res\add2.bmp">
			</File>
			<File
				RelativePath="res\add3.bmp">
			</File>
			<File
				RelativePath="res\add4.bmp">
			</File>
			<File
				RelativePath="res\add5.bmp">
			</File>
			<File
				RelativePath="res\big_spad.bmp">
			</File>
			<File
				RelativePath="res\bitmap1.bmp">
			</File>
			<File
				RelativePath="res\bmp00001.bmp">
			</File>
			<File
				RelativePath="res\bmp00002.bmp">
			</File>
			<File
				RelativePath="res\bmp00003.bmp">
			</File>
			<File
				RelativePath="res\bmp00004.bmp">
			</File>
			<File
				RelativePath="res\bmp00006.bmp">
			</File>
			<File
				RelativePath="res\bmp00007.bmp">
			</File>
			<File
				RelativePath="res\bmp00008.bmp">
			</File>
			<File
				RelativePath="res\bmp00009.bmp">
			</File>
			<File
				RelativePath="res\bmp00010.bmp">
			</File>
			<File
				RelativePath="res\bmp00011.bmp">
			</File>
			<File
				RelativePath="res\bmp00012.bmp">
			</File>
			<File
				RelativePath="res\club_01.bmp">
			</File>
			<File
				RelativePath="res\club_1.bmp">
			</File>
			<File
				RelativePath="res\club_10.bmp">
			</File>
			<File
				RelativePath="res\club_11.bmp">
			</File>
			<File
				RelativePath="res\club_12.bmp">
			</File>
			<File
				RelativePath="res\club_13.bmp">
			</File>
			<File
				RelativePath="res\club_15.bmp">
			</File>
			<File
				RelativePath="res\club_16.bmp">
			</File>
			<File
				RelativePath="res\club_17.bmp">
			</File>
			<File
				RelativePath="res\club_18.bmp">
			</File>
			<File
				RelativePath="res\club_19.bmp">
			</File>
			<File
				RelativePath="res\club_2.bmp">
			</File>
			<File
				RelativePath="res\club_20.bmp">
			</File>
			<File
				RelativePath="res\club_21.bmp">
			</File>
			<File
				RelativePath="res\club_22.bmp">
			</File>
			<File
				RelativePath="res\club_23.bmp">
			</File>
			<File
				RelativePath="res\club_24.bmp">
			</File>
			<File
				RelativePath="res\club_25.bmp">
			</File>
			<File
				RelativePath="res\club_4.bmp">
			</File>
			<File
				RelativePath="res\club_6.bmp">
			</File>
			<File
				RelativePath="res\club_7.bmp">
			</File>
			<File
				RelativePath="res\club_8.bmp">
			</File>
			<File
				RelativePath="res\cur00001.cur">
			</File>
			<File
				RelativePath="res\cur00002.cur">
			</File>
			<File
				RelativePath="res\cur00003.cur">
			</File>
			<File
				RelativePath="res\cur00004.cur">
			</File>
			<File
				RelativePath="res\cur00005.cur">
			</File>
			<File
				RelativePath="res\cur00006.cur">
			</File>
			<File
				RelativePath="res\cur00007.cur">
			</File>
			<File
				RelativePath="res\cur00008.cur">
			</File>
			<File
				RelativePath="res\cursor_0.cur">
			</File>
			<File
				RelativePath="res\cursor_1.cur">
			</File>
			<File
				RelativePath="res\cursor_2.cur">
			</File>
			<File
				RelativePath="res\cursor_3.cur">
			</File>
			<File
				RelativePath="res\cursor_4.cur">
			</File>
			<File
				RelativePath="res\cursor_6.cur">
			</File>
			<File
				RelativePath="res\cursor_7.cur">
			</File>
			<File
				RelativePath="res\cursor_8.cur">
			</File>
			<File
				RelativePath="res\cursor_9.cur">
			</File>
			<File
				RelativePath="res\cursor_a.cur">
			</File>
			<File
				RelativePath="res\cursor_l.cur">
			</File>
			<File
				RelativePath="res\diamand_.bmp">
			</File>
			<File
				RelativePath="res\heard_10.bmp">
			</File>
			<File
				RelativePath="res\heard_11.bmp">
			</File>
			<File
				RelativePath="res\heard_12.bmp">
			</File>
			<File
				RelativePath="res\heard_13.bmp">
			</File>
			<File
				RelativePath="res\heard_2.bmp">
			</File>
			<File
				RelativePath="res\heard_3.bmp">
			</File>
			<File
				RelativePath="res\heard_4.bmp">
			</File>
			<File
				RelativePath="res\heard_5.bmp">
			</File>
			<File
				RelativePath="res\heard_6.bmp">
			</File>
			<File
				RelativePath="res\heard_7.bmp">
			</File>
			<File
				RelativePath="res\heard_8.bmp">
			</File>
			<File
				RelativePath="res\heard_9.bmp">
			</File>
			<File
				RelativePath="res\lit_spad.bmp">
			</File>
			<File
				RelativePath="res\mid_spad.bmp">
			</File>
			<File
				RelativePath="res\spade_10.bmp">
			</File>
			<File
				RelativePath="res\spade_11.bmp">
			</File>
			<File
				RelativePath="res\spade_14.bmp">
			</File>
			<File
				RelativePath="res\spade_15.bmp">
			</File>
			<File
				RelativePath="res\spade_16.bmp">
			</File>
			<File
				RelativePath="res\spade_5.bmp">
			</File>
			<File
				RelativePath="res\spade_8.bmp">
			</File>
		</Filter>
		<File
			RelativePath="ReadMe.txt">
		</File>
	</Files>
	<Globals>
		<Global
			Name="RESOURCE_FILE"
			Value="24points.rc"/>
	</Globals>
</VisualStudioProject>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -