mirror of
https://github.com/scrtwpns/mixbox.git
synced 2026-03-19 22:49:41 +01:00
add mixbox for csharp
This commit is contained in:
10
csharp/Mixbox.csproj
Normal file
10
csharp/Mixbox.csproj
Normal file
@@ -0,0 +1,10 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<PackageId>Mixbox</PackageId>
|
||||
<Version>2.0.0</Version>
|
||||
<Description>Pigment-Based Color Mixing</Description>
|
||||
<Authors>Secret Weapons</Authors>
|
||||
<Copyright>Copyright (c) Secret Weapons 2022</Copyright>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user