aboutsummaryrefslogtreecommitdiff
path: root/src/wixext/WixPSExtension.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixext/WixPSExtension.csproj')
-rw-r--r--src/wixext/WixPSExtension.csproj43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/wixext/WixPSExtension.csproj b/src/wixext/WixPSExtension.csproj
new file mode 100644
index 00000000..f9349ef1
--- /dev/null
+++ b/src/wixext/WixPSExtension.csproj
@@ -0,0 +1,43 @@
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>{6F1482DF-1598-4D88-BDAA-B9D0E0242139}</ProjectGuid>
8 <AssemblyName>WixPSExtension</AssemblyName>
9 <OutputType>Library</OutputType>
10 <RootNamespace>WixToolset.Extensions</RootNamespace>
11 </PropertyGroup>
12 <ItemGroup>
13 <Compile Include="AssemblyInfo.cs" />
14 <Compile Include="PSCompiler.cs" />
15 <Compile Include="PSExtensionData.cs" />
16 <MsgGenSource Include="Data\messages.xml">
17 <ResourcesLogicalName>$(RootNamespace).Data.Messages.resources</ResourcesLogicalName>
18 </MsgGenSource>
19 <EmbeddedFlattenedResource Include="Xsd\ps.xsd">
20 <LogicalName>$(RootNamespace).Xsd.ps.xsd</LogicalName>
21 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
22 </EmbeddedFlattenedResource>
23 <XsdGenSource Include="Xsd\ps.xsd">
24 <CommonNamespace>WixToolset.Data.Serialize</CommonNamespace>
25 <Namespace>WixToolset.Extensions.Serialize.PS</Namespace>
26 </XsdGenSource>
27 <EmbeddedResource Include="$(OutputPath)\ps.wixlib">
28 <Link>Data\ps.wixlib</Link>
29 </EmbeddedResource>
30 </ItemGroup>
31 <ItemGroup>
32 <Reference Include="System" />
33 <Reference Include="System.Xml" />
34 <ProjectReference Include="..\..\..\libs\WixToolset.Data\WixToolset.Data.csproj" />
35 <ProjectReference Include="..\..\..\libs\WixToolset.Extensibility\WixToolset.Extensibility.csproj" />
36 <ProjectReference Include="..\..\..\tools\wix\Wix.csproj" />
37 <ProjectReference Include="..\wixlib\PSExtension.wixproj">
38 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
39 </ProjectReference>
40 <Reference Include="System.Xml.Linq" />
41 </ItemGroup>
42 <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" />
43</Project>