aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/PSExtension.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/PSExtension.wixproj')
-rw-r--r--src/wixlib/PSExtension.wixproj19
1 files changed, 19 insertions, 0 deletions
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 @@
1<?xml version="1.0" encoding="utf-8" ?>
2<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3
4
5<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
6 <PropertyGroup>
7 <ProjectGuid>{9d4ccdfc-840c-4d4e-a9b0-3d6015480645}</ProjectGuid>
8 <OutputName>ps</OutputName>
9 <OutputType>Library</OutputType>
10 <BindFiles>true</BindFiles>
11 <Pedantic>true</Pedantic>
12 </PropertyGroup>
13
14 <ItemGroup>
15 <Compile Include="PSExtension.wxs" />
16 </ItemGroup>
17
18 <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" />
19</Project>