using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyVersion("1.0.$WCREV$.0")] #if DEBUG [assembly: AssemblyFileVersion("1.0.$WCREV$.0-debug")] [assembly: AssemblyConfiguration("Debug")] #else [assembly: AssemblyFileVersion("1.0.$WCREV$.0-release")] [assembly: AssemblyConfiguration("Release")] #endif