Skip to content

Commit f4a8328

Browse files
committed
Does not work with these enabled
1 parent 8fca9b8 commit f4a8328

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Directory.Build.targets

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)\Global.ruleset</CodeAnalysisRuleSet>
1818
<RepositoryType>Git</RepositoryType>
1919
<RootNamespace>Genbox.$(MSBuildProjectName)</RootNamespace>
20-
<AssemblyName>Genbox.$(MSBuildProjectName)</AssemblyName>
20+
<!--<AssemblyName>Genbox.$(MSBuildProjectName)</AssemblyName>-->
2121
<PackageProjectUrl>https://github.com/Genbox/$(MSBuildProjectName)</PackageProjectUrl>
2222
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2323

@@ -39,12 +39,10 @@
3939

4040
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
4141
<GenerateDocumentationFile>false</GenerateDocumentationFile>
42-
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
4342
</PropertyGroup>
4443

4544
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
4645
<GenerateDocumentationFile>true</GenerateDocumentationFile>
47-
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
4846
</PropertyGroup>
4947

5048
</Project>

0 commit comments

Comments
 (0)