246 lines
5.2 KiB
XML
246 lines
5.2 KiB
XML
<?xml version="1.0" encoding="ks_c_5601-1987"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="UpdateModule"
|
|
ProjectGUID="{0AE80115-86DB-4159-BB8E-61D0606CC615}"
|
|
Keyword="Win32Proj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="Debug"
|
|
IntermediateDirectory="Debug"
|
|
ConfigurationType="2"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;UPDATEMODULE_EXPORTS"
|
|
MinimalRebuild="TRUE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
DebugInformationFormat="4"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="wininet.lib ws2_32.lib shlwapi.lib"
|
|
OutputFile="..\_Bin\SunAutoUpdateTool\UpdateModule_d.dll"
|
|
LinkIncremental="2"
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile="$(OutDir)/UpdateModule_d.pdb"
|
|
SubSystem="2"
|
|
ImportLibrary="..\_Bin\SunAutoUpdateTool\UpdateModule_d.lib"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="Release"
|
|
IntermediateDirectory="Release"
|
|
ConfigurationType="2"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;UPDATEMODULE_EXPORTS"
|
|
RuntimeLibrary="0"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="wininet.lib ws2_32.lib shlwapi.lib"
|
|
OutputFile="..\_Bin\SunAutoUpdateTool\UpdateModule.dll"
|
|
LinkIncremental="1"
|
|
GenerateDebugInformation="TRUE"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
ImportLibrary="..\_Bin\SunAutoUpdateTool\UpdateModule.lib"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="FTP"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\FtpNetwork.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\FtpNetwork.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="UpdateModule"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\ApplicationUpdate.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\ApplicationUpdate.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\LauncherUpdate.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\LauncherUpdate.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Update.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Update.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\UpdateModule.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\UpdateModule.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Parser"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\ScriptParser.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\ScriptParser.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\UpdateScriptInfo.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\UpdateScriptInfo.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Utility"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\MyFolder.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\MyFolder.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="public"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\define.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\MessageDefine.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\PublicStruct.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\UpdateFileInfo.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\UpdateFileInfo.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\UpdateFolderInfo.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\UpdateFolderInfo.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\VersionInfo.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\VersionInfo.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Network"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\NetClient.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\NetClient.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\PacketStruct.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Manager"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\UpdateManager.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\UpdateManager.h">
|
|
</File>
|
|
</Filter>
|
|
<File
|
|
RelativePath=".\BugReport.txt">
|
|
</File>
|
|
<File
|
|
RelativePath=".\History.txt">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Version.h">
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|