Skip to content
Snippets Groups Projects
Commit df43fa4b authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Set the AdditionalManifestFiles as a property sheet

This is the (better) way. See, Deuce knows the coolness of property sheets!
parent 9b2c9c08
Branches
Tags
1 merge request!488Overhaul LZH code
......@@ -14,6 +14,9 @@
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
<SubSystem>Windows</SubSystem>
</Link>
<Manifest>
<AdditionalManifestFiles>$(MSBuildThisFileDirectory)ciolib.manifest</AdditionalManifestFiles>
</Manifest>
</ItemDefinitionGroup>
<ItemGroup />
</Project>
</Project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment