Skip to content

Commit

Permalink
DirectX SDK (June 2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Jun 27, 2020
0 parents commit 4f09dbd
Show file tree
Hide file tree
Showing 17 changed files with 9,171 additions and 0 deletions.
31 changes: 31 additions & 0 deletions DxCapsViewer.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
name="Microsoft.DirectX SDK.DxCapsViewer"
type="win32"
/>
<description>DirectX Caps Viewer.</description>

<ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2">
<ms_asmv2:security>
<ms_asmv2:requestedPrivileges>
<ms_asmv2:requestedExecutionLevel level="asInvoker">
</ms_asmv2:requestedExecutionLevel>
</ms_asmv2:requestedPrivileges>
</ms_asmv2:security>
</ms_asmv2:trustInfo>

<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
1,068 changes: 1,068 additions & 0 deletions ddraw.cpp

Large diffs are not rendered by default.

Loading

0 comments on commit 4f09dbd

Please sign in to comment.