Files @ 18f1331cbc44
Branch filter:

Location: ATITD-Tools/Desert-Paint-Lab/SimWindow.cs

Jason Maltzen
Update to using latest .NET framerwork as a target. Move some project settings to the solution
using System;
namespace DesertPaintLab
{
	public partial class SimWindow : Gtk.Window
	{
		public SimWindow () : base(Gtk.WindowType.Toplevel)
		{
			this.Build ();
		}
	}
}