Skip to content

Commit 719dcd6

Browse files
committed
Remove vshost.exe option from TessExample project.
1 parent 1d83cb0 commit 719dcd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

TessExample/TessExample.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<DefineConstants>DEBUG;TRACE</DefineConstants>
2424
<ErrorReport>prompt</ErrorReport>
2525
<WarningLevel>4</WarningLevel>
26+
<UseVSHostingProcess>false</UseVSHostingProcess>
2627
</PropertyGroup>
2728
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
2829
<PlatformTarget>x86</PlatformTarget>
@@ -32,6 +33,7 @@
3233
<DefineConstants>TRACE</DefineConstants>
3334
<ErrorReport>prompt</ErrorReport>
3435
<WarningLevel>4</WarningLevel>
36+
<UseVSHostingProcess>false</UseVSHostingProcess>
3537
</PropertyGroup>
3638
<ItemGroup>
3739
<Reference Include="System" />

0 commit comments

Comments
 (0)