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

📄 core.vcproj

📁 VIGASOCO (VIdeo GAmes SOurce COde) Windows port (v0.01)
💻 VCPROJ
字号:
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.10"
	Name="Core"
	ProjectGUID="{348F4D61-2017-4E74-A7DA-E31EF3AF1ACE}"
	Keyword="Win32Proj">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="Debug"
			IntermediateDirectory="Debug"
			ConfigurationType="4"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
				MinimalRebuild="TRUE"
				BasicRuntimeChecks="3"
				RuntimeLibrary="5"
				UsePrecompiledHeader="0"
				WarningLevel="3"
				Detect64BitPortabilityProblems="TRUE"
				DebugInformationFormat="4"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLibrarianTool"
				AdditionalLibraryDirectories=""/>
			<Tool
				Name="VCMIDLTool"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="Release"
			IntermediateDirectory="Release"
			ConfigurationType="4"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="2"
				GlobalOptimizations="FALSE"
				FavorSizeOrSpeed="1"
				OptimizeForProcessor="1"
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
				ExceptionHandling="TRUE"
				RuntimeLibrary="4"
				BufferSecurityCheck="FALSE"
				UsePrecompiledHeader="0"
				WarningLevel="3"
				Detect64BitPortabilityProblems="TRUE"
				DebugInformationFormat="0"
				CallingConvention="0"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLibrarianTool"
				AdditionalLibraryDirectories=""/>
			<Tool
				Name="VCMIDLTool"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<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=".\FileLoader.cpp">
			</File>
			<File
				RelativePath=".\GameDataEntity.cpp">
			</File>
			<File
				RelativePath=".\GameDriver.cpp">
			</File>
			<File
				RelativePath=".\GfxData.cpp">
			</File>
			<File
				RelativePath=".\InputHandler.cpp">
			</File>
			<File
				RelativePath=".\InputPort.cpp">
			</File>
			<File
				RelativePath=".\IPalette.cpp">
			</File>
			<File
				RelativePath=".\NormalLoadHandler.cpp">
			</File>
			<File
				RelativePath=".\Operations.cpp">
				<FileConfiguration
					Name="Debug|Win32"
					ExcludedFromBuild="TRUE">
					<Tool
						Name="VCCLCompilerTool"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32"
					ExcludedFromBuild="TRUE">
					<Tool
						Name="VCCLCompilerTool"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\PacmanDriver.cpp">
			</File>
			<File
				RelativePath=".\TimingHandler.cpp">
			</File>
			<File
				RelativePath=".\UncompressedLoader.cpp">
			</File>
			<File
				RelativePath=".\Vigasoco.cpp">
			</File>
			<Filter
				Name="util"
				Filter="">
				<File
					RelativePath=".\Util\NotificationProvider.cpp">
					<FileConfiguration
						Name="Debug|Win32"
						ExcludedFromBuild="TRUE">
						<Tool
							Name="VCCLCompilerTool"/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						ExcludedFromBuild="TRUE">
						<Tool
							Name="VCCLCompilerTool"/>
					</FileConfiguration>
				</File>
			</Filter>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
			<File
				RelativePath=".\FileLoader.h">
			</File>
			<File
				RelativePath=".\GameDataEntity.h">
			</File>
			<File
				RelativePath=".\GameDriver.h">
			</File>
			<File
				RelativePath=".\GfxData.h">
			</File>
			<File
				RelativePath=".\IDrawPlugin.h">
			</File>
			<File
				RelativePath=".\IInputPlugin.h">
			</File>
			<File
				RelativePath=".\ILoader.h">
			</File>
			<File
				RelativePath=".\InputHandler.h">
			</File>
			<File
				RelativePath=".\InputPort.h">
			</File>
			<File
				RelativePath=".\IPalette.h">
			</File>
			<File
				RelativePath=".\LoadHandler.h">
			</File>
			<File
				RelativePath=".\NormalLoadHandler.h">
			</File>
			<File
				RelativePath=".\Operations.h">
			</File>
			<File
				RelativePath=".\PacmanDriver.h">
			</File>
			<File
				RelativePath=".\Timer.h">
			</File>
			<File
				RelativePath=".\TimingHandler.h">
			</File>
			<File
				RelativePath=".\Types.h">
			</File>
			<File
				RelativePath=".\UncompressedLoader.h">
			</File>
			<File
				RelativePath=".\Vigasoco.h">
			</File>
			<Filter
				Name="util"
				Filter="">
				<File
					RelativePath=".\Util\INotificationSuscriber.h">
				</File>
				<File
					RelativePath=".\Util\NotificationProvider.h">
				</File>
				<File
					RelativePath=".\Util\Singleton.h">
				</File>
			</Filter>
		</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="pacman"
			Filter="">
			<File
				RelativePath=".\pacman\Difficulty.cpp">
			</File>
			<File
				RelativePath=".\pacman\Difficulty.h">
			</File>
			<File
				RelativePath=".\pacman\Game.cpp">
			</File>
			<File
				RelativePath=".\pacman\Game.h">
			</File>
			<File
				RelativePath=".\pacman\GameSettings.cpp">
			</File>
			<File
				RelativePath=".\pacman\GameSettings.h">
			</File>
			<File
				RelativePath=".\pacman\Path.cpp">
			</File>
			<File
				RelativePath=".\pacman\Path.h">
			</File>
			<File
				RelativePath=".\pacman\PlayerLevelState.cpp">
			</File>
			<File
				RelativePath=".\pacman\PlayerLevelState.h">
			</File>
			<File
				RelativePath=".\pacman\ScheduledTask.h">
			</File>
			<File
				RelativePath=".\pacman\ScheduledTasks.cpp">
			</File>
			<File
				RelativePath=".\pacman\ScheduledTasks.h">
			</File>
			<File
				RelativePath=".\pacman\Scheduler.cpp">
			</File>
			<File
				RelativePath=".\pacman\Scheduler.h">
			</File>
			<File
				RelativePath=".\pacman\Task.cpp">
			</File>
			<File
				RelativePath=".\pacman\Task.h">
			</File>
			<File
				RelativePath=".\pacman\Video.cpp">
			</File>
			<File
				RelativePath=".\pacman\Video.h">
			</File>
			<File
				RelativePath=".\pacman\Writer.cpp">
			</File>
			<File
				RelativePath=".\pacman\Writer.h">
			</File>
			<Filter
				Name="characters"
				Filter="">
				<File
					RelativePath=".\pacman\BlueGhost.cpp">
				</File>
				<File
					RelativePath=".\pacman\BlueGhost.h">
				</File>
				<File
					RelativePath=".\pacman\Character.cpp">
				</File>
				<File
					RelativePath=".\pacman\Character.h">
				</File>
				<File
					RelativePath=".\pacman\CharacterSubstate.h">
				</File>
				<File
					RelativePath=".\pacman\Ghost.cpp">
				</File>
				<File
					RelativePath=".\pacman\Ghost.h">
				</File>
				<File
					RelativePath=".\pacman\GhostAction.h">
				</File>
				<File
					RelativePath=".\pacman\GhostDeadSubstates.cpp">
				</File>
				<File
					RelativePath=".\pacman\GhostDeadSubstates.h">
				</File>
				<File
					RelativePath=".\pacman\GhostMoveAtHomeActions.cpp">
				</File>
				<File
					RelativePath=".\pacman\GhostMoveAtHomeActions.h">
				</File>
				<File
					RelativePath=".\pacman\GhostMoveWhenKilledActions.cpp">
				</File>
				<File
					RelativePath=".\pacman\GhostMoveWhenKilledActions.h">
				</File>
				<File
					RelativePath=".\pacman\OrangeGhost.cpp">
				</File>
				<File
					RelativePath=".\pacman\OrangeGhost.h">
				</File>
				<File
					RelativePath=".\pacman\Pacman.cpp">
				</File>
				<File
					RelativePath=".\pacman\Pacman.h">
				</File>
				<File
					RelativePath=".\pacman\PinkGhost.cpp">
				</File>
				<File
					RelativePath=".\pacman\PinkGhost.h">
				</File>
				<File
					RelativePath=".\pacman\RedGhost.cpp">
				</File>
				<File
					RelativePath=".\pacman\RedGhost.h">
				</File>
			</Filter>
			<Filter
				Name="states"
				Filter="">
				<File
					RelativePath=".\pacman\CoinInsertedState.cpp">
				</File>
				<File
					RelativePath=".\pacman\CoinInsertedState.h">
				</File>
				<File
					RelativePath=".\pacman\CoinInsertedSubstates.cpp">
				</File>
				<File
					RelativePath=".\pacman\CoinInsertedSubstates.h">
				</File>
				<File
					RelativePath=".\pacman\CommonCutscene.cpp">
				</File>
				<File
					RelativePath=".\pacman\CommonCutscene.h">
				</File>
				<File
					RelativePath=".\pacman\DemoState.cpp">
				</File>
				<File
					RelativePath=".\pacman\DemoState.h">
				</File>
				<File
					RelativePath=".\pacman\DemoSubstates.cpp">
				</File>
				<File
					RelativePath=".\pacman\DemoSubstates.h">
				</File>
				<File
					RelativePath=".\pacman\FirstCutscene.cpp">
				</File>
				<File
					RelativePath=".\pacman\FirstCutscene.h">
				</File>
				<File
					RelativePath=".\pacman\GameState.h">
				</File>
				<File
					RelativePath=".\pacman\InitState.cpp">
				</File>
				<File
					RelativePath=".\pacman\InitState.h">
				</File>
				<File
					RelativePath=".\pacman\InitSubstate.cpp">
				</File>
				<File
					RelativePath=".\pacman\InitSubstate.h">
				</File>
				<File
					RelativePath=".\pacman\PacmanDeadSubstates.cpp">
				</File>
				<File
					RelativePath=".\pacman\PacmanDeadSubstates.h">
				</File>
				<File
					RelativePath=".\pacman\PlayingState.cpp">
				</File>
				<File
					RelativePath=".\pacman\PlayingState.h">
				</File>
				<File
					RelativePath=".\pacman\PlayingSubstates.cpp">
				</File>
				<File
					RelativePath=".\pacman\PlayingSubstates.h">
				</File>
				<File
					RelativePath=".\pacman\SecondCutscene.cpp">
				</File>
				<File
					RelativePath=".\pacman\SecondCutscene.h">
				</File>
				<File
					RelativePath=".\pacman\ThirdCutscene.cpp">
				</File>
				<File
					RelativePath=".\pacman\ThirdCutscene.h">
				</File>
			</Filter>
		</Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

⌨️ 快捷键说明

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