diff options
Diffstat (limited to 'src/wixlib/PSExtension.wixproj')
-rw-r--r-- | src/wixlib/PSExtension.wixproj | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/wixlib/PSExtension.wixproj b/src/wixlib/PSExtension.wixproj deleted file mode 100644 index da2b6463..00000000 --- a/src/wixlib/PSExtension.wixproj +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
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> | ||