aboutsummaryrefslogtreecommitdiff
path: root/src/wixext/WixUIExtension.csproj
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2019-01-12 11:11:10 -0600
committerSean Hall <r.sean.hall@gmail.com>2019-01-12 11:11:10 -0600
commit9d5d059a2147aa0fe38f7103148c020b66455e83 (patch)
tree7673cb14721cf21df43fdfc1c0bcad572817fecc /src/wixext/WixUIExtension.csproj
parentde844c32ea0afe45a2deb1b25e6bdd267b7df103 (diff)
downloadwix-9d5d059a2147aa0fe38f7103148c020b66455e83.tar.gz
wix-9d5d059a2147aa0fe38f7103148c020b66455e83.tar.bz2
wix-9d5d059a2147aa0fe38f7103148c020b66455e83.zip
Import code from old v4 repo
Diffstat (limited to '')
-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>