Testing Linux compatibility
This commit is contained in:
parent
34a795c7a7
commit
5bc434eddd
@ -68,6 +68,9 @@
|
||||
<PropertyGroup>
|
||||
<SignManifests>false</SignManifests>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<NoWin32Manifest>true</NoWin32Manifest>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user