diff options
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj b/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj index 87b632d7..32d130bd 100644 --- a/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj +++ b/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj | |||
@@ -9,6 +9,7 @@ | |||
9 | <Description>Managed Bootstrapper Application entry point</Description> | 9 | <Description>Managed Bootstrapper Application entry point</Description> |
10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
11 | <NuspecFile>$(MSBuildThisFileName).nuspec</NuspecFile> | 11 | <NuspecFile>$(MSBuildThisFileName).nuspec</NuspecFile> |
12 | <PlatformTarget>AnyCPU</PlatformTarget> | ||
12 | </PropertyGroup> | 13 | </PropertyGroup> |
13 | 14 | ||
14 | <ItemGroup> | 15 | <ItemGroup> |