-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssemblyInfo.cs
More file actions
26 lines (19 loc) · 1.13 KB
/
AssemblyInfo.cs
File metadata and controls
26 lines (19 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
using System.Reflection;
using System.Runtime.InteropServices;
// In SDK-style projects such as this one, several assembly attributes that were historically
// defined in this file are now automatically added during build and populated with
// values defined in project properties. For details of which attributes are included
// and how to customise this process see: https://aka.ms/assembly-info-properties
// Setting ComVisible to false makes the types in this assembly not visible to COM
// components. If you need to access a type in this assembly from COM, set the ComVisible
// attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM.
[assembly: Guid("8e71374d-fd18-4298-8e6b-816e21df3aa8")]
[assembly: AssemblyTitle("DBF")]
[assembly: AssemblyDescription("DBF Tools - Viser Start og resultatlister og 1-4 bruidgeure")]
[assembly: AssemblyCompany("Morten Sparding")]
[assembly: AssemblyProduct("DBF Tools")]
[assembly: AssemblyCopyright("Copyright © 2025")]
//[assembly: AssemblyVersion("0.9.9.7")]
//[assembly: AssemblyFileVersion("0.9.9.7")]