Files
2025-11-11 11:03:42 +01:00

13 lines
415 B
C#

using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
[assembly: AssemblyTitle("F4SD ExcelToJson converter")]
[assembly: AssemblyDescription("Creation of demo data.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]