Applewin.vcproj:
* Enable XP visual themes in the properties dialog (the AdditionalManifestDependencies entry)
This commit is contained in:
parent
1581b6a4ff
commit
cd19e7e080
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue