aboutsummaryrefslogtreecommitdiff
path: root/src/dtf/WixToolset.Dtf.WindowsInstaller/WixToolset.Dtf.WindowsInstaller.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/dtf/WixToolset.Dtf.WindowsInstaller/WixToolset.Dtf.WindowsInstaller.csproj')
-rw-r--r--src/dtf/WixToolset.Dtf.WindowsInstaller/WixToolset.Dtf.WindowsInstaller.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dtf/WixToolset.Dtf.WindowsInstaller/WixToolset.Dtf.WindowsInstaller.csproj b/src/dtf/WixToolset.Dtf.WindowsInstaller/WixToolset.Dtf.WindowsInstaller.csproj
index 117a4114..55a9dc79 100644
--- a/src/dtf/WixToolset.Dtf.WindowsInstaller/WixToolset.Dtf.WindowsInstaller.csproj
+++ b/src/dtf/WixToolset.Dtf.WindowsInstaller/WixToolset.Dtf.WindowsInstaller.csproj
@@ -7,6 +7,7 @@
7 <AssemblyName>WixToolset.Dtf.WindowsInstaller</AssemblyName> 7 <AssemblyName>WixToolset.Dtf.WindowsInstaller</AssemblyName>
8 <TargetFrameworks>netstandard2.0;net20</TargetFrameworks> 8 <TargetFrameworks>netstandard2.0;net20</TargetFrameworks>
9 <Description>Managed libraries for Windows Installer</Description> 9 <Description>Managed libraries for Windows Installer</Description>
10 <PackageReadmeFile>README.md</PackageReadmeFile>
10 <CreateDocumentationFile>true</CreateDocumentationFile> 11 <CreateDocumentationFile>true</CreateDocumentationFile>
11 </PropertyGroup> 12 </PropertyGroup>
12 13
@@ -17,6 +18,7 @@
17 <ItemGroup> 18 <ItemGroup>
18 <None Include="Errors.txt" /> 19 <None Include="Errors.txt" />
19 <None Include="WindowsInstaller.cd" /> 20 <None Include="WindowsInstaller.cd" />
21 <None Include="README.md" Pack="true" PackagePath="\" />
20 </ItemGroup> 22 </ItemGroup>
21 23
22 <ItemGroup Condition=" '$(TargetFramework)'=='net20' "> 24 <ItemGroup Condition=" '$(TargetFramework)'=='net20' ">