1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-31 07:29:00 +00:00
6502bench/SourceGenWPF/Res
Andy McFadden bf310d17bc Load a hard-coded project file
Fixed some stuff that crashed.  The project is loaded but nothing
visually interesting happens yet.

I'm still not entirely sure what the deal with declaring resources
is, but it seems you can either declare a ResourceDictionary and put
everything in it, or you can declare a bunch of items, which are then
implicitly placed in a ResourceDictionary.  This matters if you want
to have your string definitions merged in with everything else.  All
of the examples I found did one thing or the other, not both at once,
so it took some fiddling.  Yay WPF.
2019-05-08 18:08:46 -07:00
..
Logo.png Add WPF app skeleton 2019-04-29 16:34:09 -07:00
SourceGenIcon.ico Copy some non-UI code over 2019-05-02 15:45:40 -07:00
Strings.xaml Load a hard-coded project file 2019-05-08 18:08:46 -07:00
Strings.xaml.cs Load a hard-coded project file 2019-05-08 18:08:46 -07:00