mirror of
https://github.com/modernw/AppInstallerForWin8.git
synced 2026-04-13 20:28:21 +10:00
添加项目文件。
This commit is contained in:
12
PackageManagerAdd/stdafx.h
Normal file
12
PackageManagerAdd/stdafx.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#include <windows.h>
|
||||
#include <objbase.h>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#using <Windows.winmd>
|
||||
|
||||
using namespace Platform;
|
||||
using namespace Windows::Foundation;
|
||||
using namespace Windows::Management::Deployment;
|
||||
using namespace std;
|
||||
Reference in New Issue
Block a user