Skip to content

Commit

Permalink
Make winmd reference absolute
Browse files Browse the repository at this point in the history
Removed unused namespaces and mae the winmd reference absolute. PR #1
  • Loading branch information
ThiconZ committed Jul 1, 2020
1 parent a3bef8c commit 79a121b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions PSO2 Thin Launcher/Launcher.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Windows.Management.Deployment;
using Windows.ApplicationModel;
using Windows.Management.Deployment;

namespace PSO2_Thin_Launcher
{
Expand Down
2 changes: 1 addition & 1 deletion PSO2 Thin Launcher/PSO2 Thin Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="Windows">
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.18362.0\Windows.winmd</HintPath>
<HintPath>C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.18362.0\Windows.winmd</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand Down

0 comments on commit 79a121b

Please sign in to comment.