Jypeli 10
The simple game programming library
Jypeli.AssemblyInfo.cs
Siirry tämän tiedoston dokumentaatioon.
1//------------------------------------------------------------------------------
2// <auto-generated>
3// This code was generated by a tool.
4// Runtime Version:4.0.30319.42000
5//
6// Changes to this file may cause incorrect behavior and will be lost if
7// the code is regenerated.
8// </auto-generated>
9//------------------------------------------------------------------------------
10
11using System;
12using System.Reflection;
13
14[assembly: System.Reflection.AssemblyCompanyAttribute("University of Jyväskylä")]
15[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
16[assembly: System.Reflection.AssemblyCopyrightAttribute("University of Jyväskylä")]
17[assembly: System.Reflection.AssemblyDescriptionAttribute("Jypeli is a simple C# game programming library built on top of MonoGame and .NET." +
18 " It is used as a tool for teaching programming in the University of Jyväskylä.")]
19[assembly: System.Reflection.AssemblyFileVersionAttribute("10.1.2.0")]
20[assembly: System.Reflection.AssemblyInformationalVersionAttribute("10.1.2")]
21[assembly: System.Reflection.AssemblyProductAttribute("Jypeli")]
22[assembly: System.Reflection.AssemblyTitleAttribute("Jypeli")]
23[assembly: System.Reflection.AssemblyVersionAttribute("10.1.2.0")]
24[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/Jypeli-JYU/Jypeli")]
25
26// Generated by the MSBuild WriteCodeFragment class.
27