Menu

[r492]: / phprpc_3.0 / dotNET / AssemblyInfo.cs  Maximize  Restore  History

Download this file

25 lines (22 with data), 870 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("phprpc 3.0")]
#if PocketPC || Smartphone || WindowsCE
[assembly: AssemblyDescription("PHPRPC 3.0 for .NET Compact Framework")]
[assembly: AssemblyProduct("PHPRPC 3.0 for .NET Compact Framework")]
#else
#if Mono
[assembly: AssemblyDescription("PHPRPC 3.0 for Mono")]
[assembly: AssemblyProduct("PHPRPC 3.0 for Mono")]
#else
[assembly: AssemblyDescription("PHPRPC 3.0 for .NET Framework")]
[assembly: AssemblyProduct("PHPRPC 3.0 for .NET Framework")]
#endif
#endif
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("phprpc.org")]
[assembly: AssemblyCopyright("phprpc.org 2005-2008")]
[assembly: AssemblyTrademark("phprpc.org")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("3.0.1.40000")]
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.