From 35a4603c6135738a5c9f7729c6bb19f9ce656c8a Mon Sep 17 00:00:00 2001 From: watcherhd Date: Tue, 29 Nov 2011 21:47:31 +0000 Subject: another part of small project fixes and x64 adaptation in some cases git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@230 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- SkinEngine/skinengine.sln | 20 --- SkinEngine/skinengine.vcproj | 282 ------------------------------- SkinEngine/skinengine_10.sln | 26 +++ SkinEngine/skinengine_10.vcxproj | 195 +++++++++++++++++++++ SkinEngine/skinengine_10.vcxproj.filters | 87 ++++++++++ SkinEngine/skinengine_8.vcproj | 4 +- SkinEngine/skinengine_9.sln | 20 +++ SkinEngine/skinengine_9.vcproj | 282 +++++++++++++++++++++++++++++++ 8 files changed, 612 insertions(+), 304 deletions(-) delete mode 100644 SkinEngine/skinengine.sln delete mode 100644 SkinEngine/skinengine.vcproj create mode 100644 SkinEngine/skinengine_10.sln create mode 100644 SkinEngine/skinengine_10.vcxproj create mode 100644 SkinEngine/skinengine_10.vcxproj.filters create mode 100644 SkinEngine/skinengine_9.sln create mode 100644 SkinEngine/skinengine_9.vcproj (limited to 'SkinEngine') diff --git a/SkinEngine/skinengine.sln b/SkinEngine/skinengine.sln deleted file mode 100644 index b729cc3..0000000 --- a/SkinEngine/skinengine.sln +++ /dev/null @@ -1,20 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "skinengine", "skinengine.vcproj", "{4A27088E-5ABF-433F-8061-4909A03CC9AB}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4A27088E-5ABF-433F-8061-4909A03CC9AB}.Debug|Win32.ActiveCfg = Debug|Win32 - {4A27088E-5ABF-433F-8061-4909A03CC9AB}.Debug|Win32.Build.0 = Debug|Win32 - {4A27088E-5ABF-433F-8061-4909A03CC9AB}.Release|Win32.ActiveCfg = Release|Win32 - {4A27088E-5ABF-433F-8061-4909A03CC9AB}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/SkinEngine/skinengine.vcproj b/SkinEngine/skinengine.vcproj deleted file mode 100644 index 8194957..0000000 --- a/SkinEngine/skinengine.vcproj +++ /dev/null @@ -1,282 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/SkinEngine/skinengine_10.sln b/SkinEngine/skinengine_10.sln new file mode 100644 index 0000000..c1f0e39 --- /dev/null +++ b/SkinEngine/skinengine_10.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "skinengine", "skinengine_10.vcxproj", "{4A27088E-5ABF-433F-8061-4909A03CC9AB}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4A27088E-5ABF-433F-8061-4909A03CC9AB}.Debug|Win32.ActiveCfg = Debug|Win32 + {4A27088E-5ABF-433F-8061-4909A03CC9AB}.Debug|Win32.Build.0 = Debug|Win32 + {4A27088E-5ABF-433F-8061-4909A03CC9AB}.Debug|x64.ActiveCfg = Debug|x64 + {4A27088E-5ABF-433F-8061-4909A03CC9AB}.Debug|x64.Build.0 = Debug|x64 + {4A27088E-5ABF-433F-8061-4909A03CC9AB}.Release|Win32.ActiveCfg = Release|Win32 + {4A27088E-5ABF-433F-8061-4909A03CC9AB}.Release|Win32.Build.0 = Release|Win32 + {4A27088E-5ABF-433F-8061-4909A03CC9AB}.Release|x64.ActiveCfg = Release|x64 + {4A27088E-5ABF-433F-8061-4909A03CC9AB}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/SkinEngine/skinengine_10.vcxproj b/SkinEngine/skinengine_10.vcxproj new file mode 100644 index 0000000..640ee86 --- /dev/null +++ b/SkinEngine/skinengine_10.vcxproj @@ -0,0 +1,195 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + skinengine + {4A27088E-5ABF-433F-8061-4909A03CC9AB} + skinengine + Win32Proj + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)\$(Configuration) $(Platform)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + $(SolutionDir)\$(Configuration) $(Platform)/Obj/$(ProjectName)\ + true + true + $(SolutionDir)$(Configuration)/Plugins\ + $(SolutionDir)\$(Configuration) $(Platform)/Plugins\ + $(SolutionDir)$(Configuration)/Obj/$(ProjectName)\ + $(SolutionDir)\$(Configuration) $(Platform)/Obj/$(ProjectName)\ + false + false + + + + Disabled + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;SKINENGINE_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + + Level3 + EditAndContinue + + + msimg32.lib;%(AdditionalDependencies) + true + Windows + MachineX86 + $(IntDir)$(TargetName).lib + + + + + Disabled + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;SKINENGINE_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level3 + ProgramDatabase + + + msimg32.lib;%(AdditionalDependencies) + true + Windows + $(IntDir)$(TargetName).lib + + + + + Full + true + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;SKINENGINE_EXPORTS;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + OnlyExplicitInline + Size + + + msimg32.lib;%(AdditionalDependencies) + true + Windows + true + true + MachineX86 + $(IntDir)$(TargetName).lib + + + + + Full + true + ../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;SKINENGINE_EXPORTS;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + OnlyExplicitInline + Size + + + msimg32.lib;%(AdditionalDependencies) + true + Windows + true + true + $(IntDir)$(TargetName).lib + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/SkinEngine/skinengine_10.vcxproj.filters b/SkinEngine/skinengine_10.vcxproj.filters new file mode 100644 index 0000000..eaa4c11 --- /dev/null +++ b/SkinEngine/skinengine_10.vcxproj.filters @@ -0,0 +1,87 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/SkinEngine/skinengine_8.vcproj b/SkinEngine/skinengine_8.vcproj index eb6be3d..e7889e2 100644 --- a/SkinEngine/skinengine_8.vcproj +++ b/SkinEngine/skinengine_8.vcproj @@ -41,7 +41,7 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3