diff options
Diffstat (limited to 'src/wixlib/DependencyExtension.wixproj')
-rw-r--r-- | src/wixlib/DependencyExtension.wixproj | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/wixlib/DependencyExtension.wixproj b/src/wixlib/DependencyExtension.wixproj deleted file mode 100644 index e52218ed..00000000 --- a/src/wixlib/DependencyExtension.wixproj +++ /dev/null | |||
@@ -1,27 +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>{58ED0EC8-73F8-4EE1-8664-A53486D38EC8}</ProjectGuid> | ||
8 | <OutputName>dependency</OutputName> | ||
9 | <OutputType>Library</OutputType> | ||
10 | <BindFiles>true</BindFiles> | ||
11 | <Pedantic>true</Pedantic> | ||
12 | <SuppressSpecificWarnings>1086</SuppressSpecificWarnings> | ||
13 | <Cultures>en-us</Cultures> | ||
14 | </PropertyGroup> | ||
15 | |||
16 | <ItemGroup> | ||
17 | <Compile Include="DependencyExtension.wxs" /> | ||
18 | <Compile Include="DependencyExtension_x86.wxs" /> | ||
19 | <EmbeddedResource Include="en-us.wxl" /> | ||
20 | </ItemGroup> | ||
21 | |||
22 | <ItemGroup> | ||
23 | <ProjectReference Include="..\ca\wixdepca.vcxproj" /> | ||
24 | </ItemGroup> | ||
25 | |||
26 | <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" /> | ||
27 | </Project> | ||