mirror of
https://github.com/modernw/AppInstallerForWin8.git
synced 2026-04-21 03:04:29 +10:00
添加项目文件。
This commit is contained in:
18
PriReader/stdafx.h
Normal file
18
PriReader/stdafx.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
#include <windows.h>
|
||||
#include <wrl.h>
|
||||
#include <roapi.h>
|
||||
#include <string>
|
||||
#include <windows.ui.xaml.h>
|
||||
#include <shlwapi.h>
|
||||
#include <strsafe.h>
|
||||
#include <wincodec.h>
|
||||
#include <vector>
|
||||
#include <wrl/wrappers/corewrappers.h>
|
||||
#include <windows.applicationmodel.resources.core.h>
|
||||
|
||||
|
||||
using namespace Microsoft::WRL;
|
||||
using namespace Microsoft::WRL::Wrappers;
|
||||
using namespace Windows::ApplicationModel::Resources::Core;
|
||||
|
||||
Reference in New Issue
Block a user