diff options
| author | FloppyDiskDrive <[email protected]> | 2017-09-12 19:27:23 -0500 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-09-12 19:27:23 -0500 |
| commit | 20421d5f51523a20db4e10f7c70eefb932552710 (patch) | |
| tree | 7cd5b04d0724831935def9199b3152b8eca6dc66 /Histacom2.Engine/Histacom2.Engine.csproj | |
| parent | cb10dfe5c2004580f480f3e84c445fe7877be79b (diff) | |
| parent | c11ba68e8f319acc62b72259235a04b12892bffa (diff) | |
| download | histacom2-20421d5f51523a20db4e10f7c70eefb932552710.tar.gz histacom2-20421d5f51523a20db4e10f7c70eefb932552710.tar.bz2 histacom2-20421d5f51523a20db4e10f7c70eefb932552710.zip | |
Merge remote-tracking branch 'refs/remotes/Histacom2-Devs/master'
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> |
