terminal/src/host/exe/conhost.man
Dustin Howett d4d59fa339 Initial release of the Windows Terminal source code
This commit introduces all of the Windows Terminal and Console Host source,
under the MIT license.
2019-05-02 15:29:04 -07:00

55 lines
1.6 KiB
Groff

<?xml version='1.0' encoding='utf-8' standalone='yes'?>
<assembly
xmlns="urn:schemas-microsoft-com:asm.v3"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
manifestVersion="1.0"
>
<assemblyIdentity
buildType="$(build.buildType)"
language="neutral"
name="Microsoft-OneCore-Console-Host-Core"
processorArchitecture="$(build.processorArchitecture)"
publicKeyToken="$(Build.WindowsPublicKeyToken)"
version="$(build.version)"
versionScope="nonSxS"
/>
<dependency
discoverable="false"
optional="false"
resourceType="Resources"
>
<dependentAssembly>
<assemblyIdentity
buildType="$(build.buildType)"
language="*"
name="Microsoft-OneCore-Console-Host-Core.Resources"
processorArchitecture="$(build.processorArchitecture)"
publicKeyToken="$(Build.WindowsPublicKeyToken)"
version="$(build.version)"
/>
</dependentAssembly>
</dependency>
<file
destinationPath="$(runtime.system32)\"
importPath="$(build.nttree)\"
name="conhost.exe"
sourceName="conhost.exe"
sourcePath=".\"
/>
<localization>
<resources culture="en-US">
<stringTable>
<string
id="displayName0"
value="Microsoft-OneCore-Console-Host"
/>
<string
id="description1"
value="Microsoft-OneCore-Console-Host"
/>
</stringTable>
</resources>
</localization>
</assembly>