131 lines
3.5 KiB
XML
131 lines
3.5 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="CustomDoubleParameter"
|
|
ProjectGUID="{EEC93ED5-32BE-42F9-96ED-3831F82B5613}"
|
|
RootNamespace="MyDoubleParamMFC"
|
|
Keyword="MFCDLLProj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="..\..\..\Temp\$(PlatformName)\$(ProjectName)\$(ConfigurationName)"
|
|
IntermediateDirectory="..\..\..\Temp\$(PlatformName)\$(ProjectName)\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
UseOfMFC="2"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\..\..\Includes;"
|
|
PreprocessorDefinitions="VIRTOOLS_USER_SDK;WIN32;_WINDOWS;NDEBUG;_USRDLL"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="2"
|
|
TreatWChar_tAsBuiltInType="FALSE"
|
|
UsePrecompiledHeader="0"
|
|
ProgramDataBaseFileName="$(OutDir)/$(ProjectName).pdb"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="FALSE"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="CK2.lib vxmath.lib InterfaceControls.lib CKControls.lib"
|
|
OutputFile="..\..\..\..\Plugins\$(ProjectName).dll"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="TRUE"
|
|
AdditionalLibraryDirectories="..\..\..\Lib\$(PlatformName)\Release"
|
|
ModuleDefinitionFile=".\CustomDoubleParam.def"
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile="..\..\..\..\Plugins\$(ProjectName).pdb"
|
|
SubSystem="2"
|
|
OptimizeReferences="0"
|
|
EnableCOMDATFolding="0"
|
|
ImportLibrary="$(OutDir)/$(ProjectName).lib"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="VIRTOOLS_USER_SDK;NDEBUG"
|
|
MkTypLibCompatible="FALSE"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="VIRTOOLS_USER_SDK;NDEBUG"
|
|
Culture="1036"
|
|
AdditionalIncludeDirectories="$(IntDir)"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
|
<File
|
|
RelativePath=".\CDoubleParamWinApp.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\DoubleParamDialog.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\DoubleParamPlugin.cpp">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
|
<File
|
|
RelativePath=".\CDoubleParamWinApp.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\CustomDoubleParam.def">
|
|
</File>
|
|
<File
|
|
RelativePath=".\DoubleParamDialog.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Resource.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\stdafx.h">
|
|
</File>
|
|
</Filter>
|
|
<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}">
|
|
<File
|
|
RelativePath=".\DoubleParameter.rc">
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
<Global
|
|
Name="RESOURCE_FILE"
|
|
Value="MyDoubleParamMFC.rc"/>
|
|
</Globals>
|
|
</VisualStudioProject>
|