Practical Astronomy Algorithms in .NET/C#
Loading...
Searching...
No Matches
PALib.AssemblyInfo.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated>
3// This code was generated by a tool.
4//
5// Changes to this file may cause incorrect behavior and will be lost if
6// the code is regenerated.
7// </auto-generated>
8//------------------------------------------------------------------------------
9
10using System;
11using System.Reflection;
12
13[assembly: System.Reflection.AssemblyCompanyAttribute("James Carr")]
14[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
15[assembly: System.Reflection.AssemblyDescriptionAttribute(("\n\t\t\tThis library contains an implementation of the algorithms from the \"Practical" +
16 " Astronomy\n\t\t\twith your Calculator or Spreadsheet\" book, authored by Peter Duffe" +
17 "t-Smith and Jonathan\n\t\t\tZwart.\n\t\t"))]
18[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.4.0")]
19[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.4+52b5ba744d35687053daff64dbbfac267476405d")]
20[assembly: System.Reflection.AssemblyProductAttribute("PALib")]
21[assembly: System.Reflection.AssemblyTitleAttribute("PALib")]
22[assembly: System.Reflection.AssemblyVersionAttribute("1.0.4.0")]
23[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://codeberg.org/jcarr/practical-astronomy-dotnet")]
24
25// Generated by the MSBuild WriteCodeFragment class.
26