From 4a0612fb6adca29b176bdfec0ba3b85098c1b1e0 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Tue, 28 Jul 2020 12:53:20 -0700 Subject: [PATCH] Added fwlink --- CMakeLists.txt | 2 +- README.md | 8 ++++++++ ddraw.cpp | 3 +++ dxg.cpp | 3 +++ dxgi.cpp | 3 +++ dxprint.cpp | 3 +++ dxview.cpp | 3 +++ dxview.h | 3 +++ 8 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f22ac1..13d1d2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. # -# https://github.com/walbourn/dxcapsviewer +# https://go.microsoft.com/fwlink/?linkid=2136896 cmake_minimum_required (VERSION 3.11) diff --git a/README.md b/README.md index e3cc3bf..206cd9a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ +![DirectX Logo](https://github.com/microsoft/DxCapsViewer/wiki/Dx_Logo.gif) + # DirectX Capabilities Viewer +https://go.microsoft.com/fwlink/?linkid=2136896 + Copyright (c) Microsoft Corporation. All rights reserved. This developer utility was originally shipped in the DirectX SDK, and then in 2012 was moved to the Windows 8 SDK, Windows 8.1 SDK, and Windows 10 SDK. The tool is designed to allow developers to explore the Direct3D capabilities exposed by the hardware/software/drivers on their system. @@ -8,6 +12,10 @@ This developer utility was originally shipped in the DirectX SDK, and then in 20 This project is set up to use CMake with the Ninja generation via VS 2019's CMake integration. It is currently set up to require the Windows 10 SDK (19041) headers, but will run on Windows 7 SP1 or later. +# Documentation + +Documentation is available on the [GitHub wiki](https://github.com/microsoft/DxCapsViewer/wiki). + ## Notices All content and source code for this package are subject to the terms of the [MIT License](http://opensource.org/licenses/MIT). diff --git a/ddraw.cpp b/ddraw.cpp index c918aa5..75b0dba 100644 --- a/ddraw.cpp +++ b/ddraw.cpp @@ -4,6 +4,9 @@ // Desc: DirectX Capabilities Viewer for DirectDraw // // Copyright (c) Microsoft Corporation. All Rights Reserved. +// Licensed under the MIT License. +// +// https://go.microsoft.com/fwlink/?linkid=2136896 //----------------------------------------------------------------------------- #include "dxview.h" diff --git a/dxg.cpp b/dxg.cpp index 0d80515..b22c7b1 100644 --- a/dxg.cpp +++ b/dxg.cpp @@ -4,6 +4,9 @@ // Desc: DirectX Capabilities Viewer for Direct3D // // Copyright (c) Microsoft Corporation. All Rights Reserved. +// Licensed under the MIT License. +// +// https://go.microsoft.com/fwlink/?linkid=2136896 //----------------------------------------------------------------------------- #include "dxview.h" #include diff --git a/dxgi.cpp b/dxgi.cpp index 3771d52..0936cce 100644 --- a/dxgi.cpp +++ b/dxgi.cpp @@ -4,6 +4,9 @@ // Desc: DirectX Capabilities Viewer for DXGI (Direct3D 10.x / 11.x / 12.0) // // Copyright Microsoft Corporation. All Rights Reserved. +// Licensed under the MIT License. +// +// https://go.microsoft.com/fwlink/?linkid=2136896 //----------------------------------------------------------------------------- #include "dxview.h" diff --git a/dxprint.cpp b/dxprint.cpp index 88a8109..47bf959 100644 --- a/dxprint.cpp +++ b/dxprint.cpp @@ -4,6 +4,9 @@ // Desc: DirectX Capabilities Viewer Printing Support // // Copyright (c) Microsoft Corporation. All Rights Reserved. +// Licensed under the MIT License. +// +// https://go.microsoft.com/fwlink/?linkid=2136896 //----------------------------------------------------------------------------- #include "dxview.h" diff --git a/dxview.cpp b/dxview.cpp index a0a0e6e..6e53f11 100644 --- a/dxview.cpp +++ b/dxview.cpp @@ -4,6 +4,9 @@ // Desc: DirectX Capabilities Viewer (Main program) // // Copyright (c) Microsoft Corporation. All Rights Reserved. +// Licensed under the MIT License. +// +// https://go.microsoft.com/fwlink/?linkid=2136896 //----------------------------------------------------------------------------- #include "dxview.h" diff --git a/dxview.h b/dxview.h index c472162..52a9bd3 100644 --- a/dxview.h +++ b/dxview.h @@ -4,6 +4,9 @@ // Desc: DirectX Capabilities Viewer Common Header // // Copyright (c) Microsoft Corporation. All Rights Reserved. +// Licensed under the MIT License. +// +// https://go.microsoft.com/fwlink/?linkid=2136896 //----------------------------------------------------------------------------- #include #include