aboutsummaryrefslogtreecommitdiff
path: root/src/candle/candle.csproj
blob: cea0cf62622df263e7d63e95c8660fb489b6943e (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?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>{956401A5-3C04-4786-9611-B2AEC6207686}</ProjectGuid>
    <AssemblyName>candle</AssemblyName>
    <OutputType>Exe</OutputType>
    <RootNamespace>WixToolset.Tools</RootNamespace>
    <PlatformTarget>x86</PlatformTarget>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="AssemblyInfo.cs" />
    <Compile Include="candle.cs" />
    <Compile Include="CandleCommandLine.cs" />
    <Compile Include="CompileFile.cs" />
    <Compile Include="CandleStrings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>CandleStrings.resx</DependentUpon>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedNativeResource Include="candle.rc" />
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="CandleStrings.resx">
      <SubType>Designer</SubType>
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>CandleStrings.Designer.cs</LastGenOutput>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
  </ItemGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Xml" />
    <ProjectReference Include="..\..\libs\WixToolset.Data\WixToolset.Data.csproj">
      <Project>{6a98499e-40ec-4335-9c31-96a2511d47c6}</Project>
      <Name>WixToolset.Data</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\libs\WixToolset.Extensibility\WixToolset.Extensibility.csproj">
      <Project>{eee88c2a-45a0-4e48-a40a-431a4ba458d8}</Project>
      <Name>WixToolset.Extensibility</Name>
    </ProjectReference>
    <ProjectReference Include="..\wconsole\wconsole.csproj">
      <Project>{4B2BD779-59F7-4BF1-871C-A75952BCA749}</Project>
      <Name>wconsole</Name>
    </ProjectReference>
    <ProjectReference Include="..\wix\Wix.csproj">
      <Project>{9E03A94C-C70E-45C6-A269-E737BBD8B319}</Project>
      <Name>Wix</Name>
    </ProjectReference>
    <Reference Include="System.Xml.Linq" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" />
</Project>