Skip to content

Commit

Permalink
- Apply Changes as per Krypton-Suite/Standard-Toolkit#92
Browse files Browse the repository at this point in the history
  • Loading branch information
Smurf-IV committed May 15, 2021
1 parent 3c0f1d8 commit f0d3361
Show file tree
Hide file tree
Showing 109 changed files with 3,851 additions and 1,966 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net5.0-windows</TargetFrameworks>
<OutputType>WinExe</OutputType>
Expand All @@ -22,11 +22,33 @@
</When>
<Otherwise>
<ItemGroup>
<ProjectReference Include="..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Krypton.Toolkit 2019.csproj" />
<ProjectReference Include="..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Navigator\Krypton.Navigator 2019.csproj" />
<ProjectReference Include="..\..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Krypton.Toolkit 2019.csproj" />
<ProjectReference Include="..\..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Navigator\Krypton.Navigator 2019.csproj" />
</ItemGroup>
</Otherwise>
</Choose>
<ItemGroup>
<!--Do the steps in https://github.com/Krypton-Suite/Standard-Toolkit/issues/92#issuecomment-841670257-->
<Reference Include="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net4'))">
<SpecificVersion>True</SpecificVersion>
<Version>4.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net5'))">
<SpecificVersion>True</SpecificVersion>
<Version>5.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net6'))">
<SpecificVersion>True</SpecificVersion>
<Version>6.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design" Condition="'$(TargetFramework)' == 'net35'" />
<!--TODO: Need to specify version here-->
</ItemGroup>


<PropertyGroup>
<OutputPath>..\..\..\Binaries\Krypton Demos\$(Configuration)\</OutputPath>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net5.0-windows</TargetFrameworks>
<OutputType>WinExe</OutputType>
Expand All @@ -22,11 +22,32 @@
</When>
<Otherwise>
<ItemGroup>
<ProjectReference Include="..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Krypton.Toolkit 2019.csproj" />
<ProjectReference Include="..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Navigator\Krypton.Navigator 2019.csproj" />
<ProjectReference Include="..\..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Krypton.Toolkit 2019.csproj" />
<ProjectReference Include="..\..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Navigator\Krypton.Navigator 2019.csproj" />
</ItemGroup>
</Otherwise>
</Choose>
<ItemGroup>
<!--Do the steps in https://github.com/Krypton-Suite/Standard-Toolkit/issues/92#issuecomment-841670257-->
<Reference Include="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net4'))">
<SpecificVersion>True</SpecificVersion>
<Version>4.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net5'))">
<SpecificVersion>True</SpecificVersion>
<Version>5.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net6'))">
<SpecificVersion>True</SpecificVersion>
<Version>6.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design" Condition="'$(TargetFramework)' == 'net35'" />
<!--TODO: Need to specify version here-->
</ItemGroup>

<PropertyGroup>
<OutputPath>..\..\..\Binaries\Krypton Demos\$(Configuration)\</OutputPath>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net5.0-windows</TargetFrameworks>
<OutputType>WinExe</OutputType>
Expand All @@ -22,11 +22,32 @@
</When>
<Otherwise>
<ItemGroup>
<ProjectReference Include="..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Krypton.Toolkit 2019.csproj" />
<ProjectReference Include="..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Navigator\Krypton.Navigator 2019.csproj" />
<ProjectReference Include="..\..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Krypton.Toolkit 2019.csproj" />
<ProjectReference Include="..\..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Navigator\Krypton.Navigator 2019.csproj" />
</ItemGroup>
</Otherwise>
</Choose>
<ItemGroup>
<!--Do the steps in https://github.com/Krypton-Suite/Standard-Toolkit/issues/92#issuecomment-841670257-->
<Reference Include="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net4'))">
<SpecificVersion>True</SpecificVersion>
<Version>4.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net5'))">
<SpecificVersion>True</SpecificVersion>
<Version>5.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net6'))">
<SpecificVersion>True</SpecificVersion>
<Version>6.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design" Condition="'$(TargetFramework)' == 'net35'" />
<!--TODO: Need to specify version here-->
</ItemGroup>

<PropertyGroup>
<OutputPath>..\..\..\Binaries\Krypton Demos\$(Configuration)\</OutputPath>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net5.0-windows</TargetFrameworks>
<OutputType>WinExe</OutputType>
Expand All @@ -22,11 +22,32 @@
</When>
<Otherwise>
<ItemGroup>
<ProjectReference Include="..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Krypton.Toolkit 2019.csproj" />
<ProjectReference Include="..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Navigator\Krypton.Navigator 2019.csproj" />
<ProjectReference Include="..\..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Krypton.Toolkit 2019.csproj" />
<ProjectReference Include="..\..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Navigator\Krypton.Navigator 2019.csproj" />
</ItemGroup>
</Otherwise>
</Choose>
<ItemGroup>
<!--Do the steps in https://github.com/Krypton-Suite/Standard-Toolkit/issues/92#issuecomment-841670257-->
<Reference Include="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net4'))">
<SpecificVersion>True</SpecificVersion>
<Version>4.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net5'))">
<SpecificVersion>True</SpecificVersion>
<Version>5.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net6'))">
<SpecificVersion>True</SpecificVersion>
<Version>6.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design" Condition="'$(TargetFramework)' == 'net35'" />
<!--TODO: Need to specify version here-->
</ItemGroup>

