aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorwsoltys <wiso@xbmc.org>2012-01-02 11:53:08 +0100
committerwsoltys <wiso@xbmc.org>2012-01-02 11:53:08 +0100
commit6ddee3d6bdf3fe949eb0fccaaa4a6684f0b914bf (patch)
tree1e0115d69054b6340a7e9df33dd28b9050cc515a /project
parenta23f16bddc3d2ae9bc44e07ffe96c8a109aea1e2 (diff)
[WIN32] fixed: somehow the manifest got lost for the debug dx build.
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index ae8ee5772a..627829aac0 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -183,7 +183,7 @@
<TargetMachine>MachineX86</TargetMachine>
</Link>
<Manifest>
- <AdditionalManifestFiles>%(AdditionalManifestFiles)</AdditionalManifestFiles>
+ <AdditionalManifestFiles>VC90.CRT.x86.manifest;%(AdditionalManifestFiles)</AdditionalManifestFiles>
<EnableDPIAwareness>true</EnableDPIAwareness>
</Manifest>
</ItemDefinitionGroup>