From c4bcc38ec25ed0b149fa5cc5af74119cedf9d43e Mon Sep 17 00:00:00 2001 From: watcherhd Date: Thu, 24 Nov 2011 21:46:37 +0000 Subject: another part of small project fixes git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@207 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- FirstRun/FirstRun.sln | 20 ++ FirstRun/FirstRun.vcxproj | 136 +++++++++ FirstRun/FirstRun.vcxproj.filters | 27 ++ FlashAvatars/FlashAvatars_10.sln | 26 ++ FlashAvatars/FlashAvatars_10.vcxproj | 301 ++++++++++++++++++++ FlashAvatars/FlashAvatars_10.vcxproj.filters | 40 +++ FortuneAwayMsg/fortuneawaymsg.sln | 20 ++ FortuneAwayMsg/fortuneawaymsg.vcxproj | 151 ++++++++++ FortuneAwayMsg/fortuneawaymsg.vcxproj.filters | 44 +++ fingerprint_mod/fingerprint_mod.sln | 40 ++- fingerprint_mod/fingerprint_mod.vcproj | 348 ++++++++++++++++-------- fingerprint_mod/fingerprint_mod.vcxproj | 235 ++++++++++++++++ fingerprint_mod/fingerprint_mod.vcxproj.filters | 34 +++ floatingcontacts/FltCont_10.vcxproj | 33 +-- floatingcontacts/FltCont_7.vcproj | 8 +- floatingcontacts/FltCont_8.vcproj | 8 +- floatingcontacts/FltCont_9.vcproj | 8 +- gender/gender.vcproj | 2 +- gender/gender_10.vcxproj | 32 +-- 19 files changed, 1328 insertions(+), 185 deletions(-) create mode 100644 FirstRun/FirstRun.sln create mode 100644 FirstRun/FirstRun.vcxproj create mode 100644 FirstRun/FirstRun.vcxproj.filters create mode 100644 FlashAvatars/FlashAvatars_10.sln create mode 100644 FlashAvatars/FlashAvatars_10.vcxproj create mode 100644 FlashAvatars/FlashAvatars_10.vcxproj.filters create mode 100644 FortuneAwayMsg/fortuneawaymsg.sln create mode 100644 FortuneAwayMsg/fortuneawaymsg.vcxproj create mode 100644 FortuneAwayMsg/fortuneawaymsg.vcxproj.filters create mode 100644 fingerprint_mod/fingerprint_mod.vcxproj create mode 100644 fingerprint_mod/fingerprint_mod.vcxproj.filters diff --git a/FirstRun/FirstRun.sln b/FirstRun/FirstRun.sln new file mode 100644 index 0000000..00c4dbe --- /dev/null +++ b/FirstRun/FirstRun.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C++ Express 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FirstRun", "FirstRun.vcxproj", "{2CBA4321-8FA3-4385-BAB6-5387668FBBC4}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug|Win32.ActiveCfg = Debug|Win32 + {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug|Win32.Build.0 = Debug|Win32 + {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Release|Win32.ActiveCfg = Release|Win32 + {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/FirstRun/FirstRun.vcxproj b/FirstRun/FirstRun.vcxproj new file mode 100644 index 0000000..dbce87b --- /dev/null +++ b/FirstRun/FirstRun.vcxproj @@ -0,0 +1,136 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {2CBA4321-8FA3-4385-BAB6-5387668FBBC4} + + + + DynamicLibrary + false + MultiByte + + + DynamicLibrary + false + MultiByte + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + false + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + true + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/FirstRun.tlb + + + + + Full + OnlyExplicitInline + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;FIRSTRUN_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + MultiThreaded + true + Level3 + true + Size + + + NDEBUG;%(PreprocessorDefinitions) + 0x0419 + + + true + false + + + MachineX86 + + + true + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/FirstRun.tlb + + + + + Disabled + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;FIRSTRUN_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0419 + + + true + true + false + + + MachineX86 + + + true + + + + + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + + + + + + + \ No newline at end of file diff --git a/FirstRun/FirstRun.vcxproj.filters b/FirstRun/FirstRun.vcxproj.filters new file mode 100644 index 0000000..b23033a --- /dev/null +++ b/FirstRun/FirstRun.vcxproj.filters @@ -0,0 +1,27 @@ + + + + + {27fbd9e8-a1b4-43ce-9fb9-18d89fdb2d70} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {196047f9-ebe5-4820-92f6-8142fff77f44} + h;hpp;hxx;hm;inl + + + {9633b99b-6e98-48bf-a30e-fb695b840910} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + + + Header Files + + + \ No newline at end of file diff --git a/FlashAvatars/FlashAvatars_10.sln b/FlashAvatars/FlashAvatars_10.sln new file mode 100644 index 0000000..6d6e51b --- /dev/null +++ b/FlashAvatars/FlashAvatars_10.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C++ Express 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FlashAvatars_6", "FlashAvatars_10.vcxproj", "{914B61B9-3383-4FA1-9BA9-350200B734B5}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug Unicode|Win32 = Debug Unicode|Win32 + Debug|Win32 = Debug|Win32 + Release Unicode|Win32 = Release Unicode|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {914B61B9-3383-4FA1-9BA9-350200B734B5}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32 + {914B61B9-3383-4FA1-9BA9-350200B734B5}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32 + {914B61B9-3383-4FA1-9BA9-350200B734B5}.Debug|Win32.ActiveCfg = Debug|Win32 + {914B61B9-3383-4FA1-9BA9-350200B734B5}.Debug|Win32.Build.0 = Debug|Win32 + {914B61B9-3383-4FA1-9BA9-350200B734B5}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32 + {914B61B9-3383-4FA1-9BA9-350200B734B5}.Release Unicode|Win32.Build.0 = Release Unicode|Win32 + {914B61B9-3383-4FA1-9BA9-350200B734B5}.Release|Win32.ActiveCfg = Release|Win32 + {914B61B9-3383-4FA1-9BA9-350200B734B5}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/FlashAvatars/FlashAvatars_10.vcxproj b/FlashAvatars/FlashAvatars_10.vcxproj new file mode 100644 index 0000000..47f4566 --- /dev/null +++ b/FlashAvatars/FlashAvatars_10.vcxproj @@ -0,0 +1,301 @@ + + + + + Debug Unicode + Win32 + + + Debug + Win32 + + + Release Unicode + Win32 + + + Release + Win32 + + + + FlashAvatars + {914B61B9-3383-4FA1-9BA9-350200B734B5} + + + + DynamicLibrary + false + MultiByte + + + DynamicLibrary + false + + + DynamicLibrary + false + + + DynamicLibrary + false + MultiByte + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + false + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + true + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + false + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + true + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/FlashAvatars_10.tlb + + + + + Full + OnlyExplicitInline + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;FlashAvatars_6_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + MultiThreaded + true + true + Level3 + true + ProgramDatabase + Size + + + NDEBUG;%(PreprocessorDefinitions) + 0x0417 + + + /ALIGN:4096 /ignore:4108 %(AdditionalOptions) + comctl32.lib;odbc32.lib;odbccp32.lib;wsock32.lib;version.lib;%(AdditionalDependencies) + true + true + true + false + + + MachineX86 + + + true + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug_Unicode/FlashAvatars_10.tlb + + + + + Disabled + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;UNICODE;_USRDLL;FlashAvatars_6_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + Use + stdafx.h + true + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + wsock32.lib;comctl32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + true + true + true + 0x25000000 + false + + + MachineX86 + + + true + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release_Unicode/FlashAvatars_10.tlb + + + + + Full + OnlyExplicitInline + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;UNICODE;_USRDLL;FlashAvatars_6_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + MultiThreaded + true + true + Level3 + true + ProgramDatabase + Size + + + NDEBUG;%(PreprocessorDefinitions) + 0x0417 + + + /ALIGN:4096 /ignore:4108 %(AdditionalOptions) + comctl32.lib;odbc32.lib;odbccp32.lib;wsock32.lib;version.lib;%(AdditionalDependencies) + true + true + true + false + + + MachineX86 + + + true + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/FlashAvatars_10.tlb + + + + + Disabled + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;FlashAvatars_6_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + Use + stdafx.h + true + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0809 + + + wsock32.lib;comctl32.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + true + true + true + 0x25000000 + false + + + MachineX86 + + + true + + + + + + + + + + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + + + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + + + + \ No newline at end of file diff --git a/FlashAvatars/FlashAvatars_10.vcxproj.filters b/FlashAvatars/FlashAvatars_10.vcxproj.filters new file mode 100644 index 0000000..709b0ba --- /dev/null +++ b/FlashAvatars/FlashAvatars_10.vcxproj.filters @@ -0,0 +1,40 @@ + + + + + {baed73f6-6413-4a48-81f1-44736cdf7d50} + h;hpp;hxx;hm;inl + + + {a22eadc9-ed9b-4e56-8e1e-350ce8875bef} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + + + + + + \ No newline at end of file diff --git a/FortuneAwayMsg/fortuneawaymsg.sln b/FortuneAwayMsg/fortuneawaymsg.sln new file mode 100644 index 0000000..5354024 --- /dev/null +++ b/FortuneAwayMsg/fortuneawaymsg.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C++ Express 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fortuneawaymsg", "fortuneawaymsg.vcxproj", "{6BE8E586-391E-4F6C-A37C-C0826406469A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {6BE8E586-391E-4F6C-A37C-C0826406469A}.Debug|Win32.ActiveCfg = Debug|Win32 + {6BE8E586-391E-4F6C-A37C-C0826406469A}.Debug|Win32.Build.0 = Debug|Win32 + {6BE8E586-391E-4F6C-A37C-C0826406469A}.Release|Win32.ActiveCfg = Release|Win32 + {6BE8E586-391E-4F6C-A37C-C0826406469A}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/FortuneAwayMsg/fortuneawaymsg.vcxproj b/FortuneAwayMsg/fortuneawaymsg.vcxproj new file mode 100644 index 0000000..ba90ffb --- /dev/null +++ b/FortuneAwayMsg/fortuneawaymsg.vcxproj @@ -0,0 +1,151 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {6BE8E586-391E-4F6C-A37C-C0826406469A} + + + + DynamicLibrary + false + MultiByte + + + DynamicLibrary + false + MultiByte + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + true + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + false + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/fortuneawaymsg.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;FORTUNEAWAYMSG_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0c0c + + + true + true + false + + + MachineX86 + + + true + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/fortuneawaymsg.tlb + + + + + Full + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;_USRDLL;FORTUNEAWAYMSG_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + MultiThreaded + true + Level3 + true + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) + Size + + + NDEBUG;%(PreprocessorDefinitions) + 0x0c0c + + + odbc32.lib;odbccp32.lib;msvcrt.lib;%(AdditionalDependencies) + true + true + false + + + MachineX86 + + + true + + + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + + + + + + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + + + + \ No newline at end of file diff --git a/FortuneAwayMsg/fortuneawaymsg.vcxproj.filters b/FortuneAwayMsg/fortuneawaymsg.vcxproj.filters new file mode 100644 index 0000000..fce4b4e --- /dev/null +++ b/FortuneAwayMsg/fortuneawaymsg.vcxproj.filters @@ -0,0 +1,44 @@ + + + + + {34705ddc-f22a-4ca9-b5d4-e714e784c887} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {cda97cae-0b13-4a21-ada9-5feba21b5546} + h;hpp;hxx;hm;inl + + + {cdc71768-c54d-439b-a505-188389e84ee8} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/fingerprint_mod/fingerprint_mod.sln b/fingerprint_mod/fingerprint_mod.sln index f021388..f0bc2ba 100644 --- a/fingerprint_mod/fingerprint_mod.sln +++ b/fingerprint_mod/fingerprint_mod.sln @@ -1,27 +1,25 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fingerprint_mod", "fingerprint_mod.vcproj", "{AF7D71D4-19B7-42B8-91DD-701F155AC4AE}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C++ Express 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fingerprint_mod", "fingerprint_mod.vcxproj", "{AF7D71D4-19B7-42B8-91DD-701F155AC4AE}" EndProject Global - GlobalSection(SolutionConfiguration) = preSolution - Release Lite = Release Lite - Release Standard = Release Standard - Release FULL = Release FULL - Debug FULL = Debug FULL + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug FULL|Win32 = Debug FULL|Win32 + Release FULL|Win32 = Release FULL|Win32 + Release Lite|Win32 = Release Lite|Win32 + Release Standard|Win32 = Release Standard|Win32 EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Release Lite.ActiveCfg = Release Lite|Win32 - {AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Release Lite.Build.0 = Release Lite|Win32 - {AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Release Standard.ActiveCfg = Release Standard|Win32 - {AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Release Standard.Build.0 = Release Standard|Win32 - {AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Release FULL.ActiveCfg = Release FULL|Win32 - {AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Release FULL.Build.0 = Release FULL|Win32 - {AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Debug FULL.ActiveCfg = Debug FULL|Win32 - {AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Debug FULL.Build.0 = Debug FULL|Win32 + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Debug FULL|Win32.ActiveCfg = Debug FULL|Win32 + {AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Debug FULL|Win32.Build.0 = Debug FULL|Win32 + {AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Release FULL|Win32.ActiveCfg = Release FULL|Win32 + {AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Release FULL|Win32.Build.0 = Release FULL|Win32 + {AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Release Lite|Win32.ActiveCfg = Release Lite|Win32 + {AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Release Lite|Win32.Build.0 = Release Lite|Win32 + {AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Release Standard|Win32.ActiveCfg = Release Standard|Win32 + {AF7D71D4-19B7-42B8-91DD-701F155AC4AE}.Release Standard|Win32.Build.0 = Release Standard|Win32 EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE EndGlobalSection EndGlobal diff --git a/fingerprint_mod/fingerprint_mod.vcproj b/fingerprint_mod/fingerprint_mod.vcproj index 78018a1..4381563 100644 --- a/fingerprint_mod/fingerprint_mod.vcproj +++ b/fingerprint_mod/fingerprint_mod.vcproj @@ -1,246 +1,364 @@ + Keyword="Win32Proj" + TargetFrameworkVersion="131072" + > + Name="Win32" + /> + + + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + + + + + + CompileAs="1" + /> + Name="VCManagedResourceCompilerTool" + /> + + - + TargetMachine="1" + /> + Name="VCALinkTool" + /> - - + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + + + + + + CompileAs="1" + /> + Name="VCManagedResourceCompilerTool" + /> + + - + TargetMachine="1" + /> + Name="VCALinkTool" + /> - - + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + + + + + + CompileAs="1" + /> + Name="VCManagedResourceCompilerTool" + /> + + - + TargetMachine="1" + /> + Name="VCALinkTool" + /> - - + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + + + + + + CompileAs="1" + /> + Name="VCManagedResourceCompilerTool" + /> + + - + TargetMachine="1" + /> + Name="VCALinkTool" + /> - - + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCPostBuildEventTool" + /> @@ -249,27 +367,33 @@ + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + RelativePath=".\fingerprint.c" + > + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + RelativePath=".\fingerprints.h" + > + RelativePath=".\resource.h" + > + > + RelativePath=".\resource.rc" + > diff --git a/fingerprint_mod/fingerprint_mod.vcxproj b/fingerprint_mod/fingerprint_mod.vcxproj new file mode 100644 index 0000000..bd837b3 --- /dev/null +++ b/fingerprint_mod/fingerprint_mod.vcxproj @@ -0,0 +1,235 @@ + + + + + Debug FULL + Win32 + + + Release FULL + Win32 + + + Release Lite + Win32 + + + Release Standard + Win32 + + + + {AF7D71D4-19B7-42B8-91DD-701F155AC4AE} + fingerprint_mod + Win32Proj + fingerprint + + + + DynamicLibrary + MultiByte + + + DynamicLibrary + MultiByte + + + DynamicLibrary + MultiByte + + + DynamicLibrary + MultiByte + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + true + false + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + true + false + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + true + false + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + true + + + + Full + OnlyExplicitInline + Size + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) + LITE;_LITE;WIN32;NDEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + + + MultiThreaded + false + + + Level3 + + + CompileAsC + + + LITE;_LITE;WIN32;NDEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;%(PreprocessorDefinitions) + + + + + false + Windows + true + true + false + + + false + + + MachineX86 + + + + + Full + OnlyExplicitInline + Size + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) + STANDARD;_STANDARD;WIN32;NDEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + + + MultiThreaded + false + + + Level3 + + + CompileAsC + + + STANDARD;_STANDARD;WIN32;NDEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;%(PreprocessorDefinitions) + + + + + false + Windows + true + true + false + + + false + + + MachineX86 + + + + + Full + OnlyExplicitInline + Size + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) + FULL;_FULL;WIN32;NDEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + + + MultiThreaded + false + + + Level3 + + + CompileAsC + + + FULL;_FULL;WIN32;NDEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;%(PreprocessorDefinitions) + + + + + false + Windows + true + true + false + + + false + + + MachineX86 + + + + + Disabled + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) + FULL;_FULL;WIN32;_DEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + + Level3 + EditAndContinue + CompileAsC + + + FULL;_FULL;WIN32;NDEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;%(PreprocessorDefinitions) + + + true + Windows + false + + + MachineX86 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fingerprint_mod/fingerprint_mod.vcxproj.filters b/fingerprint_mod/fingerprint_mod.vcxproj.filters new file mode 100644 index 0000000..1ad7368 --- /dev/null +++ b/fingerprint_mod/fingerprint_mod.vcxproj.filters @@ -0,0 +1,34 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {e53a3c8a-154b-4dac-83a7-e1bed18ed611} + + + + + Source Files + + + + + Header Files + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/floatingcontacts/FltCont_10.vcxproj b/floatingcontacts/FltCont_10.vcxproj index 27e5241..187b87d 100644 --- a/floatingcontacts/FltCont_10.vcxproj +++ b/floatingcontacts/FltCont_10.vcxproj @@ -65,14 +65,14 @@ <_ProjectFileVersion>10.0.30319.1 - .\_Debug\ - .\_Debug\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ true - .\_Release\ - .\_Release\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ false - $(Configuration)\ - $(Configuration)\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ true $(SolutionDir)$(Configuration)/Plugins\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ @@ -82,7 +82,7 @@ Disabled - ../../include/;%(AdditionalIncludeDirectories) + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true @@ -91,8 +91,6 @@ MultiThreadedDebug Use stdhdr.h - $(IntDir)$(ProjectName).pch - $(IntDir)$(ProjectName).pdb Level4 EditAndContinue @@ -101,10 +99,8 @@ Msimg32.lib;%(AdditionalDependencies) - $(OutDir)Plugins/fltcontacts.dll true true - $(OutDir)Plugins/$(TargetName).pdb false @@ -115,7 +111,7 @@ MinSpace Size - ../../include/;%(AdditionalIncludeDirectories) + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true @@ -125,8 +121,6 @@ true Use stdhdr.h - $(IntDir)$(ProjectName).pch - $(IntDir)$(ProjectName).pdb Level4 ProgramDatabase @@ -135,10 +129,8 @@ Msimg32.lib;%(AdditionalDependencies) - $(OutDir)Plugins/fltcontacts.dll true true - $(OutDir)Plugins/$(TargetName).pdb false false false @@ -150,7 +142,7 @@ Disabled - ../../include/;%(AdditionalIncludeDirectories) + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true @@ -159,8 +151,6 @@ MultiThreadedDebug Use stdhdr.h - $(IntDir)$(ProjectName).pch - $(IntDir)$(ProjectName).pdb Level4 EditAndContinue @@ -169,10 +159,8 @@ Msimg32.lib;%(AdditionalDependencies) - $(OutDir)Plugins/fltcontacts.dll true true - $(OutDir)Plugins/$(TargetName).pdb false @@ -183,7 +171,7 @@ MinSpace Size - ../../include/;%(AdditionalIncludeDirectories) + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true @@ -193,7 +181,6 @@ true Use stdhdr.h - $(IntDir)$(ProjectName).pch Level4 ProgramDatabase diff --git a/floatingcontacts/FltCont_7.vcproj b/floatingcontacts/FltCont_7.vcproj index 0a0e42b..485f9a3 100644 --- a/floatingcontacts/FltCont_7.vcproj +++ b/floatingcontacts/FltCont_7.vcproj @@ -22,7 +22,7 @@ 10.0.30319.1 true true - Release\ - Release\ - Release\ - Release\ + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)$(Configuration)64/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)64/Obj/$(ProjectName)\ false false false false $(SolutionDir)$(Configuration)/Plugins\ $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + $(SolutionDir)$(Configuration)/Plugins\ @@ -104,12 +105,12 @@ Level3 EditAndContinue + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) true $(OutDir)gender2.pdb Windows - $(OutDir)gender2.lib MachineX86 @@ -133,49 +134,48 @@ - MinSpace - ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + Full + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;GENDER2_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreaded Level3 ProgramDatabase + Size - $(OutDir)gender.dll false Windows true true - $(OutDir)gender.lib MachineX86 - MinSpace - ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;GENDER2_EXPORTS;%(PreprocessorDefinitions) + Full + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;GENDER2_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) MultiThreaded Level3 ProgramDatabase + Size false Windows true true - $(OutDir)gender.lib MachineX86 MinSpace - ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_USRDLL;GENDER2_EXPORTS;%(PreprocessorDefinitions) MultiThreadedDLL @@ -195,7 +195,7 @@ MinSpace - ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN64;NDEBUG;_WINDOWS;_USRDLL;GENDER2_EXPORTS;%(PreprocessorDefinitions) MultiThreadedDLL -- cgit v1.2.3