diff --git a/wufuc.sln b/wufuc.sln index 5bf4d49..366577a 100644 --- a/wufuc.sln +++ b/wufuc.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 -VisualStudioVersion = 15.0.26730.15 +VisualStudioVersion = 15.0.26730.16 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wufuc", "wufuc\wufuc.vcxproj", "{00F96695-CE41-4C2F-A344-6219DFB4F887}" EndProject @@ -14,8 +14,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution README.md = README.md EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wufuc_aihelper", "wufuc_aihelper\wufuc_aihelper.vcxproj", "{C1AE00F8-D223-4462-B6A8-5A5D138A5D1F}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 @@ -32,14 +30,6 @@ Global {00F96695-CE41-4C2F-A344-6219DFB4F887}.Release|x64.Build.0 = Release|x64 {00F96695-CE41-4C2F-A344-6219DFB4F887}.Release|x86.ActiveCfg = Release|Win32 {00F96695-CE41-4C2F-A344-6219DFB4F887}.Release|x86.Build.0 = Release|Win32 - {C1AE00F8-D223-4462-B6A8-5A5D138A5D1F}.Debug|x64.ActiveCfg = Debug|x64 - {C1AE00F8-D223-4462-B6A8-5A5D138A5D1F}.Debug|x64.Build.0 = Debug|x64 - {C1AE00F8-D223-4462-B6A8-5A5D138A5D1F}.Debug|x86.ActiveCfg = Debug|Win32 - {C1AE00F8-D223-4462-B6A8-5A5D138A5D1F}.Debug|x86.Build.0 = Debug|Win32 - {C1AE00F8-D223-4462-B6A8-5A5D138A5D1F}.Release|x64.ActiveCfg = Release|x64 - {C1AE00F8-D223-4462-B6A8-5A5D138A5D1F}.Release|x64.Build.0 = Release|x64 - {C1AE00F8-D223-4462-B6A8-5A5D138A5D1F}.Release|x86.ActiveCfg = Release|Win32 - {C1AE00F8-D223-4462-B6A8-5A5D138A5D1F}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/wufuc_aihelper/aihelper.c b/wufuc_aihelper/aihelper.c deleted file mode 100644 index 80ac186..0000000 --- a/wufuc_aihelper/aihelper.c +++ /dev/null @@ -1,12 +0,0 @@ -#include -#include -#include - -UINT __stdcall AIHelper_SetUnloadEvent(MSIHANDLE hInstall) { - HANDLE hEvent = OpenEvent(EVENT_MODIFY_STATE, FALSE, _T("Global\\wufuc_UnloadEvent")); - if ( hEvent ) { - SetEvent(hEvent); - CloseHandle(hEvent); - } - return 1; -} diff --git a/wufuc_aihelper/dllmain.c b/wufuc_aihelper/dllmain.c deleted file mode 100644 index b72b423..0000000 --- a/wufuc_aihelper/dllmain.c +++ /dev/null @@ -1,13 +0,0 @@ -#include - -BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) { - switch ( ul_reason_for_call ) { - case DLL_PROCESS_ATTACH: - break; - case DLL_PROCESS_DETACH: - break; - default: - break; - } - return TRUE; -} diff --git a/wufuc_aihelper/wufuc_aihelper.def b/wufuc_aihelper/wufuc_aihelper.def deleted file mode 100644 index f4045dc..0000000 --- a/wufuc_aihelper/wufuc_aihelper.def +++ /dev/null @@ -1,2 +0,0 @@ -EXPORTS - AIHelper_SetUnloadEvent diff --git a/wufuc_aihelper/wufuc_aihelper.vcxproj b/wufuc_aihelper/wufuc_aihelper.vcxproj deleted file mode 100644 index d68dd78..0000000 --- a/wufuc_aihelper/wufuc_aihelper.vcxproj +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {C1AE00F8-D223-4462-B6A8-5A5D138A5D1F} - Win32Proj - wufuc_aihelper - 10.0.15063.0 - - - - DynamicLibrary - true - v141 - Unicode - - - DynamicLibrary - false - v141 - true - Unicode - - - DynamicLibrary - true - v141 - Unicode - - - DynamicLibrary - false - v141 - true - Unicode - - - - - - - - - - - - - - - - - - - - - false - $(ProjectDir)bin\$(Configuration)\$(PlatformShortName)\ - $(ProjectDir)$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\ - $(ProjectName) - false - - - true - $(ProjectDir)bin\$(Configuration)\$(PlatformShortName)\ - $(ProjectDir)$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\ - $(ProjectName) - - - true - $(ProjectDir)bin\$(Configuration)\$(PlatformShortName)\ - $(ProjectDir)$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\ - $(ProjectName) - - - false - $(ProjectDir)bin\$(Configuration)\$(PlatformShortName)\ - $(ProjectDir)$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\ - $(ProjectName) - false - - - - Level3 - MaxSpeed - true - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;WUFUC_AIHELPER_EXPORTS;%(PreprocessorDefinitions) - MultiThreaded - - - Windows - true - true - Msi.lib;%(AdditionalDependencies) - false - wufuc_aihelper.def - - - - - Level3 - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;WUFUC_AIHELPER_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDebug - - - Windows - wufuc_aihelper.def - - - - - Level3 - Disabled - _DEBUG;_WINDOWS;_USRDLL;WUFUC_AIHELPER_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDebug - - - Windows - wufuc_aihelper.def - - - - - Level3 - MaxSpeed - true - true - NDEBUG;_WINDOWS;_USRDLL;WUFUC_AIHELPER_EXPORTS;%(PreprocessorDefinitions) - MultiThreaded - - - Windows - true - true - Msi.lib;%(AdditionalDependencies) - false - wufuc_aihelper.def - - - - - - - - - - - - - \ No newline at end of file