aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--PortEngine/PortEngine.csproj12
-rw-r--r--PortEngine/packages.config4
-rw-r--r--Project Ports/Console.icobin32591 -> 0 bytes
-rw-r--r--Project Ports/Project_Ports.csproj8
-rw-r--r--Project Ports/packages.config4
6 files changed, 10 insertions, 21 deletions
diff --git a/.gitignore b/.gitignore
index 3c4efe2..4b84e7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -258,4 +258,5 @@ paket-files/
# Python Tools for Visual Studio (PTVS)
__pycache__/
-*.pyc \ No newline at end of file
+*.pyc
+/MigrationBackup
diff --git a/PortEngine/PortEngine.csproj b/PortEngine/PortEngine.csproj
index 0d280f1..c47cc0e 100644
--- a/PortEngine/PortEngine.csproj
+++ b/PortEngine/PortEngine.csproj
@@ -34,12 +34,6 @@
<OutputPath>bin\Hybrid\</OutputPath>
</PropertyGroup>
<ItemGroup>
- <Reference Include="ConsoleControl, Version=1.1.0.0, Culture=neutral, PublicKeyToken=7edd23586f5e297f, processorArchitecture=MSIL">
- <HintPath>..\packages\ConsoleControl.1.1.0.0\lib\net40\ConsoleControl.dll</HintPath>
- </Reference>
- <Reference Include="ConsoleControlAPI, Version=1.1.0.0, Culture=neutral, PublicKeyToken=7c86b8a36b9c33e2, processorArchitecture=MSIL">
- <HintPath>..\packages\ConsoleControl.1.1.0.0\lib\net40\ConsoleControlAPI.dll</HintPath>
- </Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
@@ -125,7 +119,6 @@
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
- <None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -134,5 +127,10 @@
<ItemGroup>
<WCFMetadata Include="Connected Services\" />
</ItemGroup>
+ <ItemGroup>
+ <PackageReference Include="ConsoleControl">
+ <Version>1.1.0</Version>
+ </PackageReference>
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> \ No newline at end of file
diff --git a/PortEngine/packages.config b/PortEngine/packages.config
deleted file mode 100644
index 9323aa6..0000000
--- a/PortEngine/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<packages>
- <package id="ConsoleControl" version="1.1.0.0" targetFramework="net461" />
-</packages> \ No newline at end of file
diff --git a/Project Ports/Console.ico b/Project Ports/Console.ico
deleted file mode 100644
index 6800624..0000000
--- a/Project Ports/Console.ico
+++ /dev/null
Binary files differ
diff --git a/Project Ports/Project_Ports.csproj b/Project Ports/Project_Ports.csproj
index b0fb1e6..fd42c6e 100644
--- a/Project Ports/Project_Ports.csproj
+++ b/Project Ports/Project_Ports.csproj
@@ -51,9 +51,6 @@
<OutputPath>bin\Hybrid\</OutputPath>
</PropertyGroup>
<ItemGroup>
- <Reference Include="ConsoleControl, Version=1.2.0.0, Culture=neutral, PublicKeyToken=7edd23586f5e297f, processorArchitecture=MSIL">
- <HintPath>..\packages\ConsoleControl.1.2.0\lib\net40-client\ConsoleControl.dll</HintPath>
- </Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Core" />
@@ -206,7 +203,6 @@
<EmbeddedResource Include="Storyline\Hijack2Terminal.resx">
<DependentUpon>Hijack2Terminal.cs</DependentUpon>
</EmbeddedResource>
- <None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -246,7 +242,9 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
- <Content Include="Console.ico" />
+ <PackageReference Include="ConsoleControl">
+ <Version>1.2.0</Version>
+ </PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> \ No newline at end of file
diff --git a/Project Ports/packages.config b/Project Ports/packages.config
deleted file mode 100644
index fe58534..0000000
--- a/Project Ports/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<packages>
- <package id="ConsoleControl" version="1.2.0" targetFramework="net472" />
-</packages> \ No newline at end of file