Skip to content

Commit

Permalink
Fix clickonce manifest bootstrapper prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Nov 1, 2016
1 parent 5ca6759 commit 0f7f61e
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions ResXManager/ResXManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -336,24 +336,9 @@
</CodeAnalysisDictionary>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
<Visible>False</Visible>
<ProductName>Windows Installer 4.5</ProductName>
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
Expand Down

0 comments on commit 0f7f61e

Please sign in to comment.