Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DevURANIUM authored Dec 19, 2024
1 parent 6a3dcda commit e9b1b82
Show file tree
Hide file tree
Showing 5 changed files with 499 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
using System.Reflection;
[assembly: AssemblyCopyright("Copyright © DevUranium. All rights reserved.")]
18 changes: 18 additions & 0 deletions EtherDNS.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyCopyright>Copyright © DevUranium. All rights reserved.</AssemblyCopyright>
</PropertyGroup>

</Project>
Loading

0 comments on commit e9b1b82

Please sign in to comment.