aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-07-18 16:48:54 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-07-18 16:50:49 +1000
commit655a166adbd56ea7036b2001258ede77f58baee0 (patch)
treea8815533c850f8f8f04fee40c7a9e7ef18592dc7 /src/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj
parent6d763d9c86405644cc72530ad64978efd6ba5828 (diff)
downloadwix-655a166adbd56ea7036b2001258ede77f58baee0.tar.gz
wix-655a166adbd56ea7036b2001258ede77f58baee0.tar.bz2
wix-655a166adbd56ea7036b2001258ede77f58baee0.zip
Move Burn headers from BootstrapperCore repo.
Diffstat (limited to 'src/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj')
-rw-r--r--src/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj b/src/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj
new file mode 100644
index 00000000..113fe7ae
--- /dev/null
+++ b/src/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.proj
@@ -0,0 +1,19 @@
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 ToolsVersion="4.0" DefaultTargets="Pack" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6 <PropertyGroup>
7 <PackageId>WixToolset.BootstrapperCore.Native</PackageId>
8 <Description>WiX Bootstrapper native interfaces</Description>
9 </PropertyGroup>
10
11 <Target Name="Pack" DependsOnTargets="GetBuildVersion">
12 <Exec Command='nuget pack $(PackageId).nuspec -OutputDirectory "$(BaseOutputPath)$(Configuration)" -Properties Id=$(PackageId);Version="$(BuildVersionSimple)";Authors="$(Authors)";Copyright="$(Copyright)";Description="$(Description)"' />
13 </Target>
14
15 <Import Project="..\Directory.Build.props" />
16 <Import Project="..\Directory.Build.targets" />
17
18 <Import Project="..\..\packages\Nerdbank.GitVersioning.3.1.91\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\..\packages\Nerdbank.GitVersioning.3.1.91\build\Nerdbank.GitVersioning.targets')" />
19</Project> \ No newline at end of file