File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed
sample/Ookii.Dialogs.Wpf.Sample/Properties
src/Ookii.Dialogs.Wpf/Properties Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 11using System . Reflection ;
2- using System . Resources ;
3- using System . Runtime . CompilerServices ;
42using System . Runtime . InteropServices ;
53using System . Windows ;
64
97// associated with an assembly.
108[ assembly: AssemblyTitle ( "Ookii.Dialogs.Wpf.Sample" ) ]
119[ assembly: AssemblyDescription ( "" ) ]
12- [ assembly: AssemblyConfiguration ( "" ) ]
10+
11+ #if DEBUG
12+ [ assembly: AssemblyConfiguration ( "Debug" ) ]
13+ #else
14+ [ assembly: AssemblyConfiguration ( "Release" ) ]
15+ #endif
16+
1317[ assembly: AssemblyCompany ( "Ookii.org" ) ]
1418[ assembly: AssemblyProduct ( "Ookii.Dialogs.Wpf" ) ]
1519[ assembly: AssemblyCopyright ( "Copyright (c) Sven Groot (Ookii.org) 2009" ) ]
5559// [assembly: AssemblyVersion("1.0.*")]
5660[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
5761[ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
62+ [ assembly: AssemblyInformationalVersion ( "1.0.0" ) ]
Original file line number Diff line number Diff line change 11using System . Reflection ;
2- using System . Runtime . CompilerServices ;
32using System . Runtime . InteropServices ;
43
54// General Information about an assembly is controlled through the following
65// set of attributes. Change these attribute values to modify the information
76// associated with an assembly.
87[ assembly: AssemblyTitle ( "Ookii.Dialogs.Wpf" ) ]
98[ assembly: AssemblyDescription ( "" ) ]
10- [ assembly: AssemblyConfiguration ( "" ) ]
9+
10+ #if DEBUG
11+ [ assembly: AssemblyConfiguration ( "Debug" ) ]
12+ #else
13+ [ assembly: AssemblyConfiguration ( "Release" ) ]
14+ #endif
15+
1116[ assembly: AssemblyCompany ( "Ookii.org" ) ]
1217[ assembly: AssemblyProduct ( "Ookii.Dialogs.Wpf" ) ]
1318[ assembly: AssemblyCopyright ( "Copyright (c) Sven Groot (Ookii.org) 2009" ) ]
3641// [assembly: AssemblyVersion("1.0.*")]
3742[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
3843[ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
44+ [ assembly: AssemblyInformationalVersion ( "1.0.0" ) ]
You can’t perform that action at this time.
0 commit comments