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

📄 re2c-2005.vcproj

📁 a little DFA compiler.
💻 VCPROJ
字号:
<?xml version="1.0" encoding="Windows-1252"?><VisualStudioProject	ProjectType="Visual C++"	Version="8,00"	Name="re2c"	ProjectGUID="{18C5E289-8D90-400D-9F80-766F174CEDC9}"	Keyword="MakeFileProj"	>	<Platforms>		<Platform			Name="Win32"		/>	</Platforms>	<ToolFiles>	</ToolFiles>	<Configurations>		<Configuration			Name="Debug|Win32"			OutputDirectory="Debug-2005"			IntermediateDirectory="Debug-2005"			ConfigurationType="1"			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"			>			<Tool				Name="VCPreBuildEventTool"			/>			<Tool				Name="VCCustomBuildTool"			/>			<Tool				Name="VCXMLDataGeneratorTool"			/>			<Tool				Name="VCWebServiceProxyGeneratorTool"			/>			<Tool				Name="VCMIDLTool"			/>			<Tool				Name="VCCLCompilerTool"				Optimization="0"				FavorSizeOrSpeed="1"				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"				DisableLanguageExtensions="false"				BrowseInformation="1"				DebugInformationFormat="3"			/>			<Tool				Name="VCManagedResourceCompilerTool"			/>			<Tool				Name="VCResourceCompilerTool"			/>			<Tool				Name="VCPreLinkEventTool"			/>			<Tool				Name="VCLinkerTool"				IgnoreDefaultLibraryNames="winspool.lib comdlg32.lib advapi32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"				GenerateDebugInformation="true"			/>			<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-2005"			IntermediateDirectory="Release-2005"			ConfigurationType="1"			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"			>			<Tool				Name="VCPreBuildEventTool"			/>			<Tool				Name="VCCustomBuildTool"			/>			<Tool				Name="VCXMLDataGeneratorTool"			/>			<Tool				Name="VCWebServiceProxyGeneratorTool"			/>			<Tool				Name="VCMIDLTool"			/>			<Tool				Name="VCCLCompilerTool"				Optimization="2"				InlineFunctionExpansion="2"				EnableIntrinsicFunctions="true"				FavorSizeOrSpeed="1"				OmitFramePointers="true"				EnableFiberSafeOptimizations="true"				AdditionalIncludeDirectories=""				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"				SmallerTypeCheck="false"				BufferSecurityCheck="false"				DisableLanguageExtensions="false"				RuntimeTypeInfo="false"				DebugInformationFormat="3"			/>			<Tool				Name="VCManagedResourceCompilerTool"			/>			<Tool				Name="VCResourceCompilerTool"			/>			<Tool				Name="VCPreLinkEventTool"			/>			<Tool				Name="VCLinkerTool"				IgnoreDefaultLibraryNames="winspool.lib comdlg32.lib advapi32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"				GenerateDebugInformation="false"			/>			<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="Source Files"			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;cc"			>			<File				RelativePath="actions.cc"				>			</File>			<File				RelativePath="code.cc"				>			</File>			<File				RelativePath="dfa.cc"				>			</File>			<File				RelativePath="main.cc"				>			</File>			<File				RelativePath="mbo_getopt.cc"				>			</File>			<File				RelativePath="bootstrap\parser.cc"				>				<FileConfiguration					Name="Debug|Win32"					>					<Tool						Name="VCCLCompilerTool"						AdditionalIncludeDirectories=".\."					/>				</FileConfiguration>				<FileConfiguration					Name="Release|Win32"					>					<Tool						Name="VCCLCompilerTool"						AdditionalIncludeDirectories=".\."					/>				</FileConfiguration>			</File>			<File				RelativePath="bootstrap\scanner.cc"				>				<FileConfiguration					Name="Debug|Win32"					>					<Tool						Name="VCCLCompilerTool"						AdditionalIncludeDirectories=".\."					/>				</FileConfiguration>				<FileConfiguration					Name="Release|Win32"					>					<Tool						Name="VCCLCompilerTool"						AdditionalIncludeDirectories=".\."					/>				</FileConfiguration>			</File>			<File				RelativePath="substr.cc"				>			</File>			<File				RelativePath="translate.cc"				>			</File>		</Filter>		<Filter			Name="Header Files"			Filter="h;hpp;hxx;hm;inl;inc"			>			<File				RelativePath="basics.h"				>			</File>			<File				RelativePath="code.h"				>			</File>			<File				RelativePath="config_w32.h"				>			</File>			<File				RelativePath="dfa.h"				>			</File>			<File				RelativePath="globals.h"				>			</File>			<File				RelativePath="ins.h"				>			</File>			<File				RelativePath="mbo_getopt.h"				>			</File>			<File				RelativePath="parser.h"				>			</File>			<File				RelativePath="parser.tab.h"				>			</File>			<File				RelativePath="re.h"				>			</File>			<File				RelativePath="scanner.h"				>			</File>			<File				RelativePath="stream_lc.h"				>			</File>			<File				RelativePath="substr.h"				>			</File>			<File				RelativePath="token.h"				>			</File>			<File				RelativePath="bootstrap\y.tab.h"				>			</File>		</Filter>		<Filter			Name="Resource Files"			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"			>		</Filter>	</Files>	<Globals>	</Globals></VisualStudioProject>

⌨️ 快捷键说明

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