3 #pragma warning disable 436 // The type 'type' in 'assembly' conflicts with the imported type 'type2' in 'assembly' (due to ParadoxVersion being duplicated)
5 using System.Reflection;
8 [assembly:AssemblyCompany(
"Silicon Studio")]
9 [assembly:AssemblyCopyright(
"Copyright © 2011 Silicon Studio")]
11 [assembly:AssemblyTrademark(
"")]
12 [assembly:AssemblyCulture(
"")]
14 [assembly: AssemblyVersion(ParadoxVersion.CurrentAssemblyAsText)]
15 [assembly: AssemblyFileVersion(ParadoxVersion.CurrentAssemblyAsText)]
17 [assembly: AssemblyInformationalVersion(ParadoxVersion.CurrentAsText)]
20 [assembly:AssemblyConfiguration(
"Debug")]
22 [assembly:AssemblyConfiguration(
"Release")]
25 namespace SiliconStudio
33 internal class ParadoxVersion
38 public const string CurrentAssemblyAsText =
"1.0.0";
49 public const string CurrentAsText = CurrentAssemblyAsText +
"-beta05";
54 #if SILICONSTUDIO_SIGNED
55 public const string Default =
", PublicKey=0024000004800000940000000602000000240000525341310004000001000100f5ddb3ad5749f108242f29cfaa2205e4a6b87c7444314975dc0fbed53b7d638c17f9540763e7355be932481737cd97a4104aecda872c4805ed9473c70c239d8798b22aefc351bb2cc387eb4391f31c53aeb0452b89433562b06754af8e460384656cd388fb9bbfef348292f9fb4ee6d07b74a8490923079865a60238df259cd2";
57 public const string Default =
"";