diff options
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chrome.dll.manifest | 8 | ||||
-rw-r--r-- | chrome/app/chrome_dll.vcproj | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/chrome/app/chrome.dll.manifest b/chrome/app/chrome.dll.manifest new file mode 100644 index 0000000..c2de753 --- /dev/null +++ b/chrome/app/chrome.dll.manifest @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <dependency>
+ <dependentAssembly>
+ <assemblyIdentity type="Win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*"></assemblyIdentity>
+ </dependentAssembly>
+ </dependency>
+</assembly>
diff --git a/chrome/app/chrome_dll.vcproj b/chrome/app/chrome_dll.vcproj index a1a5fe7..c58a200 100644 --- a/chrome/app/chrome_dll.vcproj +++ b/chrome/app/chrome_dll.vcproj @@ -63,6 +63,7 @@ />
<Tool
Name="VCManifestTool"
+ AdditionalManifestFiles="$(SolutionDir)\app\chrome.dll.manifest"
/>
<Tool
Name="VCXDCMakeTool"
@@ -129,6 +130,7 @@ />
<Tool
Name="VCManifestTool"
+ AdditionalManifestFiles="$(SolutionDir)\app\chrome.dll.manifest"
/>
<Tool
Name="VCXDCMakeTool"
|