199 lines
5.3 KiB
XML
199 lines
5.3 KiB
XML
<?xml version="1.0" encoding="ks_c_5601-1987"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="SolarConsole"
|
|
ProjectGUID="{02148F6E-30B5-494E-9F2F-35DE52CDE404}"
|
|
RootNamespace="SolarConsole"
|
|
Keyword="Win32Proj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="..\..\_Intermediate\$(ConfigurationName)\$(ProjectName)"
|
|
IntermediateDirectory="..\..\_Intermediate\$(ConfigurationName)\$(ProjectName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""$(SolutionDir)..\Utility";"$(SolutionDir)Include""
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SOLARCONSOLE_EXPORTS"
|
|
MinimalRebuild="TRUE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="4"
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="SolarLog_d.lib"
|
|
OutputFile="../_bin/$(ProjectName)_d.dll"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories="$(ProjectDir)../lib"
|
|
ModuleDefinitionFile="SolarConsole.def"
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile="$(OutDir)\$(TargetName).pdb"
|
|
SubSystem="2"
|
|
ImportLibrary="../lib/$(TargetName).lib"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="copy $(ProjectDir)\ISolarConsole.h $(SolutionDir)\include
|
|
copy $(ProjectDir)\ISolarConsole_Define.h $(SolutionDir)\include
|
|
copy $(ProjectDir)\ISolarConsole_Guid.h $(SolutionDir)\include
|
|
"
|
|
ExcludedFromBuild="TRUE"/>
|
|
<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="..\..\_Intermediate\$(ConfigurationName)\$(ProjectName)"
|
|
IntermediateDirectory="..\..\_Intermediate\$(ConfigurationName)\$(ProjectName)"
|
|
ConfigurationType="2"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""$(SolutionDir)..\Utility";"$(SolutionDir)Include""
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SOLARCONSOLE_EXPORTS"
|
|
RuntimeLibrary="0"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="SolarLog.lib"
|
|
OutputFile="../_bin/$(ProjectName).dll"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories="$(ProjectDir)../lib"
|
|
ModuleDefinitionFile="SolarConsole.def"
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile="$(OutDir)\$(TargetName).pdb"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
ImportLibrary="../lib/$(TargetName).lib"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="copy $(ProjectDir)\ISolarConsole.h $(SolutionDir)\include
|
|
copy $(ProjectDir)\ISolarConsole_Define.h $(SolutionDir)\include
|
|
copy $(ProjectDir)\ISolarConsole_Guid.h $(SolutionDir)\include
|
|
"
|
|
ExcludedFromBuild="TRUE"/>
|
|
<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="main"
|
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
|
<File
|
|
RelativePath=".\main.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SolarConsole.def">
|
|
</File>
|
|
<File
|
|
RelativePath=".\StdAfx.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\StdAfx.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="¼Ò½º"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
|
<File
|
|
RelativePath=".\ListControl.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\ListControl.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SolarConsole.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SolarConsole.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SolarConsoleFactory.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SolarConsoleFactory.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="ÀÎÅÍÆäÀ̽º"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\ISolarConsole.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\ISolarConsole_Define.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\ISolarConsole_Guid.h">
|
|
</File>
|
|
</Filter>
|
|
<File
|
|
RelativePath=".\SolarConsole.rc">
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
<Global
|
|
Name="DevPartner_IsInstrumented"
|
|
Value="0"/>
|
|
</Globals>
|
|
</VisualStudioProject>
|