Braver/BraverLauncher/AssemblyInfo.cs
ficedula 597b9bd61e Allow specifying fallback log files
Add debughost command line parameters to make it easier to launch multiple copies for network debugging
Add descriptions to screens
Add UI plugins and hook up to screen descriptions, layout components, field dialog
Add first go at Tolk plugin
Start adding very bare bones GUI config/launcher app
2023-06-30 17:40:01 +01:00

17 lines
879 B
C#

// This program and the accompanying materials are made available under the terms of the
// Eclipse Public License v2.0 which accompanies this distribution, and is available at
// https://www.eclipse.org/legal/epl-v20.html
//
// SPDX-License-Identifier: EPL-2.0
using System.Windows;
[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
// or application resource dictionaries)
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)]