Disable Help Project

Release builds were doing a zillion wgets to fetch the manual.
This commit is contained in:
James Crook 2015-04-23 23:12:33 +01:00
parent 999a5834e6
commit 604a555b13
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
<IntDir>$(Configuration)\</IntDir>
<PreLinkEventUseInBuild>false</PreLinkEventUseInBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='wx3-Release|Win32'">
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>