diff options
| author | lempamo <[email protected]> | 2017-08-22 20:44:03 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-22 20:44:03 -0400 |
| commit | 99fef5c57360f07259fc86f433bed8a9ab59c48e (patch) | |
| tree | 7b6bd1bc591dd2fdbcb11313901aca898f552a2c /TimeHACK.Engine/TimeHACK.Engine.csproj | |
| parent | 085ae85fd59c87df05e8f58009f04cdfc2bd7d8d (diff) | |
| download | histacom2-99fef5c57360f07259fc86f433bed8a9ab59c48e.tar.gz histacom2-99fef5c57360f07259fc86f433bed8a9ab59c48e.tar.bz2 histacom2-99fef5c57360f07259fc86f433bed8a9ab59c48e.zip | |
gtn things
Diffstat (limited to 'TimeHACK.Engine/TimeHACK.Engine.csproj')
| -rw-r--r-- | TimeHACK.Engine/TimeHACK.Engine.csproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/TimeHACK.Engine/TimeHACK.Engine.csproj b/TimeHACK.Engine/TimeHACK.Engine.csproj index f326107..056d4dc 100644 --- a/TimeHACK.Engine/TimeHACK.Engine.csproj +++ b/TimeHACK.Engine/TimeHACK.Engine.csproj @@ -78,6 +78,15 @@ <DependentUpon>WinClassic.cs</DependentUpon> </Compile> <Compile Include="Theme.cs" /> + <Compile Include="UI\ClassicButton.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="UI\ClassicButton.Designer.cs"> + <DependentUpon>ClassicButton.cs</DependentUpon> + </Compile> + <Compile Include="UI\IProgressBar.cs"> + <SubType>Component</SubType> + </Compile> <Compile Include="WindowManager.cs" /> <Compile Include="MessageParser.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> @@ -104,6 +113,9 @@ <EmbeddedResource Include="Template\WinClassic.resx"> <DependentUpon>WinClassic.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="UI\ClassicButton.resx"> + <DependentUpon>ClassicButton.cs</DependentUpon> + </EmbeddedResource> </ItemGroup> <ItemGroup> <Content Include="Resources\chord.wav" /> |
