diff options
| author | lempamo <[email protected]> | 2017-09-08 11:03:22 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-09-08 11:03:22 -0400 |
| commit | 60af0b389dfd98f05278f3259485d1d2349d2012 (patch) | |
| tree | 12a151b74a54d37dfdf917ff17dac49238e8438c /Histacom2.Engine/Histacom2.Engine.csproj | |
| parent | 584789ed8a37027db496d6c90873186fe461f021 (diff) | |
| download | histacom2-60af0b389dfd98f05278f3259485d1d2349d2012.tar.gz histacom2-60af0b389dfd98f05278f3259485d1d2349d2012.tar.bz2 histacom2-60af0b389dfd98f05278f3259485d1d2349d2012.zip | |
WIP ClassicTextbox
Diffstat (limited to 'Histacom2.Engine/Histacom2.Engine.csproj')
| -rw-r--r-- | Histacom2.Engine/Histacom2.Engine.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Histacom2.Engine/Histacom2.Engine.csproj b/Histacom2.Engine/Histacom2.Engine.csproj index 9b186d8..e8b62bc 100644 --- a/Histacom2.Engine/Histacom2.Engine.csproj +++ b/Histacom2.Engine/Histacom2.Engine.csproj @@ -94,6 +94,9 @@ <Compile Include="UI\ClassicButton.cs"> <SubType>Component</SubType> </Compile> + <Compile Include="UI\ClassicTextbox.cs"> + <SubType>Component</SubType> + </Compile> <Compile Include="UI\IProgressBar.cs"> <SubType>Component</SubType> </Compile> |
