aboutsummaryrefslogtreecommitdiff
path: root/src/FindLocalWix.props
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-02-27 15:38:50 -0800
committerRob Mensching <rob@firegiant.com>2021-02-27 15:42:33 -0800
commit1550b30702ae4e83ea8b30bf95a4f20a6424aa4b (patch)
tree5093d4cd9dbf7999782382e1b91ad225f9c121d7 /src/FindLocalWix.props
parent3fae69ccb71d99c79adba6855ba7d6402216085d (diff)
downloadwix-1550b30702ae4e83ea8b30bf95a4f20a6424aa4b.tar.gz
wix-1550b30702ae4e83ea8b30bf95a4f20a6424aa4b.tar.bz2
wix-1550b30702ae4e83ea8b30bf95a4f20a6424aa4b.zip
Include native .pdbs in .wixext.nupkg and refine build process
Diffstat (limited to 'src/FindLocalWix.props')
-rw-r--r--src/FindLocalWix.props8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/FindLocalWix.props b/src/FindLocalWix.props
deleted file mode 100644
index 1666e4fe..00000000
--- a/src/FindLocalWix.props
+++ /dev/null
@@ -1,8 +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<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
5 <PropertyGroup>
6 <WixTargetsPath Condition=" '$(Configuration)' == 'Debug' And Exists('$(MSBuildThisFileDirectory)..\..\Tools\README.md') And Exists('$(MSBuildThisFileDirectory)..\..\Tools\build\Debug\net461\wix.targets') ">$(MSBuildThisFileDirectory)..\..\Tools\build\Debug\net461\wix.targets</WixTargetsPath>
7 </PropertyGroup>
8</Project>