<PropertyGroup>
<OutputPath>..\..\..\Binaries\Krypton Demos\$(Configuration)\</OutputPath>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net5.0-windows</TargetFrameworks>
<OutputType>WinExe</OutputType>
Expand All @@ -22,11 +22,32 @@
</When>
<Otherwise>
<ItemGroup>
<ProjectReference Include="..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Krypton.Toolkit 2019.csproj" />
<ProjectReference Include="..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Navigator\Krypton.Navigator 2019.csproj" />
<ProjectReference Include="..\..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Krypton.Toolkit 2019.csproj" />
<ProjectReference Include="..\..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Navigator\Krypton.Navigator 2019.csproj" />
</ItemGroup>
</Otherwise>
</Choose>
<ItemGroup>
<!--Do the steps in https://github.com/Krypton-Suite/Standard-Toolkit/issues/92#issuecomment-841670257-->
<Reference Include="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net4'))">
<SpecificVersion>True</SpecificVersion>
<Version>4.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net5'))">
<SpecificVersion>True</SpecificVersion>
<Version>5.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net6'))">
<SpecificVersion>True</SpecificVersion>
<Version>6.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design" Condition="'$(TargetFramework)' == 'net35'" />
<!--TODO: Need to specify version here-->
</ItemGroup>

<PropertyGroup>
<OutputPath>..\..\..\Binaries\Krypton Demos\$(Configuration)\</OutputPath>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net5.0-windows</TargetFrameworks>
<OutputType>WinExe</OutputType>
Expand All @@ -22,11 +22,32 @@
</When>
<Otherwise>
<ItemGroup>
<ProjectReference Include="..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Krypton.Toolkit 2019.csproj" />
<ProjectReference Include="..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Navigator\Krypton.Navigator 2019.csproj" />
<ProjectReference Include="..\..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Krypton.Toolkit 2019.csproj" />
<ProjectReference Include="..\..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Navigator\Krypton.Navigator 2019.csproj" />
</ItemGroup>
</Otherwise>
</Choose>
<ItemGroup>
<!--Do the steps in https://github.com/Krypton-Suite/Standard-Toolkit/issues/92#issuecomment-841670257-->
<Reference Include="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net4'))">
<SpecificVersion>True</SpecificVersion>
<Version>4.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net5'))">
<SpecificVersion>True</SpecificVersion>
<Version>5.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net6'))">
<SpecificVersion>True</SpecificVersion>
<Version>6.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design" Condition="'$(TargetFramework)' == 'net35'" />
<!--TODO: Need to specify version here-->
</ItemGroup>

<PropertyGroup>
<OutputPath>..\..\..\Binaries\Krypton Demos\$(Configuration)\</OutputPath>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net5.0-windows</TargetFrameworks>
<OutputType>WinExe</OutputType>
Expand All @@ -22,11 +22,32 @@
</When>
<Otherwise>
<ItemGroup>
<ProjectReference Include="..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Krypton.Toolkit 2019.csproj" />
<ProjectReference Include="..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Navigator\Krypton.Navigator 2019.csproj" />
<ProjectReference Include="..\..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Krypton.Toolkit 2019.csproj" />
<ProjectReference Include="..\..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Navigator\Krypton.Navigator 2019.csproj" />
</ItemGroup>
</Otherwise>
</Choose>
<ItemGroup>
<!--Do the steps in https://github.com/Krypton-Suite/Standard-Toolkit/issues/92#issuecomment-841670257-->
<Reference Include="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net4'))">
<SpecificVersion>True</SpecificVersion>
<Version>4.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net5'))">
<SpecificVersion>True</SpecificVersion>
<Version>5.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net6'))">
<SpecificVersion>True</SpecificVersion>
<Version>6.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design" Condition="'$(TargetFramework)' == 'net35'" />
<!--TODO: Need to specify version here-->
</ItemGroup>

<PropertyGroup>
<OutputPath>..\..\..\Binaries\Krypton Demos\$(Configuration)\</OutputPath>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net5.0-windows</TargetFrameworks>
<OutputType>WinExe</OutputType>
Expand All @@ -22,11 +22,32 @@
</When>
<Otherwise>
<ItemGroup>
<ProjectReference Include="..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Krypton.Toolkit 2019.csproj" />
<ProjectReference Include="..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Navigator\Krypton.Navigator 2019.csproj" />
<ProjectReference Include="..\..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Krypton.Toolkit 2019.csproj" />
<ProjectReference Include="..\..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Navigator\Krypton.Navigator 2019.csproj" />
</ItemGroup>
</Otherwise>
</Choose>
<ItemGroup>
<!--Do the steps in https://github.com/Krypton-Suite/Standard-Toolkit/issues/92#issuecomment-841670257-->
<Reference Include="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net4'))">
<SpecificVersion>True</SpecificVersion>
<Version>4.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net5'))">
<SpecificVersion>True</SpecificVersion>
<Version>5.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="$(TargetFramework.StartsWith('net6'))">
<SpecificVersion>True</SpecificVersion>
<Version>6.0.0.0</Version>
<TreatAsUsed>False</TreatAsUsed>
</Reference>
<Reference Include="System.Design" Condition="'$(TargetFramework)' == 'net35'" />
<!--TODO: Need to specify version here-->
</ItemGroup>

<PropertyGroup>
<OutputPath>..\..\..\Binaries\Krypton Demos\$(Configuration)\</OutputPath>
</PropertyGroup>
Expand Down
Loading

0 comments on commit f0d3361

Please sign in to comment.