1 |
|
using System.Reflection; |
2 |
|
using System.Runtime.CompilerServices; |
3 |
|
using System.Runtime.InteropServices; |
4 |
– |
|
5 |
– |
|
6 |
– |
|
4 |
|
[assembly: AssemblyVersion("1.0.$WCREV$.0")] |
5 |
|
#if DEBUG |
6 |
|
[assembly: AssemblyFileVersion("1.0.$WCREV$.0-debug")] |
7 |
|
[assembly: AssemblyConfiguration("Debug")] |
11 |
– |
[assembly: AssemblyDescription("Flavor=Debug")] // a.k.a. "Comments" |
8 |
|
#else |
9 |
|
[assembly: AssemblyFileVersion("1.0.$WCREV$.0-release")] |
10 |
< |
[assembly: AssemblyConfiguration("Retail")] |
15 |
< |
[assembly: AssemblyDescription("Flavor=Retail")] // a.k.a. "Comments" |
10 |
> |
[assembly: AssemblyConfiguration("Release")] |
11 |
|
#endif |