aboutsummaryrefslogtreecommitdiff
path: root/ports/msix/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-03-08 15:33:11 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-03-08 15:37:01 -0800
commit7955320bf358b27d1fa30cc650a254bfb48825a3 (patch)
tree2b0aedfaaa511d94c8d64bb7fea4bd643732f842 /ports/msix/CONTROL
parentf9ee8fd6b5764ed4d2f5a6c71a092d70398f4ead (diff)
downloadvcpkg-7955320bf358b27d1fa30cc650a254bfb48825a3.tar.gz
vcpkg-7955320bf358b27d1fa30cc650a254bfb48825a3.zip
[msix] Initial commit of 1.0
Diffstat (limited to 'ports/msix/CONTROL')
-rw-r--r--ports/msix/CONTROL5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/msix/CONTROL b/ports/msix/CONTROL
new file mode 100644
index 000000000..52ec64556
--- /dev/null
+++ b/ports/msix/CONTROL
@@ -0,0 +1,5 @@
+Source: msix
+Version: 1.0
+Build-Depends: xerces-c, zlib
+Description: The MSIX Packaging SDK project is an effort to enable developers on a variety of platforms to pack and unpack packages for the purposes of distribution from either the Microsoft Store, or their own content distribution networks.
+ The MSIX Packaging APIs that a client app would use to interact with .msix/.appx packages are a subset of those documented here. See sample/ExtractContentsSample/ExtractContentsSample.cpp for additional details.