Browse Source

Removed hosted process in release mode

master
PrzemyslawKlys 9 years ago
parent
commit
01721e49ea
2 changed files with 2 additions and 0 deletions
  1. BIN
      Documentation/Help/Documentation.chm
  2. 2
    0
      Examples/Examples.csproj

BIN
Documentation/Help/Documentation.chm View File


+ 2
- 0
Examples/Examples.csproj View File

<PlatformTarget>AnyCPU</PlatformTarget> <PlatformTarget>AnyCPU</PlatformTarget>
<OutputPath>bin\Release\</OutputPath> <OutputPath>bin\Release\</OutputPath>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<Optimize>true</Optimize>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="System" /> <Reference Include="System" />

Loading…
Cancel
Save