terminal/src/tools/nihilist/Sources.pkg.xml
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

21 lines
754 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--Copyright (c) Microsoft Corporation. All rights reserved.-->
<Package
xmlns="urn:Microsoft.WindowsPhone/PackageSchema.v8.00"
ReleaseType="Test"
OwnerType="Microsoft"
SubComponent="Tools.Nihilist"
Component="Console"
Owner="Microsoft"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Components>
<OSComponent>
<Files>
<File
Source="$(PROJECT_OBJ_ROOT)\core\console\open\src\tools\nihilist\$(O)\nihilist.exe"
DestinationDir="$(TEST_DEPLOY_BIN)" />
</Files>
</OSComponent>
</Components>
</Package>