area51/Support/SMTP/SMTP.vcproj
Andrew Sampson 431f72b93a source
2021-08-27 19:22:41 -07:00

170 lines
4.1 KiB
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="SMTP"
ProjectGUID="{400DF6E5-DDEF-4668-A50B-C611A4F50538}"
SccProjectName="Perforce Project"
SccAuxPath=""
SccLocalPath="..\.."
SccProvider="MSSCCI:Perforce SCM"
Keyword="Win32Proj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="EDITOR-Debug|Win32"
OutputDirectory="$(ProjectDir)_$(ConfigurationName)"
IntermediateDirectory="$(ProjectDir)_$(ConfigurationName)"
ConfigurationType="4"
UseOfMFC="1"
CharacterSet="0">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="$(X)\x_files,\.,$(X)/Entropy,$(X)\..\Support"
PreprocessorDefinitions="TARGET_PC,CONFIG_DEBUG,APP_EDITOR"
BasicRuntimeChecks="1"
RuntimeLibrary="1"
BufferSecurityCheck="TRUE"
UsePrecompiledHeader="2"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)/$(ProjectName).lib"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="EDITOR-OptDebug|Win32"
OutputDirectory="$(ProjectDir)_$(ConfigurationName)"
IntermediateDirectory="$(ProjectDir)_$(ConfigurationName)"
ConfigurationType="4"
UseOfMFC="1"
CharacterSet="0">
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="$(X)\x_files,\.,$(X)/Entropy,$(X)\..\Support"
PreprocessorDefinitions="TARGET_PC,CONFIG_OPTDEBUG,APP_EDITOR"
StringPooling="TRUE"
MinimalRebuild="TRUE"
RuntimeLibrary="0"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)/$(ProjectName).lib"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
</Filter>
<File
RelativePath=".\Base64Coder.cpp">
</File>
<File
RelativePath=".\Base64Coder.h">
</File>
<File
RelativePath=".\glob-md5.h">
</File>
<File
RelativePath=".\md5.cpp">
</File>
<File
RelativePath=".\md5.h">
</File>
<File
RelativePath=".\Smtp.cpp">
</File>
<File
RelativePath=".\Smtp.h">
</File>
<File
RelativePath=".\Smtp.htm"
DeploymentContent="TRUE">
<FileConfiguration
Name="EDITOR-Debug|Win32"
ExcludedFromBuild="TRUE">
<Tool
Name="VCCustomBuildTool"/>
</FileConfiguration>
<FileConfiguration
Name="EDITOR-OptDebug|Win32"
ExcludedFromBuild="TRUE">
<Tool
Name="VCCustomBuildTool"/>
</FileConfiguration>
</File>
<File
RelativePath=".\stdafx.cpp">
<FileConfiguration
Name="EDITOR-Debug|Win32">
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"/>
</FileConfiguration>
<FileConfiguration
Name="EDITOR-OptDebug|Win32">
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"/>
</FileConfiguration>
</File>
<File
RelativePath=".\stdafx.h">
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>