48 lines
1.6 KiB
XML
48 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!--
|
|
*************************************************************************
|
|
*
|
|
* File: gadget.xml
|
|
*
|
|
* Description:
|
|
* Manifest for the "Debug" Desktop Gadget sample.
|
|
*
|
|
* This file is part of the Microsoft Windows SDK Code Samples.
|
|
*
|
|
* Copyright (C) Microsoft Corporation. All rights reserved.
|
|
*
|
|
* This source code is intended only as a supplement to Microsoft
|
|
* Development Tools and/or on-line documentation. See these other
|
|
* materials for detailed information regarding Microsoft code samples.
|
|
*
|
|
* THIS CODE AND INFORMATION ARE PROVIDED AS IS WITHOUT WARRANTY OF ANY
|
|
* KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
|
* PARTICULAR PURPOSE.
|
|
*
|
|
************************************************************************
|
|
-->
|
|
<gadget>
|
|
<name>SDK Debug</name>
|
|
<namespace>microsoft.windows</namespace>
|
|
<version>1.0.0.0</version>
|
|
<author name="Microsoft">
|
|
<info url="msdn.microsoft.com" />
|
|
<logo src="images/logo.png" />
|
|
</author>
|
|
<copyright>© Microsoft Corporation.</copyright>
|
|
<description>"Debug" Sidebar gadget sample: Demonstrates debugging functionality.</description>
|
|
<icons>
|
|
<icon height="48" width="48" src="images/aerologo.png" />
|
|
</icons>
|
|
<hosts>
|
|
<host name="sidebar">
|
|
<base type="HTML" apiVersion="1.0.0" src="Debug.html" />
|
|
<permissions>Full</permissions>
|
|
<platform minPlatformVersion="1.0" />
|
|
<defaultImage src="images/aerologo.png" />
|
|
<autoscaleDPI>true</autoscaleDPI>
|
|
</host>
|
|
</hosts>
|
|
</gadget>
|