Initial commit

This commit is contained in:
Chris Kaczor
2017-01-12 10:47:44 -05:00
commit 04cb9e6d69
16 changed files with 1174 additions and 0 deletions

7
App.xaml Normal file
View File

@@ -0,0 +1,7 @@
<Application x:Class="JenkinsStatusWindow.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Application.Resources>
</Application.Resources>
</Application>