aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj')
-rw-r--r--src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj b/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj
index 2c912f3d..0fedd9dc 100644
--- a/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj
+++ b/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj
@@ -11,6 +11,7 @@
11 <NoWarn>0693;1591</NoWarn> 11 <NoWarn>0693;1591</NoWarn>
12 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 12 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
13 <Description>Managed Bootstrapper Application entry point</Description> 13 <Description>Managed Bootstrapper Application entry point</Description>
14 <DebugType>embedded</DebugType>
14 </PropertyGroup> 15 </PropertyGroup>
15 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> 16 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
16 <DebugSymbols>true</DebugSymbols> 17 <DebugSymbols>true</DebugSymbols>
@@ -44,7 +45,7 @@
44 <Reference Include="System.Data" /> 45 <Reference Include="System.Data" />
45 <Reference Include="System.Xml" /> 46 <Reference Include="System.Xml" />
46 <Reference Include="WixToolset.Mba.Core"> 47 <Reference Include="WixToolset.Mba.Core">
47 <HintPath>..\..\packages\WixToolset.Mba.Core.4.0.26\lib\net20\WixToolset.Mba.Core.dll</HintPath> 48 <HintPath>..\..\packages\WixToolset.Mba.Core.4.0.31\lib\net20\WixToolset.Mba.Core.dll</HintPath>
48 </Reference> 49 </Reference>
49 </ItemGroup> 50 </ItemGroup>
50 <ItemGroup> 51 <ItemGroup>