Files
FF-Helper/FF7/FF7.Grinder/FF7.Grinder.Mobile/FF7.Grinder.Mobile.UWP/Properties/AssemblyInfo.cs
T
Nate VanBuskirk c6d2535ca0 Added Mobile/Android/iOS/UWP Xamarin CS Projects
- All projects build except Android
- Android one requires you to have less than 255 characters in the .obj directory BEFORE it can compile and build correctly to the output path, no matter where it is, and this is further limited because it will repeat the full directory structure WITHIN the existing directory path for the current projects...which means i really get about 100 characters for my full dir path of the project due to the length of the full "longname" being repeated (total 2x representations in the path)...so i'm going to commit the changes, push it up, then pull it back down closer to the root of my dev drive...complete nonsense, but what can you do?
2020-01-10 00:31:52 -06:00

29 lines
1.1 KiB
C#

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("FF7.Grinder.Mobile.UWP")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("SeriusSoft LLC")]
[assembly: AssemblyProduct("FF7.Grinder.Mobile.UWP")]
[assembly: AssemblyCopyright("SeriusSoft LLC © 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: ComVisible(false)]