aboutsummaryrefslogtreecommitdiff
path: root/src/candle/candle.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/candle/candle.csproj')
-rw-r--r--src/candle/candle.csproj62
1 files changed, 0 insertions, 62 deletions
diff --git a/src/candle/candle.csproj b/src/candle/candle.csproj
deleted file mode 100644
index cea0cf62..00000000
--- a/src/candle/candle.csproj
+++ /dev/null
@@ -1,62 +0,0 @@
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>{956401A5-3C04-4786-9611-B2AEC6207686}</ProjectGuid>
8 <AssemblyName>candle</AssemblyName>
9 <OutputType>Exe</OutputType>
10 <RootNamespace>WixToolset.Tools</RootNamespace>
11 <PlatformTarget>x86</PlatformTarget>
12 </PropertyGroup>
13 <ItemGroup>
14 <Compile Include="AssemblyInfo.cs" />
15 <Compile Include="candle.cs" />
16 <Compile Include="CandleCommandLine.cs" />
17 <Compile Include="CompileFile.cs" />
18 <Compile Include="CandleStrings.Designer.cs">
19 <AutoGen>True</AutoGen>
20 <DesignTime>True</DesignTime>
21 <DependentUpon>CandleStrings.resx</DependentUpon>
22 </Compile>
23 </ItemGroup>
24 <ItemGroup>
25 <EmbeddedNativeResource Include="candle.rc" />
26 </ItemGroup>
27 <ItemGroup>
28 <None Include="app.config" />
29 </ItemGroup>
30 <ItemGroup>
31 <EmbeddedResource Include="CandleStrings.resx">
32 <SubType>Designer</SubType>
33 <Generator>ResXFileCodeGenerator</Generator>
34 <LastGenOutput>CandleStrings.Designer.cs</LastGenOutput>
35 </EmbeddedResource>
36 </ItemGroup>
37 <ItemGroup>
38 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
39 </ItemGroup>
40 <ItemGroup>
41 <Reference Include="System" />
42 <Reference Include="System.Xml" />
43 <ProjectReference Include="..\..\libs\WixToolset.Data\WixToolset.Data.csproj">
44 <Project>{6a98499e-40ec-4335-9c31-96a2511d47c6}</Project>
45 <Name>WixToolset.Data</Name>
46 </ProjectReference>
47 <ProjectReference Include="..\..\libs\WixToolset.Extensibility\WixToolset.Extensibility.csproj">
48 <Project>{eee88c2a-45a0-4e48-a40a-431a4ba458d8}</Project>
49 <Name>WixToolset.Extensibility</Name>
50 </ProjectReference>
51 <ProjectReference Include="..\wconsole\wconsole.csproj">
52 <Project>{4B2BD779-59F7-4BF1-871C-A75952BCA749}</Project>
53 <Name>wconsole</Name>
54 </ProjectReference>
55 <ProjectReference Include="..\wix\Wix.csproj">
56 <Project>{9E03A94C-C70E-45C6-A269-E737BBD8B319}</Project>
57 <Name>Wix</Name>
58 </ProjectReference>
59 <Reference Include="System.Xml.Linq" />
60 </ItemGroup>
61 <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" />
62</Project>