16 lines
580 B
C#
16 lines
580 B
C#
using System;
|
|
using System.Diagnostics;
|
|
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyVersion("4.1.1.17")]
|
|
[assembly: AssemblyTitle("Photon .Net Library")]
|
|
[assembly: AssemblyCompany("Exit Games GmbH")]
|
|
[assembly: AssemblyCopyright("(c) Exit Games GmbH, http://www.exitgames.com")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration(".NET Framework 3.5")]
|
|
[assembly: ComVisible(false)]
|
|
[assembly: Guid("177c1da7-4b4e-4209-8d90-9d8830e6e950")]
|
|
[assembly: InternalsVisibleTo("NUnit")]
|