Skip to content

Commit c14829d

Browse files
charlesycharlesy
authored andcommitted
v1.13.0 - generate excutable no longer needs pfx
1 parent 3e0579f commit c14829d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wtgutil/wtgutil.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<DefineConstants>DEBUG;TRACE</DefineConstants>
3939
<ErrorReport>prompt</ErrorReport>
4040
<WarningLevel>4</WarningLevel>
41+
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
4142
</PropertyGroup>
4243
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4344
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -85,7 +86,7 @@
8586
<GenerateManifests>true</GenerateManifests>
8687
</PropertyGroup>
8788
<PropertyGroup>
88-
<SignManifests>true</SignManifests>
89+
<SignManifests>false</SignManifests>
8990
</PropertyGroup>
9091
<ItemGroup>
9192
<Reference Include="System" />

0 commit comments

Comments
 (0)