16 lines
520 B
XML
16 lines
520 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<!-- Copyright (c) Microsoft Corporation -->
|
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
|
<noInheritable/>
|
|
<assemblyIdentity
|
|
type="win32"
|
|
name="Microsoft.VC80.DebugCRT"
|
|
version="8.0.50608.0"
|
|
processorArchitecture="x86"
|
|
publicKeyToken="1fc8b3b9a1e18e3b"
|
|
/>
|
|
<file name="msvcr80d.dll"/>
|
|
<file name="msvcp80d.dll"/>
|
|
<file name="msvcm80d.dll"/>
|
|
</assembly>
|