mirror of
https://github.com/scrtwpns/mixbox.git
synced 2026-03-19 22:49:41 +01:00
11 lines
366 B
XML
11 lines
366 B
XML
<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>
|