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