sendphotomobileapp.vcproj

来自「a mobile application for brew plateforms」· VCPROJ 代码 · 共 231 行

VCPROJ
231
字号
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="8.00"
	Name="sendphotomobileapp"
	ProjectGUID="{B1D0C6DC-7F3A-498F-AA56-838810004979}"
	RootNamespace="sendphotomobileapp"
	>
	<Platforms>
		<Platform
			Name="Win32"
		/>
	</Platforms>
	<ToolFiles>
	</ToolFiles>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="."
			IntermediateDirectory="Debug"
			ConfigurationType="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				AdditionalIncludeDirectories="&quot;C:\Program Files\Qualcomm\BREWUIWidgets_2.0.1\htmlwidget\inc\bid&quot;;&quot;C:\Program Files\Qualcomm\BREWUIWidgets_2.0.1\htmlwidget\inc&quot;;&quot;C:\Program Files\Qualcomm\BREWUIWidgets_2.0.1\widgets\inc\bid&quot;;&quot;C:\Program Files\Qualcomm\BREWUIWidgets_2.0.1\widgets\inc&quot;;&quot;C:\Program Files\Qualcomm\BREWUIWidgets_2.0.1\forms\inc\bid&quot;;&quot;C:\Program Files\Qualcomm\BREWUIWidgets_2.0.1\forms\inc&quot;;&quot;$(BREWDIR)\inc&quot;"
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;AEE_SIMULATOR;"
				RuntimeLibrary="1"
				UsePrecompiledHeader="0"
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				OutputFile="./sendphotomobileapp.dll"
				GenerateDebugInformation="true"
				SubSystem="2"
				ImportLibrary="$(OutDir)/sendphotomobileapp.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="."
			IntermediateDirectory="Release"
			ConfigurationType="2"
			>
			<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="./sendphotomobileapp.dll"
				SubSystem="2"
				ImportLibrary="$(OutDir)/sendphotomobileapp.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=".\loginscreen.c"
				>
			</File>
			<File
				RelativePath=".\mainscreen.c"
				>
			</File>
			<File
				RelativePath=".\responsescreen.c"
				>
			</File>
			<File
				RelativePath=".\sendphotomobileapp.c"
				>
			</File>
			<File
				RelativePath=".\splashscreen.c"
				>
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			>
			<File
				RelativePath=".\loginscreen.h"
				>
			</File>
			<File
				RelativePath=".\mainscreen.h"
				>
			</File>
			<File
				RelativePath=".\menucontrol.h"
				>
			</File>
			<File
				RelativePath=".\responsescreen.h"
				>
			</File>
			<File
				RelativePath=".\splashscreen.h"
				>
			</File>
		</Filter>
		<Filter
			Name="Resource Files"
			>
			<File
				RelativePath=".\sendphotomobileapp.bar"
				>
			</File>
		</Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

⌨️ 快捷键说明

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