[wix-users] How do you build the Visual Studio 2015 Votive dll?
Jon Earle
earlej at hotmail.com
Thu Dec 15 10:33:23 PST 2016
I went to wix3\src\Votive\votive2015, opened a 32bit x86 build environment and ran "msbuild votive2015.proj" and received the following:
C:\git\wix3\src\Votive\votive2015>msbuild votive2015.proj
Microsoft (R) Build Engine version 14.0.25420.1
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 12/15/2016 1:26:18 PM.
Project "C:\git\wix3\src\Votive\votive2015\votive2015.proj" on node 1 (default targets).
C:\git\wix3\tools\WixBuild.VisualStudioSdk.targets(23,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\
v10.0\VSSDK\Microsoft.VsSDK.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk. [
C:\git\wix3\src\Votive\votive2015\votive2015.proj]
Done Building Project "C:\git\wix3\src\Votive\votive2015\votive2015.proj" (default targets) -- FAILED.
Build FAILED.
"C:\git\wix3\src\Votive\votive2015\votive2015.proj" (default target) (1) ->
C:\git\wix3\tools\WixBuild.VisualStudioSdk.targets(23,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudi
o\v10.0\VSSDK\Microsoft.VsSDK.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
[C:\git\wix3\src\Votive\votive2015\votive2015.proj]
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.03
I have VS 2015 Update 3, SDK 10 and WDK 10 build 10586 installed.
Is there a trick to building the votive dll? How is it done at Wix World HQ?
Cheers and thanks!
Jon
More information about the wix-users
mailing list