Testing Linux compatibility

This commit is contained in:
Tim Young 2017-06-09 19:09:59 -05:00
parent 34a795c7a7
commit 5bc434eddd
2 changed files with 4 additions and 1 deletions

View File

@ -68,6 +68,9 @@
<PropertyGroup>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<NoWin32Manifest>true</NoWin32Manifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />

View File

@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Deployment.Application;
//using System.Deployment.Application;
using System.Windows.Forms;
using System.Globalization;
using System.Resources;