diff --git a/.gitignore b/.gitignore index 3e759b7..3e165a8 100644 --- a/.gitignore +++ b/.gitignore @@ -328,3 +328,5 @@ ASALocalRun/ # MFractors (Xamarin productivity tool) working folder .mfractor/ + +backup/ diff --git a/src/WolfDec/WolfDec.vcxproj b/src/WolfDec/WolfDec.vcxproj index 0c93faf..b2146f4 100644 --- a/src/WolfDec/WolfDec.vcxproj +++ b/src/WolfDec/WolfDec.vcxproj @@ -176,8 +176,6 @@ - - diff --git a/src/WolfDec/WolfDec.vcxproj.filters b/src/WolfDec/WolfDec.vcxproj.filters index dc858dd..9673a5e 100644 --- a/src/WolfDec/WolfDec.vcxproj.filters +++ b/src/WolfDec/WolfDec.vcxproj.filters @@ -37,8 +37,6 @@ 3rdParty - - 3rdParty diff --git a/src/WolfDec/main.cpp b/src/WolfDec/main.cpp index 7f22a72..d960dbb 100644 Binary files a/src/WolfDec/main.cpp and b/src/WolfDec/main.cpp differ