|
110 | 110 | <Compile Include="Pedigree\PedigreeCreation.cs" />
|
111 | 111 | <Compile Include="Pedigree\IPedigreeCreature.cs" />
|
112 | 112 | <Compile Include="species\ArkColors.cs" />
|
| 113 | + <Compile Include="uiControls\ArkVersionDialog.cs"> |
| 114 | + <SubType>Form</SubType> |
| 115 | + </Compile> |
| 116 | + <Compile Include="uiControls\ColorPickerWindow.cs"> |
| 117 | + <SubType>Form</SubType> |
| 118 | + </Compile> |
| 119 | + <Compile Include="uiControls\ColorPickerWindow.Designer.cs"> |
| 120 | + <DependentUpon>ColorPickerWindow.cs</DependentUpon> |
| 121 | + </Compile> |
113 | 122 | <Compile Include="uiControls\CreatureAnalysis.cs">
|
114 | 123 | <SubType>UserControl</SubType>
|
115 | 124 | </Compile>
|
|
132 | 141 | <SubType>Component</SubType>
|
133 | 142 | </Compile>
|
134 | 143 | <Compile Include="uiControls\LibraryInfo.cs" />
|
| 144 | + <Compile Include="uiControls\LibraryInfoControl.cs"> |
| 145 | + <SubType>UserControl</SubType> |
| 146 | + </Compile> |
135 | 147 | <Compile Include="uiControls\PopupMessage.cs">
|
136 | 148 | <SubType>Form</SubType>
|
137 | 149 | </Compile>
|
|
518 | 530 | <Compile Include="uiControls\MultiSetter.Designer.cs">
|
519 | 531 | <DependentUpon>MultiSetter.cs</DependentUpon>
|
520 | 532 | </Compile>
|
521 |
| - <Compile Include="uiControls\MyColorPicker.cs"> |
522 |
| - <SubType>Form</SubType> |
| 533 | + <Compile Include="uiControls\ColorPickerControl.cs"> |
| 534 | + <SubType>UserControl</SubType> |
523 | 535 | </Compile>
|
524 |
| - <Compile Include="uiControls\MyColorPicker.Designer.cs"> |
525 |
| - <DependentUpon>MyColorPicker.cs</DependentUpon> |
| 536 | + <Compile Include="uiControls\ColorPickerControl.Designer.cs"> |
| 537 | + <DependentUpon>ColorPickerControl.cs</DependentUpon> |
526 | 538 | </Compile>
|
527 | 539 | <Compile Include="uiControls\ParentComboBox.cs">
|
528 | 540 | <SubType>Component</SubType>
|
|
702 | 714 | <EmbeddedResource Include="ocr\PatternMatching\RecognitionTrainingForm.resx">
|
703 | 715 | <DependentUpon>RecognitionTrainingForm.cs</DependentUpon>
|
704 | 716 | </EmbeddedResource>
|
| 717 | + <EmbeddedResource Include="uiControls\ColorPickerWindow.resx"> |
| 718 | + <DependentUpon>ColorPickerWindow.cs</DependentUpon> |
| 719 | + </EmbeddedResource> |
705 | 720 | <EmbeddedResource Include="uiControls\CreatureAnalysis.resx">
|
706 | 721 | <DependentUpon>CreatureAnalysis.cs</DependentUpon>
|
707 | 722 | </EmbeddedResource>
|
|
928 | 943 | <EmbeddedResource Include="uiControls\MultiSetter.resx">
|
929 | 944 | <DependentUpon>MultiSetter.cs</DependentUpon>
|
930 | 945 | </EmbeddedResource>
|
931 |
| - <EmbeddedResource Include="uiControls\MyColorPicker.resx"> |
932 |
| - <DependentUpon>MyColorPicker.cs</DependentUpon> |
| 946 | + <EmbeddedResource Include="uiControls\ColorPickerControl.resx"> |
| 947 | + <DependentUpon>ColorPickerControl.cs</DependentUpon> |
933 | 948 | </EmbeddedResource>
|
934 | 949 | <EmbeddedResource Include="Pedigree\PedigreeControl.resx">
|
935 | 950 | <DependentUpon>PedigreeControl.cs</DependentUpon>
|
|
0 commit comments