diff options
Diffstat (limited to 'Project Ports/Project_Ports.csproj')
| -rw-r--r-- | Project Ports/Project_Ports.csproj | 8 |
1 files changed, 3 insertions, 5 deletions
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 |
