Ticket #512: Microsoft.VC90.DebugCRT.manifest

File Microsoft.VC90.DebugCRT.manifest, 532 bytes (added by Aaron Shumate, 14 years ago)

New Debug CRT.manifest for VS2008. Created based on existing, non-debug version.

Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<!-- Copyright (c) Microsoft Corporation. All rights reserved. -->
3<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
4 <noInheritable/>
5 <assemblyIdentity
6 type="win32"
7 name="Microsoft.VC90.DebugCRT"
8 version="9.0.21022.8"
9 processorArchitecture="x86"
10 publicKeyToken="1fc8b3b9a1e18e3b"
11 />
12 <file name="msvcr90d.dll" /> <file name="msvcp90d.dll" /> <file name="msvcm90d.dll" />
13</assembly>