Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- // AssemblyInfo.cs created with MonoDevelop
- // User: sam at 10:31 AM 9/2/2008
- //
- // To change standard headers go to Edit->Preferences->Coding->Standard Headers
- //
- using System.Reflection;
- using System.Runtime.CompilerServices;
-
- // Information about this assembly is defined by the following attributes.
- // Change them to the values specific to your project.
-
- [assembly: AssemblyTitle("Pimp")]
- [assembly: AssemblyDescription("")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("")]
- [assembly: AssemblyProduct("")]
- [assembly: AssemblyCopyright("")]
- [assembly: AssemblyTrademark("")]
- [assembly: AssemblyCulture("")]
-
- // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
- // If the build and revision are set to '*' they will be updated automatically.
-
- [assembly: AssemblyVersion("1.0.*.*")]
-
- // The following attributes are used to specify the signing key for the assembly,
- // if desired. See the Mono documentation for more information about signing.
-
- [assembly: AssemblyDelaySign(false)]
- [assembly: AssemblyKeyFile("")]
|