diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2019-01-20 11:09:10 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2019-01-20 11:15:09 -0600 |
| commit | 87527d58d18fa719dc7a5ce512369485d907cba4 (patch) | |
| tree | 9bcfd603f11b73846fd1985c2b732920b209fcaf /src/wixlib/HttpExtension.wixproj | |
| parent | 4d30ab70573f9734d7fd3cd4d54c02173fa281db (diff) | |
| download | wix-87527d58d18fa719dc7a5ce512369485d907cba4.tar.gz wix-87527d58d18fa719dc7a5ce512369485d907cba4.tar.bz2 wix-87527d58d18fa719dc7a5ce512369485d907cba4.zip | |
Integrate into latest v4.
Diffstat (limited to 'src/wixlib/HttpExtension.wixproj')
| -rw-r--r-- | src/wixlib/HttpExtension.wixproj | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/wixlib/HttpExtension.wixproj b/src/wixlib/HttpExtension.wixproj deleted file mode 100644 index 738579db..00000000 --- a/src/wixlib/HttpExtension.wixproj +++ /dev/null | |||
| @@ -1,26 +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>{055C1517-4CED-4199-BCDE-A383E5C4EF78}</ProjectGuid> | ||
| 8 | <OutputName>http</OutputName> | ||
| 9 | <OutputType>Library</OutputType> | ||
| 10 | <BindFiles>true</BindFiles> | ||
| 11 | <Pedantic>true</Pedantic> | ||
| 12 | <Cultures>en-us</Cultures> | ||
| 13 | </PropertyGroup> | ||
| 14 | |||
| 15 | <ItemGroup> | ||
| 16 | <Compile Include="HttpExtension.wxs" /> | ||
| 17 | <Compile Include="HttpExtension_x86.wxs" /> | ||
| 18 | <EmbeddedResource Include="en-us.wxl" /> | ||
| 19 | </ItemGroup> | ||
| 20 | |||
| 21 | <ItemGroup> | ||
| 22 | <ProjectReference Include="..\ca\wixhttpca.vcxproj" /> | ||
| 23 | </ItemGroup> | ||
| 24 | |||
| 25 | <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" /> | ||
| 26 | </Project> | ||
