aboutsummaryrefslogtreecommitdiff
path: root/src/wixext/WixHttpExtension.csproj
blob: 74af503fc9d30107cdedbf04ddd2b30e40c566c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8"?>
<!-- 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. -->


<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  <PropertyGroup>
    <ProjectGuid>{AAFC3C7F-D818-4B1D-AF3F-A331EA917F3F}</ProjectGuid>
    <AssemblyName>WixHttpExtension</AssemblyName>
    <OutputType>Library</OutputType>
    <RootNamespace>WixToolset.Extensions</RootNamespace>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="AssemblyInfo.cs" />
    <Compile Include="HttpCompiler.cs" />
    <Compile Include="HttpConstants.cs" />
    <Compile Include="HttpDecompiler.cs" />
    <Compile Include="HttpExtensionData.cs" />
    <MsgGenSource Include="Data\messages.xml">
      <ResourcesLogicalName>$(RootNamespace).Data.Messages.resources</ResourcesLogicalName>
    </MsgGenSource>
    <EmbeddedFlattenedResource Include="Data\tables.xml">
      <LogicalName>$(RootNamespace).Data.tables.xml</LogicalName>
    </EmbeddedFlattenedResource>
    <EmbeddedFlattenedResource Include="Xsd\http.xsd">
      <LogicalName>$(RootNamespace).Xsd.http.xsd</LogicalName>
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </EmbeddedFlattenedResource>
    <XsdGenSource Include="Xsd\http.xsd">
      <CommonNamespace>WixToolset.Data.Serialize</CommonNamespace>
      <Namespace>WixToolset.Extensions.Serialize.Http</Namespace>
    </XsdGenSource>
    <EmbeddedResource Include="$(OutputPath)\http.wixlib">
      <Link>Data\http.wixlib</Link>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Xml.Linq" />
    <ProjectReference Include="..\..\..\libs\WixToolset.Data\WixToolset.Data.csproj" />
    <ProjectReference Include="..\..\..\libs\WixToolset.Extensibility\WixToolset.Extensibility.csproj" />
    <ProjectReference Include="..\..\..\tools\wix\Wix.csproj" />
    <ProjectReference Include="..\wixlib\HttpExtension.wixproj">
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" />
</Project>