summaryrefslogtreecommitdiff
path: root/dbeditorpp/dbeditorpp.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'dbeditorpp/dbeditorpp.vcproj')
-rw-r--r--dbeditorpp/dbeditorpp.vcproj295
1 files changed, 295 insertions, 0 deletions
diff --git a/dbeditorpp/dbeditorpp.vcproj b/dbeditorpp/dbeditorpp.vcproj
new file mode 100644
index 0000000..38d04d8
--- /dev/null
+++ b/dbeditorpp/dbeditorpp.vcproj
@@ -0,0 +1,295 @@
+<?xml version="1.0" encoding="windows-1251"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="dbeditorpp"
+ ProjectGUID="{9C6040B8-1173-40FA-A3DB-DE044CCD8250}"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DBEDITORPP_EXPORTS"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\Debug/dbeditorpp.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="4"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ OutputFile="../../bin/debug8/plugins/svc_dbepp.dll"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\Debug/dbeditorpp.pdb"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ OptimizeForWindows98="1"
+ ImportLibrary=".\Debug/dbeditorpp.lib"/>
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="TRUE"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Debug/dbeditorpp.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"/>
+ <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"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2"
+ WholeProgramOptimization="FALSE">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="1"
+ GlobalOptimizations="FALSE"
+ InlineFunctionExpansion="1"
+ OptimizeForWindowsApplication="TRUE"
+ AdditionalIncludeDirectories="../../include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DBEDITORPP_EXPORTS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\Release/dbeditorpp.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ BrowseInformation="1"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="odbc32.lib odbccp32.lib"
+ OutputFile="../../bin/release/plugins/svc_dbepp.dll"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ ProgramDatabaseFile=".\Release/dbeditorpp.pdb"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ OptimizeForWindows98="1"
+ ImportLibrary=".\Release/dbeditorpp.lib"/>
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="TRUE"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Release/dbeditorpp.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"/>
+ <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;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath=".\exportimport.c">
+ </File>
+ <File
+ RelativePath=".\icons.c">
+ </File>
+ <File
+ RelativePath=".\knownmodules.c">
+ </File>
+ <File
+ RelativePath=".\main.c">
+ </File>
+ <File
+ RelativePath=".\modules.c">
+ </File>
+ <File
+ RelativePath=".\threads.c">
+ </File>
+ <Filter
+ Name="ModSetting Enuming"
+ Filter="">
+ <File
+ RelativePath=".\modsettingenum.c">
+ </File>
+ <File
+ RelativePath=".\modsettingenum.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="dialogs"
+ Filter="">
+ <File
+ RelativePath=".\addeditsettingsdlg.c">
+ </File>
+ <File
+ RelativePath=".\copymodule.c">
+ </File>
+ <File
+ RelativePath=".\deletemodule.c">
+ </File>
+ <File
+ RelativePath=".\findwindow.c">
+ </File>
+ <File
+ RelativePath=".\main_window.c">
+ </File>
+ <File
+ RelativePath=".\moduletree.c">
+ </File>
+ <File
+ RelativePath=".\options.c">
+ </File>
+ <File
+ RelativePath=".\settinglist.c">
+ </File>
+ <File
+ RelativePath=".\watchedvars.c">
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath=".\headers.h">
+ </File>
+ <File
+ RelativePath=".\IcoLib.h">
+ </File>
+ <File
+ RelativePath=".\icons.h">
+ </File>
+ <File
+ RelativePath=".\resource.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ <File
+ RelativePath=".\res\Contacts.ico">
+ </File>
+ <File
+ RelativePath=".\dbeditorpp_readme.txt">
+ </File>
+ <File
+ RelativePath=".\dbeditorpp_translation.txt">
+ </File>
+ <File
+ RelativePath=".\res\Icon_1.ico">
+ </File>
+ <File
+ RelativePath=".\res\Icon_14.ico">
+ </File>
+ <File
+ RelativePath=".\res\Icon_15.ico">
+ </File>
+ <File
+ RelativePath=".\res\Icon_16.ico">
+ </File>
+ <File
+ RelativePath=".\res\Icon_17.ico">
+ </File>
+ <File
+ RelativePath=".\res\Icon_18.ico">
+ </File>
+ <File
+ RelativePath=".\res\Icon_4.ico">
+ </File>
+ <File
+ RelativePath=".\res\offline2.ico">
+ </File>
+ <File
+ RelativePath=".\res\online2.ico">
+ </File>
+ <File
+ RelativePath=".\res\Red.ico">
+ </File>
+ <File
+ RelativePath=".\res\Red_open.ico">
+ </File>
+ <File
+ RelativePath=".\resource.rc">
+ </File>
+ <File
+ RelativePath="Res\unicode.ico">
+ </File>
+ <File
+ RelativePath=".\res\Yellow.ico">
+ </File>
+ <File
+ RelativePath=".\res\Yellow_open.ico">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>