Add missing build dependencies
Some checks failed
Windows setup / run-setup (push) Has been cancelled

This commit is contained in:
Brandyn / Techy
2026-04-05 01:57:38 -05:00
parent 74c94d565e
commit 1d64cc0409
2983 changed files with 1599610 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
</startup>
<runtime>
<generatePublisherEvidence enabled="false"/>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>

Binary file not shown.

View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
</startup>
<runtime>
<NetFx40_PInvokeStackResilience enabled="1"/>
<generatePublisherEvidence enabled="false"/>
</runtime>
</configuration>

Binary file not shown.