Skip to content
Permalink
4ad2657025
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
15 lines (14 sloc) 566 Bytes
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("DDC Algorithm")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pustalorc")]
[assembly: AssemblyProduct("DDC Algorithm")]
[assembly: AssemblyCopyright("Copyright © Pustalorc 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("44d56546-6fe3-4bb1-a4b5-6b555bc35905")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]