Added an XmlSerializer to common

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-13 10:51:42 -04:00
parent 02689bece4
commit 099ac83cc3
2 changed files with 51 additions and 0 deletions

View File

@@ -77,6 +77,7 @@
<Compile Include="Net\StreamExtensions.cs" />
<Compile Include="Plugins\BasePlugin.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Serialization\XmlSerializer.cs" />
<Compile Include="UI\Splash.xaml.cs">
<DependentUpon>Splash.xaml</DependentUpon>
</Compile>