This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config BR2_PACKAGE_LIBCURL | |
bool "libcurl" | |
help | |
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, | |
and Dict servers, using any of the supported protocols. | |
http://curl.haxx.nu/ | |
config BR2_PACKAGE_CURL | |
bool "curl binary" |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* THIS IS A SINGLE-FILE DISTRIBUTION CONCATENATED FROM THE OPEN62541 SOURCES | |
* visit http://open62541.org/ for information about this software | |
* Git-Revision: v1.1-dev-282-g63771722 | |
*/ | |
/* | |
* Copyright (C) 2014-2018 the contributors as stated in the AUTHORS file | |
* | |
* This file is part of open62541. open62541 is free software: you can | |
* redistribute it and/or modify it under the terms of the Mozilla Public |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
xmlns:options="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options" | |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | |
xmlns:system="clr-namespace:System;assembly=mscorlib" | |
mc:Ignorable="options d"> | |
<!-- Matadata --> | |
<system:String x:Key="Theme.Name">Colorful.OfficeBlue</system:String> | |
<system:String x:Key="Theme.DisplayName">OfficeBlue (Colorful)</system:String> |