diff --git a/appveyor.yml b/appveyor.yml
index 46d6aec..f72d7cb 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,13 +9,9 @@ platform:
- x64
build:
verbosity: detailed
-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"
+environment:
+ BUILD_VERSION: '%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_COMMIT:~0,8%'
+ 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 21fb971..d4fa4a8 100644
Binary files a/wufuc/version.rc and b/wufuc/version.rc differ
diff --git a/wufuc/wufuc.vcxproj b/wufuc/wufuc.vcxproj
index 95241c8..7307b41 100644
--- a/wufuc/wufuc.vcxproj
+++ b/wufuc/wufuc.vcxproj
@@ -1,201 +1,203 @@
-
-
- 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)"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ 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