Skip to content

Commit

Permalink
Merge branch 'master' into dev/4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Sampson committed Nov 20, 2018
2 parents 6ef076e + 3f3ed78 commit c7f7f43
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions nuget/start/content/net40/ShellView.xaml.cs.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;

namespace $rootnamespace$
{
/// <summary>
/// Interaction logic for ShellView.xaml
/// </summary>
public partial class ShellView : Window
{
public ShellView()
{
InitializeComponent();
}
}
}
20 changes: 20 additions & 0 deletions nuget/start/content/net45/ShellView.xaml.cs.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;

namespace $rootnamespace$
{
/// <summary>
/// Interaction logic for ShellView.xaml
/// </summary>
public partial class ShellView : Window
{
public ShellView()
{
InitializeComponent();
}
}
}

0 comments on commit c7f7f43

Please sign in to comment.