Internal resource manifest to go with ComCtl32v6Context

pull/10/head
David Hall 2018-08-18 19:29:56 -06:00
parent da51936290
commit db679de068
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<noInherit/>
<assemblyIdentity version="1.0.18.0" name="Vanara.PInvoke.ComCtl32" type="win32" processorArchitecture="*" />
<dependency optional="yes">
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.1.0" publicKeyToken="6595b64144ccf1df" language="*" processorArchitecture="*"/>
</dependentAssembly>
</dependency>
</assembly>

View File

@ -34,6 +34,7 @@ Interfaces
IImageList, IImageList2
</PackageReleaseNotes>
<ApplicationManifest>Library.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>