diff --git a/appveyor.yml b/appveyor.yml index f72d7cb..46d6aec 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,9 +9,13 @@ platform: - x64 build: verbosity: detailed -environment: - BUILD_VERSION: '%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_COMMIT:~0,8%' - BUILD_ZIPFILE: '%APPVEYOR_BUILD_FOLDER%\%APPVEYOR_PROJECT_NAME%_v%BUILD_VERSION%_%PLATFORM%.zip' +before_build: +- cmd: >- + set "BUILD_VERSION=%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_COMMIT:~0,8%" + + set "BUILD_VERSION_COMMA_SEP=%APPVEYOR_BUILD_VERSION:.=,%" + + set "BUILD_ZIPFILE=%APPVEYOR_BUILD_FOLDER%\%APPVEYOR_PROJECT_NAME%_v%BUILD_VERSION%_%PLATFORM%.zip" after_build: - cmd: >- diff --git a/wufuc/version.rc b/wufuc/version.rc index d4fa4a8..21fb971 100644 Binary files a/wufuc/version.rc and b/wufuc/version.rc differ diff --git a/wufuc/wufuc.vcxproj b/wufuc/wufuc.vcxproj index 7307b41..95241c8 100644 --- a/wufuc/wufuc.vcxproj +++ b/wufuc/wufuc.vcxproj @@ -1,203 +1,201 @@  - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {00F96695-CE41-4C2F-A344-6219DFB4F887} - Win32Proj - wufuc - 10.0.15063.0 - - - - DynamicLibrary - true - v141 - Unicode - - - DynamicLibrary - false - v141 - true - Unicode - - - DynamicLibrary - true - v141 - Unicode - - - DynamicLibrary - false - v141 - true - Unicode - - - - - - - - - - - - - - - - - - - - - true - $(ProjectDir)bin\$(Configuration)\$(PlatformShortName)\ - $(ProjectDir)$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\ - $(ProjectName)$(PlatformArchitecture) - false - - - true - $(ProjectDir)bin\$(Configuration)\$(PlatformShortName)\ - $(ProjectDir)$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\ - $(ProjectName)$(PlatformArchitecture) - false - - - false - $(ProjectDir)bin\$(Configuration)\$(PlatformShortName)\ - $(ProjectDir)$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\ - $(ProjectName)$(PlatformArchitecture) - false - - - false - $(ProjectDir)bin\$(Configuration)\$(PlatformShortName)\ - $(ProjectDir)$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\ - $(ProjectName)$(PlatformArchitecture) - false - - - - Level3 - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;WUFUC_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDebug - - - Windows - exports.def - Shlwapi.lib;%(AdditionalDependencies) - - - - - Level3 - Disabled - _DEBUG;_WINDOWS;_USRDLL;WUFUC_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDebug - - - Windows - exports.def - Shlwapi.lib;%(AdditionalDependencies) - - - - - Level3 - MaxSpeed - true - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;WUFUC_EXPORTS;%(PreprocessorDefinitions) - MultiThreaded - - - Windows - true - true - exports.def - false - Shlwapi.lib;%(AdditionalDependencies) - - - copy /Y "$(TargetPath)" "$(SolutionDir)install\$(TargetFileName)" - - - - - - - - - Level3 - MaxSpeed - true - true - NDEBUG;_WINDOWS;_USRDLL;WUFUC_EXPORTS;%(PreprocessorDefinitions) - MultiThreaded - - - Windows - true - true - exports.def - false - Shlwapi.lib;%(AdditionalDependencies) - - - copy /Y "$(TargetPath)" "$(SolutionDir)install\$(TargetFileName)" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {00F96695-CE41-4C2F-A344-6219DFB4F887} + Win32Proj + wufuc + 10.0.15063.0 + + + + DynamicLibrary + true + v141 + Unicode + + + DynamicLibrary + false + v141 + true + Unicode + + + DynamicLibrary + true + v141 + Unicode + + + DynamicLibrary + false + v141 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + $(ProjectDir)bin\$(Configuration)\$(PlatformShortName)\ + $(ProjectDir)$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\ + $(ProjectName)$(PlatformArchitecture) + false + + + true + $(ProjectDir)bin\$(Configuration)\$(PlatformShortName)\ + $(ProjectDir)$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\ + $(ProjectName)$(PlatformArchitecture) + false + + + false + $(ProjectDir)bin\$(Configuration)\$(PlatformShortName)\ + $(ProjectDir)$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\ + $(ProjectName)$(PlatformArchitecture) + false + + + false + $(ProjectDir)bin\$(Configuration)\$(PlatformShortName)\ + $(ProjectDir)$(BaseIntermediateOutputPath)$(Configuration)\$(PlatformShortName)\ + $(ProjectName)$(PlatformArchitecture) + false + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;WUFUC_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDebug + + + Windows + exports.def + Shlwapi.lib;%(AdditionalDependencies) + + + + + Level3 + Disabled + _DEBUG;_WINDOWS;_USRDLL;WUFUC_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDebug + + + Windows + exports.def + Shlwapi.lib;%(AdditionalDependencies) + + + + + Level3 + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;WUFUC_EXPORTS;%(PreprocessorDefinitions) + MultiThreaded + + + BUILD_VERSION=$(BUILD_VERSION);BUILD_VERSION_COMMA_SEP=$(BUILD_VERSION_COMMA_SEP);$(PreprocessorDefinitions) + + + Windows + true + true + exports.def + false + Shlwapi.lib;%(AdditionalDependencies) + + + copy /Y "$(TargetPath)" "$(SolutionDir)install\$(TargetFileName)" + + + + + Level3 + MaxSpeed + true + true + NDEBUG;_WINDOWS;_USRDLL;WUFUC_EXPORTS;%(PreprocessorDefinitions) + MultiThreaded + + + BUILD_VERSION=$(BUILD_VERSION);BUILD_VERSION_COMMA_SEP=$(BUILD_VERSION_COMMA_SEP);$(PreprocessorDefinitions) + + + Windows + true + true + exports.def + false + Shlwapi.lib;%(AdditionalDependencies) + + + copy /Y "$(TargetPath)" "$(SolutionDir)install\$(TargetFileName)" + + + + + + + + + + + + + + + + + + + + + + + + + + + + +