Skip to content

Commit

Permalink
October 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Oct 23, 2020
1 parent 2092a0b commit f62cc6c
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 21 deletions.
Binary file modified VSIX/Direct3DUWPGame.vsix
Binary file not shown.
2 changes: 1 addition & 1 deletion VSIX/src/Direct3DGame/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Direct3DUWPGame-1" Version="7.1" Language="en-US" Publisher="MSFT" />
<Identity Id="Direct3DUWPGame-1" Version="7.2" Language="en-US" Publisher="MSFT" />
<DisplayName>Direct3DUWPGame</DisplayName>
<Description xml:space="preserve">Universal Windows Platform (UWP) app and Win32 desktop C++ game templates for Direct3D 11 and Direct3D 12</Description>
<MoreInfo>https://walbourn.github.io/direct3d-game-visual-studio-templates-redux/</MoreInfo>
Expand Down
5 changes: 0 additions & 5 deletions d3d11game_win32/settings.manifest
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>True/PM</dpiAware>
</asmv3:windowsSettings>
</asmv3:application>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- Windows Vista -->
Expand Down
5 changes: 0 additions & 5 deletions d3d11game_win32_dr/settings.manifest
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>True/PM</dpiAware>
</asmv3:windowsSettings>
</asmv3:application>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- Windows Vista -->
Expand Down
5 changes: 0 additions & 5 deletions d3d12game_win32/settings.manifest
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>True/PM</dpiAware>
</asmv3:windowsSettings>
</asmv3:application>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- Windows Vista -->
Expand Down
5 changes: 0 additions & 5 deletions d3d12game_win32_dr/settings.manifest
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>True/PM</dpiAware>
</asmv3:windowsSettings>
</asmv3:application>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- Windows Vista -->
Expand Down

0 comments on commit f62cc6c

Please sign in to comment.