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 --- 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 +++ 4 files changed, 524 insertions(+), 133 deletions(-) create mode 100644 fingerprint_mod/fingerprint_mod.vcxproj create mode 100644 fingerprint_mod/fingerprint_mod.vcxproj.filters (limited to 'fingerprint_mod') 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 -- cgit v1.2.3