Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nezhatweaks authored Oct 16, 2024
1 parent 6c19024 commit 24cbad5
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 0 deletions.
52 changes: 52 additions & 0 deletions Release/net8.0-windows/NZTS App.deps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"NZTS App/1.0.0": {
"dependencies": {
"System.Drawing.Common": "8.0.10"
},
"runtime": {
"NZTS App.dll": {}
}
},
"Microsoft.Win32.SystemEvents/8.0.0": {},
"System.Drawing.Common/8.0.10": {
"dependencies": {
"Microsoft.Win32.SystemEvents": "8.0.0"
},
"runtime": {
"lib/net8.0/System.Drawing.Common.dll": {
"assemblyVersion": "8.0.0.0",
"fileVersion": "8.0.1024.46803"
}
}
}
}
},
"libraries": {
"NZTS App/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.Win32.SystemEvents/8.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-9opKRyOKMCi2xJ7Bj7kxtZ1r9vbzosMvRrdEhVhDz8j8MoBGgB+WmC94yH839NPH+BclAjtQ/pyagvi/8gDLkw==",
"path": "microsoft.win32.systemevents/8.0.0",
"hashPath": "microsoft.win32.systemevents.8.0.0.nupkg.sha512"
},
"System.Drawing.Common/8.0.10": {
"type": "package",
"serviceable": true,
"sha512": "sha512-MdajRp3P+FOlThgY6FBjAqnmLiVl5t2yWEC/2AsDMqx1zYbJG3G5TnscFBQ4obqcaGqvN5UnhQHSFaJFG2HftQ==",
"path": "system.drawing.common/8.0.10",
"hashPath": "system.drawing.common.8.0.10.nupkg.sha512"
}
}
}
Binary file added Release/net8.0-windows/NZTS App.dll
Binary file not shown.
15 changes: 15 additions & 0 deletions Release/net8.0-windows/NZTS App.dll.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="NZTS_App.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<userSettings>
<NZTS_App.Settings>
<setting name="CheckForUpdates" serializeAs="String">
<value>False</value>
</setting>
</NZTS_App.Settings>
</userSettings>
</configuration>
Binary file added Release/net8.0-windows/NZTS App.pdb
Binary file not shown.
19 changes: 19 additions & 0 deletions Release/net8.0-windows/NZTS App.runtimeconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "8.0.0"
}
],
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true
}
}
}
Binary file added Release/net8.0-windows/NZTS_APP_v0.1.0.exe
Binary file not shown.
Binary file added Release/net8.0-windows/System.Drawing.Common.dll
Binary file not shown.

0 comments on commit 24cbad5

Please sign in to comment.