diff options
| -rw-r--r-- | Project Ports/App.config | 14 | ||||
| -rw-r--r-- | Project Ports/Console.ico | bin | 0 -> 32591 bytes | |||
| -rw-r--r-- | Project Ports/Project_Ports.csproj | 10 | ||||
| -rw-r--r-- | Project Ports/packages.config | 2 |
4 files changed, 17 insertions, 9 deletions
diff --git a/Project Ports/App.config b/Project Ports/App.config index 899dba3..c413289 100644 --- a/Project Ports/App.config +++ b/Project Ports/App.config @@ -1,12 +1,12 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <configuration> <configSections> <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> - <section name="Project_Ports.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/> + <section name="Project_Ports.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> </sectionGroup> </configSections> <startup> - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/> + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> </startup> <userSettings> <Project_Ports.Properties.Settings> @@ -27,4 +27,12 @@ </setting> </Project_Ports.Properties.Settings> </userSettings> + <runtime> + <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> + <dependentAssembly> + <assemblyIdentity name="ConsoleControlAPI" publicKeyToken="7c86b8a36b9c33e2" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-1.1.0.0" newVersion="1.1.0.0" /> + </dependentAssembly> + </assemblyBinding> + </runtime> </configuration> diff --git a/Project Ports/Console.ico b/Project Ports/Console.ico Binary files differnew file mode 100644 index 0000000..6800624 --- /dev/null +++ b/Project Ports/Console.ico diff --git a/Project Ports/Project_Ports.csproj b/Project Ports/Project_Ports.csproj index b359300..b0fb1e6 100644 --- a/Project Ports/Project_Ports.csproj +++ b/Project Ports/Project_Ports.csproj @@ -51,11 +51,8 @@ <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 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" /> @@ -248,5 +245,8 @@ <Install>false</Install> </BootstrapperPackage> </ItemGroup> + <ItemGroup> + <Content Include="Console.ico" /> + </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 index 9323aa6..fe58534 100644 --- a/Project Ports/packages.config +++ b/Project Ports/packages.config @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <packages> - <package id="ConsoleControl" version="1.1.0.0" targetFramework="net461" /> + <package id="ConsoleControl" version="1.2.0" targetFramework="net472" /> </packages>
\ No newline at end of file |
