Moved SingleInstance into UI subfolder and deleted Util folder.

This commit is contained in:
RedShirtMB Mark Linton redshirt linton
2012-08-10 20:06:37 -07:00
parent 92056c4d3d
commit 3d7b637a23
3 changed files with 17 additions and 1 deletions

View File

@@ -80,7 +80,7 @@
<Compile Include="UI\Splash.xaml.cs">
<DependentUpon>Splash.xaml</DependentUpon>
</Compile>
<Compile Include="Util\SingleInstance.cs" />
<Compile Include="UI\SingleInstance.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />