We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d83cb0 commit 719dcd6Copy full SHA for 719dcd6
TessExample/TessExample.csproj
@@ -23,6 +23,7 @@
23
<DefineConstants>DEBUG;TRACE</DefineConstants>
24
<ErrorReport>prompt</ErrorReport>
25
<WarningLevel>4</WarningLevel>
26
+ <UseVSHostingProcess>false</UseVSHostingProcess>
27
</PropertyGroup>
28
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
29
<PlatformTarget>x86</PlatformTarget>
@@ -32,6 +33,7 @@
32
33
<DefineConstants>TRACE</DefineConstants>
34
35
36
37
38
<ItemGroup>
39
<Reference Include="System" />
0 commit comments