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

📄 testre2c-2005.vcproj

📁 a little DFA compiler.
💻 VCPROJ
字号:
<?xml version="1.0" encoding="Windows-1252"?><VisualStudioProject	ProjectType="Visual C++"	Version="8,00"	Name="TestRe2c"	ProjectGUID="{E2CEB3D0-066A-4C9A-B32C-B2197448A57A}"	>	<Platforms>		<Platform			Name="Win32"		/>	</Platforms>	<ToolFiles>	</ToolFiles>	<Configurations>		<Configuration			Name="Debug|Win32"			OutputDirectory=".\Debug"			IntermediateDirectory=".\Debug"			ConfigurationType="1"			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"			UseOfMFC="0"			ATLMinimizesCRunTimeLibraryUsage="false"			CharacterSet="2"			>			<Tool				Name="VCPreBuildEventTool"			/>			<Tool				Name="VCCustomBuildTool"			/>			<Tool				Name="VCXMLDataGeneratorTool"			/>			<Tool				Name="VCWebServiceProxyGeneratorTool"			/>			<Tool				Name="VCMIDLTool"				TypeLibraryName=".\Debug/TestRe2c.tlb"				HeaderFileName=""			/>			<Tool				Name="VCCLCompilerTool"				Optimization="0"				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"				BasicRuntimeChecks="3"				RuntimeLibrary="1"				UsePrecompiledHeader="0"				PrecompiledHeaderThrough=""				AssemblerListingLocation=".\Debug/"				ObjectFile=".\Debug/"				ProgramDataBaseFileName=".\Debug/"				WarningLevel="3"				SuppressStartupBanner="true"				DebugInformationFormat="4"			/>			<Tool				Name="VCManagedResourceCompilerTool"			/>			<Tool				Name="VCResourceCompilerTool"				PreprocessorDefinitions="_DEBUG"				Culture="1033"			/>			<Tool				Name="VCPreLinkEventTool"			/>			<Tool				Name="VCLinkerTool"				OutputFile=".\Debug/TestRe2c.exe"				LinkIncremental="0"				SuppressStartupBanner="true"				GenerateDebugInformation="true"				ProgramDatabaseFile=".\Debug/TestRe2c.pdb"				SubSystem="1"				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="1"			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"			UseOfMFC="0"			ATLMinimizesCRunTimeLibraryUsage="false"			CharacterSet="2"			>			<Tool				Name="VCPreBuildEventTool"			/>			<Tool				Name="VCCustomBuildTool"			/>			<Tool				Name="VCXMLDataGeneratorTool"			/>			<Tool				Name="VCWebServiceProxyGeneratorTool"			/>			<Tool				Name="VCMIDLTool"				TypeLibraryName=".\Release/TestRe2c.tlb"				HeaderFileName=""			/>			<Tool				Name="VCCLCompilerTool"				AdditionalOptions="/O2"				Optimization="2"				InlineFunctionExpansion="1"				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"				StringPooling="true"				RuntimeLibrary="0"				EnableFunctionLevelLinking="true"				UsePrecompiledHeader="0"				PrecompiledHeaderThrough=""				AssemblerListingLocation=".\Release/"				ObjectFile=".\Release/"				ProgramDataBaseFileName=".\Release/"				WarningLevel="3"				SuppressStartupBanner="true"			/>			<Tool				Name="VCManagedResourceCompilerTool"			/>			<Tool				Name="VCResourceCompilerTool"				PreprocessorDefinitions="NDEBUG"				Culture="1033"			/>			<Tool				Name="VCPreLinkEventTool"			/>			<Tool				Name="VCLinkerTool"				OutputFile=".\Release/TestRe2c.exe"				LinkIncremental="0"				SuppressStartupBanner="true"				ProgramDatabaseFile=".\Release/TestRe2c.pdb"				SubSystem="1"				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="Source Files"			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"			>			<File				RelativePath="main.b.c"				>				<FileConfiguration					Name="Debug|Win32"					>					<Tool						Name="VCCLCompilerTool"						Optimization="0"						PreprocessorDefinitions=""						BasicRuntimeChecks="3"					/>				</FileConfiguration>				<FileConfiguration					Name="Release|Win32"					>					<Tool						Name="VCCLCompilerTool"						Optimization="2"						PreprocessorDefinitions=""					/>				</FileConfiguration>			</File>			<File				RelativePath="main.b.re"				>				<FileConfiguration					Name="Debug|Win32"					>					<Tool						Name="VCCustomBuildTool"						Description="Generate $(InputName).c from $(InputName).re using Re2c"						CommandLine="..\..\..\Release-2005\re2c.exe -b -o$(InputName).c $(InputName).re&#x0D;&#x0A;"						Outputs="$(InputName).c"					/>				</FileConfiguration>				<FileConfiguration					Name="Release|Win32"					>					<Tool						Name="VCCustomBuildTool"						Description="Generate $(InputName).c from $(InputName).re using Re2c"						CommandLine="..\..\..\Rlease-2005\re2c.exe -b -o$(InputName).c $(InputName).re&#x0D;&#x0A;"						Outputs="$(InputName).c"					/>				</FileConfiguration>			</File>		</Filter>	</Files>	<Globals>	</Globals></VisualStudioProject>

⌨️ 快捷键说明

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