14 lines
434 B
Plaintext
14 lines
434 B
Plaintext
|
<?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>
|
||
|
</ItemGroup>
|
||
|
</Project>
|