Skip to content

Commit

Permalink
Minor manifest config change
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsteele committed Dec 3, 2016
1 parent 93261b4 commit 9a41395
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pnwtl/pn.vcxproj
Expand Up @@ -165,6 +165,12 @@
<DataExecutionPrevention>
</DataExecutionPrevention>
</Link>
<Manifest>
<OutputManifestFile>$(IntDir)$(TargetName)$(TargetExt).embed.manifest</OutputManifestFile>
</Manifest>
<ManifestResourceCompile>
<ResourceOutputFileName>$(IntDir)$(TargetName)$(TargetExt).embed.manifest.res</ResourceOutputFileName>
</ManifestResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="afiles.cpp" />
Expand Down

0 comments on commit 9a41395

Please sign in to comment.