mirror of
https://github.com/modernw/AppInstallerForWin8.git
synced 2026-06-17 12:30:00 +10:00
添加项目文件。
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
#include <windows.h>
|
||||
#include <wrl.h>
|
||||
#include <windows.ui.notifications.h>
|
||||
#include <windows.data.xml.dom.h>
|
||||
#include <stdio.h>
|
||||
#include <shobjidl.h>
|
||||
#include <wrl/client.h>
|
||||
#include <fstream>
|
||||
#include <propvarutil.h>
|
||||
#include <propkey.h>
|
||||
#include <wrl.h>
|
||||
#include <string>
|
||||
#include <shlobj.h>
|
||||
#include <propkey.h>
|
||||
#include <comdef.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
using namespace Microsoft::WRL;
|
||||
using namespace ABI::Windows::UI::Notifications;
|
||||
using namespace ABI::Windows::Data::Xml::Dom;
|
||||
using namespace Microsoft::WRL::Wrappers;
|
||||
Reference in New Issue
Block a user