newsddt.vcproj

来自「这一款新闻类业务的源码」· VCPROJ 代码 · 共 238 行

VCPROJ
238
字号
<?xml version="1.0" encoding="gb2312"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="8.00"
	Name="newsddt"
	ProjectGUID="{8929A411-D33C-468B-9979-0D70C608BDB7}"
	RootNamespace="newsddt"
	>
	<Platforms>
		<Platform
			Name="Win32"
		/>
	</Platforms>
	<ToolFiles>
	</ToolFiles>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="Debug"
			IntermediateDirectory="Debug"
			ConfigurationType="2"
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="$(BREWDIR)\inc;"
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;AEE_SIMULATOR;"
				RuntimeLibrary="1"
				UsePrecompiledHeader="0"
				WarningLevel="4"
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				OutputFile="newsddt.dll"
				GenerateDebugInformation="true"
				SubSystem="2"
				ImportLibrary="$(OutDir)/newsddt.lib"
			/>
			<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="2"
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="2"
				AdditionalIncludeDirectories="$(BREWDIR)\inc;"
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;AEE_SIMULATOR;"
				RuntimeLibrary="0"
				UsePrecompiledHeader="0"
				DebugInformationFormat="0"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				OutputFile="./newsddt.dll"
				SubSystem="2"
				ImportLibrary="$(OutDir)/newsddt.lib"
			/>
			<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="c"
			>
			<File
				RelativePath="$(BREWDIR)\src\AEEAppGen.c"
				>
			</File>
			<File
				RelativePath="$(BREWDIR)\src\AEEModGen.c"
				>
			</File>
			<File
				RelativePath=".\FileMap.c"
				>
			</File>
			<File
				RelativePath=".\list.c"
				>
			</File>
			<File
				RelativePath=".\net.c"
				>
			</File>
			<File
				RelativePath=".\newsddt.c"
				>
			</File>
			<File
				RelativePath=".\promptbox.c"
				>
			</File>
			<File
				RelativePath=".\ReadBox.c"
				>
			</File>
			<File
				RelativePath=".\softkey.c"
				>
			</File>
		</Filter>
		<Filter
			Name="Include Files"
			>
			<File
				RelativePath=".\FileMap.h"
				>
			</File>
			<File
				RelativePath=".\newsddt.h"
				>
			</File>
			<File
				RelativePath=".\newsddt_res.h"
				>
			</File>
			<File
				RelativePath=".\promptbox.h"
				>
			</File>
			<File
				RelativePath=".\ReadBox.h"
				>
			</File>
			<File
				RelativePath=".\softkey.h"
				>
			</File>
		</Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

⌨️ 快捷键说明

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