Applewin.vcproj:

* Enable XP visual themes in the properties dialog (the AdditionalManifestDependencies entry)
This commit is contained in:
tomch 2009-11-30 14:11:06 +00:00
parent 1581b6a4ff
commit cd19e7e080

View File

@ -78,6 +78,7 @@
OutputFile=".\Release/Applewin.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalManifestDependencies=""type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Release/Applewin.pdb"
SubSystem="2"
@ -173,6 +174,7 @@
OutputFile=".\Debug/Applewin.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalManifestDependencies=""type='Win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*'""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/Applewin.pdb"
SubSystem="2"