From 111a58f1ef3948d3e15c3aff5c5cbdbb7f1a4123 Mon Sep 17 00:00:00 2001 From: TingPing Date: Sat, 5 Oct 2013 15:55:56 -0400 Subject: Improve Windows installer - Unify x86 and x64 installer files - Get rid of version program - Clean up .iss file - Only allow one installation --- src/version/version.vcxproj | 100 -------------------------------------------- 1 file changed, 100 deletions(-) delete mode 100644 src/version/version.vcxproj (limited to 'src/version/version.vcxproj') diff --git a/src/version/version.vcxproj b/src/version/version.vcxproj deleted file mode 100644 index 58f2157a..00000000 --- a/src/version/version.vcxproj +++ /dev/null @@ -1,100 +0,0 @@ - - - - v120 - - - - Release - Win32 - - - Release - x64 - - - - {6CD3647E-4541-4849-9DD7-C8816665AE42} - Win32Proj - version - - - - Application - false - true - MultiByte - - - Application - false - true - MultiByte - - - - - - - - - - - - - - - false - $(HexChatBin) - $(HexChatObj)$(ProjectName)\ - - - false - $(HexChatBin) - $(HexChatObj)$(ProjectName)\ - - - - - - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - true - true - - - "$(OutDir)\$(TargetName)$(TargetExt)" -r > "$(SolutionDir)\..\resource.h" - - - - - - - true - true - WIN32;_WIN64;_AMD64_;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - true - true - - - "$(OutDir)\$(TargetName)$(TargetExt)" -r > "$(SolutionDir)\..\resource.h" - - - - - - - - - \ No newline at end of file -- cgit 1.4.1