We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdfa7d4 commit 3dbec8eCopy full SHA for 3dbec8e
1 file changed
ProtoBuf.ProjectInserter.WinForms/ProtoBuf.ProjectInserter.WinForms.csproj
@@ -22,6 +22,7 @@
22
<DebugType>full</DebugType>
23
<PlatformTarget>AnyCPU</PlatformTarget>
24
<ErrorReport>prompt</ErrorReport>
25
+ <UseVSHostingProcess>false</UseVSHostingProcess>
26
</PropertyGroup>
27
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
28
<OutputPath>bin\Release\</OutputPath>
@@ -30,6 +31,7 @@
30
31
<DebugType>pdbonly</DebugType>
32
33
34
35
36
<PropertyGroup>
37
<ApplicationIcon>ProtoBuf.MSBuildTask.ico</ApplicationIcon>
0 commit comments