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 3e0579f commit c14829dCopy full SHA for c14829d
wtgutil/wtgutil.csproj
@@ -38,6 +38,7 @@
38
<DefineConstants>DEBUG;TRACE</DefineConstants>
39
<ErrorReport>prompt</ErrorReport>
40
<WarningLevel>4</WarningLevel>
41
+ <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
42
</PropertyGroup>
43
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
44
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -85,7 +86,7 @@
85
86
<GenerateManifests>true</GenerateManifests>
87
88
<PropertyGroup>
- <SignManifests>true</SignManifests>
89
+ <SignManifests>false</SignManifests>
90
91
<ItemGroup>
92
<Reference Include="System" />
0 commit comments