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 ++++++++ 3 files changed, 183 insertions(+) create mode 100644 FirstRun/FirstRun.sln create mode 100644 FirstRun/FirstRun.vcxproj create mode 100644 FirstRun/FirstRun.vcxproj.filters (limited to 'FirstRun') 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 -- cgit v1.2.3