File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Error Control System/ErrorControlSystem Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 <DebugType >full</DebugType >
2121 <Optimize >true</Optimize >
2222 <OutputPath >..\..\..\out\ErrorControlSystem\WinApp\</OutputPath >
23- <DefineConstants >DEBUG;TRACE </DefineConstants >
23+ <DefineConstants >TRACE; DEBUG;Debug_disable </DefineConstants >
2424 <ErrorReport >prompt</ErrorReport >
2525 <WarningLevel >4</WarningLevel >
2626 <NoWarn >1607, 1591</NoWarn >
Original file line number Diff line number Diff line change 4141// You can specify all the values or you can default the Build and Revision Numbers
4242// by using the '*' as shown below:
4343// [assembly: AssemblyVersion("1.0.*")]
44- [ assembly: AssemblyVersion ( "4.2 .1.5" ) ]
44+ [ assembly: System . Reflection . AssemblyVersion ( "4.1.5" ) ]
4545
4646// This is also assigned to 'AssemblyInformationalVersion' which is the product version
4747// Standard Way: [major].[minor].[bugfix].[build]
4848// .NET Convention: Third digit is the auto-incremented build version. Fourth digit is revision, which is service pack no
49- [ assembly: AssemblyFileVersion ( "4.2 .1.5" ) ]
49+ [ assembly: System . Reflection . AssemblyFileVersion ( "4.1.5" ) ]
5050/*
5151 * AssemblyVersion should only be changed for major changes or breaking changes since any change to the
5252 * AssemblyVersion would force every .NET application referencing the assembly to re-compile against the
You can’t perform that action at this time.
0 commit comments