aboutsummaryrefslogtreecommitdiff
path: root/src/wixext/WixUIExtension.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixext/WixUIExtension.csproj')
-rw-r--r--src/wixext/WixUIExtension.csproj31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/wixext/WixUIExtension.csproj b/src/wixext/WixUIExtension.csproj
new file mode 100644
index 00000000..ba1b5c58
--- /dev/null
+++ b/src/wixext/WixUIExtension.csproj
@@ -0,0 +1,31 @@
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>{33F6ABF5-FA13-4B73-99FA-F9BBA894DD9A}</ProjectGuid>
8 <AssemblyName>WixUIExtension</AssemblyName>
9 <OutputType>Library</OutputType>
10 <RootNamespace>WixToolset.Extensions</RootNamespace>
11 </PropertyGroup>
12 <ItemGroup>
13 <Compile Include="AssemblyInfo.cs" />
14 <Compile Include="UIDecompiler.cs" />
15 <Compile Include="UIExtensionData.cs" />
16 <EmbeddedResource Include="$(OutputPath)ui.wixlib">
17 <Link>Data\ui.wixlib</Link>
18 </EmbeddedResource>
19 </ItemGroup>
20 <ItemGroup>
21 <Reference Include="System" />
22 <Reference Include="System.Xml" />
23 <ProjectReference Include="..\..\..\libs\WixToolset.Data\WixToolset.Data.csproj" />
24 <ProjectReference Include="..\..\..\libs\WixToolset.Extensibility\WixToolset.Extensibility.csproj" />
25 <ProjectReference Include="..\..\..\tools\wix\Wix.csproj" />
26 <ProjectReference Include="..\wixlib\UIExtension.wixproj">
27 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
28 </ProjectReference>
29 </ItemGroup>
30 <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" />
31</Project>