diff --git a/Installer/Installer.wixproj b/Installer/Installer.wixproj index 0aa8369..0aa91a5 100644 --- a/Installer/Installer.wixproj +++ b/Installer/Installer.wixproj @@ -6,7 +6,7 @@ 3.8 {8a36cbc1-ddf7-4419-ad3f-f741f7df5a2f} 2.0 - iis_stripheaders_module_1.0.1_x64 + iis_stripheaders_module_1.0.2 Package $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets diff --git a/Installer/Product.wxs b/Installer/Product.wxs index 942f9b6..9ccf942 100644 --- a/Installer/Product.wxs +++ b/Installer/Product.wxs @@ -1,7 +1,7 @@ - - + + + + + + + + + + + + - + @@ -97,6 +107,7 @@ + diff --git a/NativeCodeModule/NativeCodeModule.vcxproj b/NativeCodeModule/NativeCodeModule.vcxproj index ee8a132..c7b1388 100644 --- a/NativeCodeModule/NativeCodeModule.vcxproj +++ b/NativeCodeModule/NativeCodeModule.vcxproj @@ -72,6 +72,7 @@ false + stripheaders @@ -116,13 +117,14 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;NATIVECODEMODULE_EXPORTS;%(PreprocessorDefinitions) + MultiThreaded Windows true true true - stripheaders.def + stripheadersmodule.def