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.csproj8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj b/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj
index 7bda988c..69674b90 100644
--- a/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj
+++ b/src/WixToolset.Mba.Host/WixToolset.Mba.Host.csproj
@@ -11,11 +11,9 @@
11 <AssemblyName>WixToolset.Mba.Host</AssemblyName> 11 <AssemblyName>WixToolset.Mba.Host</AssemblyName>
12 <OutputType>Library</OutputType> 12 <OutputType>Library</OutputType>
13 <RootNamespace>WixToolset.Mba.Host</RootNamespace> 13 <RootNamespace>WixToolset.Mba.Host</RootNamespace>
14 <NoWarn>0693;1591</NoWarn>
15 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 14 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
16 <Description>Managed Bootstrapper Application entry point</Description> 15 <Description>Managed Bootstrapper Application entry point</Description>
17 <DebugType>embedded</DebugType> 16 <DebugType>embedded</DebugType>
18 <NBGV_EmitThisAssemblyClass>false</NBGV_EmitThisAssemblyClass>
19 </PropertyGroup> 17 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> 18 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
21 <DebugSymbols>true</DebugSymbols> 19 <DebugSymbols>true</DebugSymbols>
@@ -49,7 +47,7 @@
49 <Reference Include="System.Data" /> 47 <Reference Include="System.Data" />
50 <Reference Include="System.Xml" /> 48 <Reference Include="System.Xml" />
51 <Reference Include="WixToolset.Mba.Core"> 49 <Reference Include="WixToolset.Mba.Core">
52 <HintPath>..\..\packages\WixToolset.Mba.Core.4.0.44\lib\net20\WixToolset.Mba.Core.dll</HintPath> 50 <HintPath>..\..\packages\WixToolset.Mba.Core.4.0.45\lib\net20\WixToolset.Mba.Core.dll</HintPath>
53 </Reference> 51 </Reference>
54 </ItemGroup> 52 </ItemGroup>
55 <ItemGroup> 53 <ItemGroup>
@@ -96,8 +94,4 @@
96 <Error Condition="!Exists('..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets'))" /> 94 <Error Condition="!Exists('..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets'))" />
97 <Error Condition="!Exists('..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets'))" /> 95 <Error Condition="!Exists('..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets'))" />
98 </Target> 96 </Target>
99
100 <PropertyGroup Condition=" '$(CreateDocumentation)'!='false' ">
101 <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
102 </PropertyGroup>
103</Project> \ No newline at end of file 97</Project> \ No newline at end of file