diff --git a/.gitignore b/.gitignore index fd5204b..3ab53a6 100644 --- a/.gitignore +++ b/.gitignore @@ -181,3 +181,4 @@ UpgradeLog*.htm # Microsoft Fakes FakesAssemblies/ +/*.opendb diff --git a/NoBuzzDLL/nobuzz.vcxproj b/NoBuzzDLL/nobuzz.vcxproj index 2d80851..10c5127 100644 --- a/NoBuzzDLL/nobuzz.vcxproj +++ b/NoBuzzDLL/nobuzz.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -29,28 +29,28 @@ DynamicLibrary true Unicode - v120_xp + v140_xp DynamicLibrary true Unicode true - v120_xp + v140_xp DynamicLibrary false true Unicode - v120_xp + v140_xp DynamicLibrary false true Unicode - v120_xp + v140_xp diff --git a/SetupHelper/SetupHelper.vcxproj b/SetupHelper/SetupHelper.vcxproj index c833b4d..96e53e8 100644 --- a/SetupHelper/SetupHelper.vcxproj +++ b/SetupHelper/SetupHelper.vcxproj @@ -1,5 +1,6 @@  - + + Debug @@ -29,23 +30,23 @@ DynamicLibrary Unicode true - v120_xp + v140_xp DynamicLibrary Unicode true - v120_xp + v140_xp DynamicLibrary Unicode - v120_xp + v140_xp DynamicLibrary Unicode - v120_xp + v140_xp @@ -83,16 +84,16 @@ $(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(WIX)\SDK\VS2013\lib\x86 - $(VC_IncludePath);$(WindowsSDK_IncludePath);$(WIX)\SDK\VS2013\inc - $(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(WIX)\SDK\VS2013\lib\x86 + $(VC_IncludePath);$(WindowsSDK_IncludePath);$(WixSdkPath)inc + $(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(WixSdkPath)VS2015\lib\x86 $(VC_IncludePath);$(WindowsSDK_IncludePath);$(WIX)\SDK\VS2013\inc $(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(WIX)\SDK\VS2013\lib\x64 - $(VC_IncludePath);$(WindowsSDK_IncludePath);$(WIX)\SDK\VS2013\inc - $(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(WIX)\SDK\VS2013\lib\x64 + $(VC_IncludePath);$(WindowsSDK_IncludePath);$(WixSdkPath)inc + $(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(WixSdkPath)VS2015\lib\x64 @@ -193,12 +194,18 @@ + - - + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + \ No newline at end of file diff --git a/SetupHelper/SetupHelper.vcxproj.filters b/SetupHelper/SetupHelper.vcxproj.filters index 3fc884f..e398a83 100644 --- a/SetupHelper/SetupHelper.vcxproj.filters +++ b/SetupHelper/SetupHelper.vcxproj.filters @@ -26,6 +26,7 @@ Source Files + diff --git a/build_setup.cmd b/build_setup.cmd index a63e8b3..2d50219 100644 --- a/build_setup.cmd +++ b/build_setup.cmd @@ -1,5 +1,5 @@ @echo off -set WIX_HOME="C:\Program Files (x86)\WiX Toolset v3.9\bin" +set WIX_HOME="..\packages\WiX.3.10.1\tools" cd Setup mkdir bin\Release %WIX_HOME%\candle.exe -o bin\Release\ nobuzz32.wxs