-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
1,539 additions
and
746 deletions.
There are no files selected for viewing
103 changes: 60 additions & 43 deletions
103
...cations/Source/Palette Upgrade Tool/Palette Upgrade Tool/Palette Upgrade Tool 2022.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,66 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>net48;net481;net6.0-windows;net7.0-windows;net8.0-windows</TargetFrameworks> | ||
<OutputType>WinExe</OutputType> | ||
<UseWindowsForms>true</UseWindowsForms> | ||
<ApplicationIcon>Resources\Krypton.ico</ApplicationIcon> | ||
<RootNamespace>PaletteUpgradeTool</RootNamespace> | ||
<AssemblyName>Palette Upgrade Tool</AssemblyName> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<LangVersion>preview</LangVersion> | ||
<PlatformTarget>AnyCPU</PlatformTarget> | ||
<EnableNETAnalyzers>true</EnableNETAnalyzers> | ||
<AnalysisLevel>latest</AnalysisLevel> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFrameworks>net48;net481;net8.0-windows;net9.0-windows</TargetFrameworks> | ||
<OutputType>WinExe</OutputType> | ||
<UseWindowsForms>true</UseWindowsForms> | ||
<ApplicationIcon>Resources\Krypton.ico</ApplicationIcon> | ||
<RootNamespace>PaletteUpgradeTool</RootNamespace> | ||
<AssemblyName>Palette Upgrade Tool</AssemblyName> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<LangVersion>preview</LangVersion> | ||
<PlatformTarget>AnyCPU</PlatformTarget> | ||
<EnableNETAnalyzers>true</EnableNETAnalyzers> | ||
<AnalysisLevel>latest</AnalysisLevel> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports> | ||
</PropertyGroup> | ||
|
||
<Choose> | ||
<When Condition="'$(Platform)' == 'Nuget'"> | ||
<ItemGroup> | ||
<PackageReference Include="Krypton.Toolkit.Canary.Lite" Version="6.0.2106" /> | ||
</ItemGroup> | ||
</When> | ||
<Otherwise> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Krypton.Toolkit 2022.csproj" /> | ||
</ItemGroup> | ||
</Otherwise> | ||
</Choose> | ||
<Choose> | ||
<When Condition="'$(Platform)' == 'Nuget'"> | ||
<ItemGroup> | ||
<PackageReference Include="Krypton.Toolkit.Canary" Version="90.24.6.176-beta" /> | ||
</ItemGroup> | ||
</When> | ||
<Otherwise> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Krypton.Toolkit 2022.csproj" /> | ||
</ItemGroup> | ||
</Otherwise> | ||
</Choose> | ||
|
||
<PropertyGroup> | ||
<ApplicationManifest>app.manifest</ApplicationManifest> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<ApplicationManifest>app.manifest</ApplicationManifest> | ||
<PackageIcon>Krypton Icon 128 x 128.png</PackageIcon> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Compile Update="Properties\Settings.Designer.cs"> | ||
<DesignTimeSharedInput>True</DesignTimeSharedInput> | ||
<AutoGen>True</AutoGen> | ||
<DependentUpon>Settings.settings</DependentUpon> | ||
</Compile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Update="Properties\Resources.Designer.cs"> | ||
<DesignTime>True</DesignTime> | ||
<AutoGen>True</AutoGen> | ||
<DependentUpon>Resources.resx</DependentUpon> | ||
</Compile> | ||
<Compile Update="Properties\Settings.Designer.cs"> | ||
<DesignTimeSharedInput>True</DesignTimeSharedInput> | ||
<AutoGen>True</AutoGen> | ||
<DependentUpon>Settings.settings</DependentUpon> | ||
</Compile> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Update="Properties\Settings.settings"> | ||
<Generator>SettingsSingleFileGenerator</Generator> | ||
<LastGenOutput>Settings.Designer.cs</LastGenOutput> | ||
</None> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Update="Properties\Resources.resx"> | ||
<Generator>ResXFileCodeGenerator</Generator> | ||
<LastGenOutput>Resources.Designer.cs</LastGenOutput> | ||
</EmbeddedResource> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Update="Properties\Settings.settings"> | ||
<Generator>SettingsSingleFileGenerator</Generator> | ||
<LastGenOutput>Settings.Designer.cs</LastGenOutput> | ||
</None> | ||
<None Update="Resources\Krypton Icon 128 x 128.png"> | ||
<Pack>True</Pack> | ||
<PackagePath>\</PackagePath> | ||
</None> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 14 additions & 16 deletions
30
...cations/Source/Palette Upgrade Tool/Palette Upgrade Tool/Properties/Resources.Designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+12.4 KB
.../Palette Upgrade Tool/Palette Upgrade Tool/Resources/Krypton Icon 128 x 128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.13 KB
...ce/Palette Upgrade Tool/Palette Upgrade Tool/Resources/Krypton Icon 64 x 64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-5.03 KB
...grade Tool/Palette Upgrade Tool/Resources/Square Design 128 x 128 New Green.png
Binary file not shown.
Binary file removed
BIN
-2.33 KB
...Upgrade Tool/Palette Upgrade Tool/Resources/Square Design 64 x 64 New Green.png
Binary file not shown.
Oops, something went wrong.