aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/TimeHACK.Engine.csproj
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-03-31 14:17:32 -0600
committerAShifter <[email protected]>2017-03-31 14:17:32 -0600
commit82557462d1bb0a7fb776692cd0887b00919999d8 (patch)
treed885bb0fb9b2d518058e6e0025dbf29fed0db4bb /TimeHACK.Engine/TimeHACK.Engine.csproj
parente2213726e627553783571fa631dd032f773f8794 (diff)
downloadhistacom2-82557462d1bb0a7fb776692cd0887b00919999d8.tar.gz
histacom2-82557462d1bb0a7fb776692cd0887b00919999d8.tar.bz2
histacom2-82557462d1bb0a7fb776692cd0887b00919999d8.zip
Added Infobox
Added an Infobox into the TimeHACK.Engine and removed extra WindowManager creations in Win95.cs also probably did some other honeyfries
Diffstat (limited to 'TimeHACK.Engine/TimeHACK.Engine.csproj')
-rw-r--r--TimeHACK.Engine/TimeHACK.Engine.csproj14
1 files changed, 13 insertions, 1 deletions
diff --git a/TimeHACK.Engine/TimeHACK.Engine.csproj b/TimeHACK.Engine/TimeHACK.Engine.csproj
index 840be1f..dfff0ed 100644
--- a/TimeHACK.Engine/TimeHACK.Engine.csproj
+++ b/TimeHACK.Engine/TimeHACK.Engine.csproj
@@ -42,6 +42,12 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="Template\Infobox95.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="Template\Infobox95.Designer.cs">
+ <DependentUpon>Infobox95.cs</DependentUpon>
+ </Compile>
<Compile Include="Template\WinClassic.cs">
<SubType>Form</SubType>
</Compile>
@@ -61,6 +67,9 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
+ <EmbeddedResource Include="Template\Infobox95.resx">
+ <DependentUpon>Infobox95.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="Template\WinClassic.resx">
<DependentUpon>WinClassic.cs</DependentUpon>
</EmbeddedResource>
@@ -80,7 +89,10 @@
<Content Include="Resources\WinClassic\Window\WinClassicMax.png" />
<Content Include="Resources\WinClassic\Window\WinClassicMin.png" />
<Content Include="Resources\WinClassic\Window\WinClassicRestore.png" />
+ <Content Include="Resources\WinClassic\Window\WinClassicWarning.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="Resources\WinClassic\Window\LeviWindows.ttf" />
</ItemGroup>
- <ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> \ No newline at end of file