aboutsummaryrefslogtreecommitdiff
path: root/PortEngine/PortEngine.csproj
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-04-07 21:15:25 -0400
committerAlee <Alee14498@gmail.com>2019-04-07 21:15:25 -0400
commit83f8e18323bae72856eee60cd04d890e1fa41c45 (patch)
tree0fbefbc5f7046c7b1980a7232f50a1c9035e860c /PortEngine/PortEngine.csproj
parentcf78a35cc24cf3d10e9b72d1221447ba8cca7d96 (diff)
downloadProject-Silicon-83f8e18323bae72856eee60cd04d890e1fa41c45.tar.gz
Project-Silicon-83f8e18323bae72856eee60cd04d890e1fa41c45.tar.bz2
Project-Silicon-83f8e18323bae72856eee60cd04d890e1fa41c45.zip
Mirgrated one of the packages
Diffstat (limited to 'PortEngine/PortEngine.csproj')
-rw-r--r--PortEngine/PortEngine.csproj12
1 files changed, 5 insertions, 7 deletions
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