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 1
1
using System . Reflection ;
2
- using System . Resources ;
3
- using System . Runtime . CompilerServices ;
4
2
using System . Runtime . InteropServices ;
5
3
using System . Windows ;
6
4
9
7
// associated with an assembly.
10
8
[ assembly: AssemblyTitle ( "Ookii.Dialogs.Wpf.Sample" ) ]
11
9
[ assembly: AssemblyDescription ( "" ) ]
12
- [ assembly: AssemblyConfiguration ( "" ) ]
10
+
11
+ #if DEBUG
12
+ [ assembly: AssemblyConfiguration ( "Debug" ) ]
13
+ #else
14
+ [ assembly: AssemblyConfiguration ( "Release" ) ]
15
+ #endif
16
+
13
17
[ assembly: AssemblyCompany ( "Ookii.org" ) ]
14
18
[ assembly: AssemblyProduct ( "Ookii.Dialogs.Wpf" ) ]
15
19
[ assembly: AssemblyCopyright ( "Copyright (c) Sven Groot (Ookii.org) 2009" ) ]
55
59
// [assembly: AssemblyVersion("1.0.*")]
56
60
[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
57
61
[ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
62
+ [ assembly: AssemblyInformationalVersion ( "1.0.0" ) ]
Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
- using System . Runtime . CompilerServices ;
3
2
using System . Runtime . InteropServices ;
4
3
5
4
// General Information about an assembly is controlled through the following
6
5
// set of attributes. Change these attribute values to modify the information
7
6
// associated with an assembly.
8
7
[ assembly: AssemblyTitle ( "Ookii.Dialogs.Wpf" ) ]
9
8
[ assembly: AssemblyDescription ( "" ) ]
10
- [ assembly: AssemblyConfiguration ( "" ) ]
9
+
10
+ #if DEBUG
11
+ [ assembly: AssemblyConfiguration ( "Debug" ) ]
12
+ #else
13
+ [ assembly: AssemblyConfiguration ( "Release" ) ]
14
+ #endif
15
+
11
16
[ assembly: AssemblyCompany ( "Ookii.org" ) ]
12
17
[ assembly: AssemblyProduct ( "Ookii.Dialogs.Wpf" ) ]
13
18
[ assembly: AssemblyCopyright ( "Copyright (c) Sven Groot (Ookii.org) 2009" ) ]
36
41
// [assembly: AssemblyVersion("1.0.*")]
37
42
[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
38
43
[ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
44
+ [ assembly: AssemblyInformationalVersion ( "1.0.0" ) ]
You can’t perform that action at this time.
0 commit comments