Skip to content

Commit

Permalink
added tags. improved dhmsInput.
Browse files Browse the repository at this point in the history
  • Loading branch information
cadaei committed Nov 26, 2017
1 parent f0ca210 commit 98d8a71
Show file tree
Hide file tree
Showing 28 changed files with 1,285 additions and 315 deletions.
30 changes: 27 additions & 3 deletions ARKBreedingStats/ARKBreedingStats.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,12 @@
<Compile Include="uiControls\dhmsInput.Designer.cs">
<DependentUpon>dhmsInput.cs</DependentUpon>
</Compile>
<Compile Include="uiControls\MultiSetterTag.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="uiControls\MultiSetterTag.Designer.cs">
<DependentUpon>MultiSetterTag.cs</DependentUpon>
</Compile>
<Compile Include="uiControls\NamePatterns.cs" />
<Compile Include="uiControls\Nud.cs">
<SubType>Component</SubType>
Expand Down Expand Up @@ -292,15 +298,24 @@
<Compile Include="TribesControl.Designer.cs">
<DependentUpon>TribesControl.cs</DependentUpon>
</Compile>
<Compile Include="uiControls\dhmInput.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="uiControls\StatPotentials.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="uiControls\StatPotentials.Designer.cs">
<DependentUpon>StatPotentials.cs</DependentUpon>
</Compile>
<Compile Include="uiControls\TagSelector.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="uiControls\TagSelector.Designer.cs">
<DependentUpon>TagSelector.cs</DependentUpon>
</Compile>
<Compile Include="uiControls\TagSelectorList.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="uiControls\TagSelectorList.Designer.cs">
<DependentUpon>TagSelectorList.cs</DependentUpon>
</Compile>
<Compile Include="uiControls\Trough.cs" />
<Compile Include="uiControls\TroughControl.cs">
<SubType>UserControl</SubType>
Expand Down Expand Up @@ -341,6 +356,9 @@
<EmbeddedResource Include="uiControls\dhmsInput.resx">
<DependentUpon>dhmsInput.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="uiControls\MultiSetterTag.resx">
<DependentUpon>MultiSetterTag.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="uiControls\PatternEditor.resx">
<DependentUpon>PatternEditor.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -365,6 +383,12 @@
<EmbeddedResource Include="uiControls\StatPotentials.resx">
<DependentUpon>StatPotentials.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="uiControls\TagSelector.resx">
<DependentUpon>TagSelector.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="uiControls\TagSelectorList.resx">
<DependentUpon>TagSelectorList.cs</DependentUpon>
</EmbeddedResource>
<None Include="json\classicFlyers.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down
88 changes: 70 additions & 18 deletions ARKBreedingStats/BreedingPlan.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 98d8a71

Please sign in to comment.