aboutsummaryrefslogtreecommitdiff
path: root/src/Directory.wixproj.props
diff options
context:
space:
mode:
Diffstat (limited to 'src/Directory.wixproj.props')
-rw-r--r--src/Directory.wixproj.props14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Directory.wixproj.props b/src/Directory.wixproj.props
new file mode 100644
index 00000000..a0aaa658
--- /dev/null
+++ b/src/Directory.wixproj.props
@@ -0,0 +1,14 @@
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
13 <Import Project="$(OutputPath)\publish\WixToolset.Sdk\build\WixToolset.Sdk.props" />
14</Project>