diff options
author | Rob Mensching <rob@firegiant.com> | 2019-02-01 14:32:57 -0800 |
---|---|---|
committer | Rob Mensching <rob@robmensching.com> | 2019-02-01 14:37:02 -0800 |
commit | e8d9c70934d8cae0d2769ab6ca5ad40d5f506968 (patch) | |
tree | 45cb15c5cdaaf2547089a4c01d7a144b2943d79e /src/Wix.Build.props | |
parent | 28779cbbaa5fcba61009d416654345d50a96fa91 (diff) | |
download | wix-e8d9c70934d8cae0d2769ab6ca5ad40d5f506968.tar.gz wix-e8d9c70934d8cae0d2769ab6ca5ad40d5f506968.tar.bz2 wix-e8d9c70934d8cae0d2769ab6ca5ad40d5f506968.zip |
Integrate thmviewer.exe and thmviewer.msi
Cannot build MSI until a few fixes are made to WixToolset.Core. Will
enable this later.
Diffstat (limited to 'src/Wix.Build.props')
-rw-r--r-- | src/Wix.Build.props | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/Wix.Build.props b/src/Wix.Build.props new file mode 100644 index 00000000..936126e3 --- /dev/null +++ b/src/Wix.Build.props | |||
@@ -0,0 +1,12 @@ | |||
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> | ||
5 | <PropertyGroup> | ||
6 | <DefineConstants>$(DefineConstants);CompanyName=$(Company)</DefineConstants> | ||
7 | </PropertyGroup> | ||
8 | |||
9 | <ItemGroup> | ||
10 | <BindInputPaths Include="$(OutputPath)Win32\" /> | ||
11 | </ItemGroup> | ||
12 | </Project> | ||