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

📄 graphbuilding.vcproj

📁 AIML的实现
💻 VCPROJ
字号:
<?xml version="1.0" encoding="Windows-1252"?><VisualStudioProject	ProjectType="Visual C++"	Version="7.10"	Name="graphbuilding"	ProjectGUID="{F3DD2261-3A62-4118-B3C6-EF1D07C2900B}"	SccProjectName=""	SccLocalPath="">	<Platforms>		<Platform			Name="Win32"/>	</Platforms>	<Configurations>		<Configuration			Name="Release|Win32"			OutputDirectory=".\Release"			IntermediateDirectory=".\Release"			ConfigurationType="1"			UseOfMFC="0"			ATLMinimizesCRunTimeLibraryUsage="FALSE"			CharacterSet="2">			<Tool				Name="VCCLCompilerTool"				Optimization="2"				InlineFunctionExpansion="1"				AdditionalIncludeDirectories="..\..\..\include"				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"				StringPooling="TRUE"				RuntimeLibrary="0"				EnableFunctionLevelLinking="TRUE"				RuntimeTypeInfo="TRUE"				PrecompiledHeaderFile=".\Release/graphbuilding.pch"				AssemblerListingLocation=".\Release/"				ObjectFile=".\Release/"				ProgramDataBaseFileName=".\Release/"				WarningLevel="3"				SuppressStartupBanner="TRUE"				CompileAs="0"/>			<Tool				Name="VCCustomBuildTool"/>			<Tool				Name="VCLinkerTool"				AdditionalDependencies="..\..\..\bin\Release\rebecca-mt.lib"				OutputFile="..\..\..\bin\release\graphbuilding.exe"				LinkIncremental="1"				SuppressStartupBanner="TRUE"				ProgramDatabaseFile=".\Release/graphbuilding.pdb"				SubSystem="1"				TargetMachine="1"/>			<Tool				Name="VCMIDLTool"				TypeLibraryName=".\Release/graphbuilding.tlb"				HeaderFileName=""/>			<Tool				Name="VCPostBuildEventTool"/>			<Tool				Name="VCPreBuildEventTool"/>			<Tool				Name="VCPreLinkEventTool"/>			<Tool				Name="VCResourceCompilerTool"				PreprocessorDefinitions="NDEBUG"				Culture="1033"/>			<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="0"			ATLMinimizesCRunTimeLibraryUsage="FALSE"			CharacterSet="2">			<Tool				Name="VCCLCompilerTool"				Optimization="0"				AdditionalIncludeDirectories="..\..\..\include"				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"				BasicRuntimeChecks="3"				RuntimeLibrary="1"				RuntimeTypeInfo="TRUE"				PrecompiledHeaderFile=".\Debug/graphbuilding.pch"				AssemblerListingLocation=".\Debug/"				ObjectFile=".\Debug/"				ProgramDataBaseFileName=".\Debug/"				WarningLevel="3"				SuppressStartupBanner="TRUE"				DebugInformationFormat="4"				CompileAs="0"/>			<Tool				Name="VCCustomBuildTool"/>			<Tool				Name="VCLinkerTool"				AdditionalDependencies="..\..\..\bin\debug\rebecca-mtD.lib"				OutputFile="..\..\..\bin\debug\graphbuilding.exe"				LinkIncremental="1"				SuppressStartupBanner="TRUE"				AdditionalLibraryDirectories=""				GenerateDebugInformation="TRUE"				ProgramDatabaseFile=".\Debug/graphbuilding.pdb"				SubSystem="1"				TargetMachine="1"/>			<Tool				Name="VCMIDLTool"				TypeLibraryName=".\Debug/graphbuilding.tlb"				HeaderFileName=""/>			<Tool				Name="VCPostBuildEventTool"/>			<Tool				Name="VCPreBuildEventTool"/>			<Tool				Name="VCPreLinkEventTool"/>			<Tool				Name="VCResourceCompilerTool"				PreprocessorDefinitions="_DEBUG"				Culture="1033"/>			<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="..\..\..\src\tests\graph-building\main.cpp">				<FileConfiguration					Name="Release|Win32">					<Tool						Name="VCCLCompilerTool"						Optimization="2"						AdditionalIncludeDirectories=""						PreprocessorDefinitions=""/>				</FileConfiguration>				<FileConfiguration					Name="Debug|Win32">					<Tool						Name="VCCLCompilerTool"						Optimization="0"						AdditionalIncludeDirectories=""						PreprocessorDefinitions=""						BasicRuntimeChecks="3"/>				</FileConfiguration>			</File>		</Filter>		<Filter			Name="Header Files"			Filter="h;hpp;hxx;hm;inl">		</Filter>		<Filter			Name="Resource Files"			Filter="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 + -