Skip to content

Commit

Permalink
prepping for 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraballa committed Jun 5, 2020
1 parent 4d56c42 commit 368473d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FDFEditor/FDFEditor.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">

<PropertyGroup>
<OutputType>Exe</OutputType>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<ApplicationIcon />
Expand Down
4 changes: 2 additions & 2 deletions FDFEditor/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<MenuItem Header="_File">
<MenuItem Header="_New" />
<MenuItem Header="_Save" Command="Save" InputGestureText="Ctrl+S"/>
<MenuItem Header="Open in Pattern View" Click="OpenAsPattern"/>
<MenuItem Header="_Open in Text View" Command="Open"/>
<!--<MenuItem Header="Open in Pattern View" Click="OpenAsPattern"/>-->
<MenuItem Header="_Open" Command="Open"/>
<Separator/>
<MenuItem Header="_Close" Command="Close"/>
<Separator/>
Expand Down

0 comments on commit 368473d

Please sign in to comment.