From dcfc3e2e369958d58dc070e3dbb8992e147b7a05 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 19 Jan 2019 12:11:35 -0600 Subject: Import code from old v4 repo --- src/wixlib/PSExtension.wixproj | 19 +++++++++++++++++++ src/wixlib/PSExtension.wxs | 12 ++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 src/wixlib/PSExtension.wixproj create mode 100644 src/wixlib/PSExtension.wxs (limited to 'src/wixlib') diff --git a/src/wixlib/PSExtension.wixproj b/src/wixlib/PSExtension.wixproj new file mode 100644 index 00000000..da2b6463 --- /dev/null +++ b/src/wixlib/PSExtension.wixproj @@ -0,0 +1,19 @@ + + + + + + + {9d4ccdfc-840c-4d4e-a9b0-3d6015480645} + ps + Library + true + true + + + + + + + + diff --git a/src/wixlib/PSExtension.wxs b/src/wixlib/PSExtension.wxs new file mode 100644 index 00000000..a1f16ee6 --- /dev/null +++ b/src/wixlib/PSExtension.wxs @@ -0,0 +1,12 @@ + + + + + + + + + + + + -- cgit v1.2.3-55-g6feb