This repository has been archived on 2023-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
2021-06-09 16:43:27 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Update="ColorWheel.cs">
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Update="MatrixDesigner.cs">
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Update="Matrix.cs">
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
</Compile>
|
2021-07-04 12:56:52 +00:00
|
|
|
<Compile Update="SplashScreen.cs">
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
2021-06-09 16:43:27 +00:00
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|