Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/Evaluation/App.xaml @ 12824

Last change on this file since 12824 was 12503, checked in by aballeit, 9 years ago

#2283 added GUI and charts; fixed MCTS

File size: 321 bytes
Line 
1<Application x:Class="Evaluation.App"
2             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4             StartupUri="MainWindow.xaml">
5    <Application.Resources>
6         
7    </Application.Resources>
8</Application>
Note: See TracBrowser for help on using the repository browser.