Skip to content

Commit

Permalink
Initial upload of UASM SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfearless committed Sep 2, 2018
1 parent af1cbf1 commit f7bcfbd
Show file tree
Hide file tree
Showing 1,064 changed files with 169,329 additions and 0 deletions.
Binary file added bin/DbgWin.exe
Binary file not shown.
Binary file added bin/cvtres.exe
Binary file not shown.
7 changes: 7 additions & 0 deletions bin/cvtres.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version ="1.0"?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<requiredRuntime safemode="true" imageVersion="v4.0.30319" version="v4.0.30319"/>
<supportedRuntime version="v4.0" sku="client" />
</startup>
</configuration>
Binary file added bin/lib.exe
Binary file not shown.
Binary file added bin/link.exe
Binary file not shown.
13 changes: 13 additions & 0 deletions bin/link.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<configuration>
<startup>
<requiredRuntime safemode="true" imageVersion="v4.0.30319"/>
<supportedRuntime version="v4.0.30319"/>
<supportedRuntime version="v4.5"/>
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<publisherPolicy apply="no" />
</assemblyBinding>
</runtime>
</configuration>

Binary file added bin/msobj120.dll
Binary file not shown.
Binary file added bin/mspdb120.dll
Binary file not shown.
Binary file added bin/mspdbcore.dll
Binary file not shown.
Binary file added bin/mspdbst.dll
Binary file not shown.
Binary file added bin/msvcr120.dll
Binary file not shown.
Binary file added bin/rc.exe
Binary file not shown.
Binary file added bin/rcdll.dll
Binary file not shown.
Binary file added bin/res2inc.exe
Binary file not shown.
Binary file added bin/uasm32.exe
Binary file not shown.
Binary file added bin/uasm64.exe
Binary file not shown.
Binary file added help/UASM Object Oriented Language Extension.pdf
Binary file not shown.
Binary file added help/UASM.chi
Binary file not shown.
Binary file added help/UASM.chm
Binary file not shown.
Binary file added help/UASM.chw
Binary file not shown.
Binary file added help/UASM236_ext.pdf
Binary file not shown.
Binary file added help/uasm238_ext.pdf
Binary file not shown.
Binary file added help/uasm243_ext.pdf
Binary file not shown.
Binary file added help/uasm244_ext.pdf
Binary file not shown.
Binary file added help/uasm245_ext.pdf
Binary file not shown.
Binary file added help/uasm246_ext.pdf
Binary file not shown.
Loading

0 comments on commit f7bcfbd

Please sign in to comment.