File tree 1 file changed +1
-3
lines changed 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 17
17
<CodeAnalysisRuleSet >$(MSBuildThisFileDirectory)\Global.ruleset</CodeAnalysisRuleSet >
18
18
<RepositoryType >Git</RepositoryType >
19
19
<RootNamespace >Genbox.$(MSBuildProjectName)</RootNamespace >
20
- <AssemblyName >Genbox.$(MSBuildProjectName)</AssemblyName >
20
+ <!-- < AssemblyName>Genbox.$(MSBuildProjectName)</AssemblyName> -- >
21
21
<PackageProjectUrl >https://github.com/Genbox/$(MSBuildProjectName)</PackageProjectUrl >
22
22
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
23
23
39
39
40
40
<PropertyGroup Condition =" '$(Configuration)' == 'Debug'" >
41
41
<GenerateDocumentationFile >false</GenerateDocumentationFile >
42
- <CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
43
42
</PropertyGroup >
44
43
45
44
<PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
46
45
<GenerateDocumentationFile >true</GenerateDocumentationFile >
47
- <CheckForOverflowUnderflow >false</CheckForOverflowUnderflow >
48
46
</PropertyGroup >
49
47
50
48
</Project >
You can’t perform that action at this time.
0 commit comments