aboutsummaryrefslogtreecommitdiff
path: root/Histacom2.Engine/Histacom2.Engine.csproj
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-08-29 20:33:11 -0600
committerAShifter <[email protected]>2017-08-29 20:33:11 -0600
commit59505ed4dd131afbd18c0b3e660c8c72815ba5a2 (patch)
treee9ac99508869680b2712219596a44f406ae2d860 /Histacom2.Engine/Histacom2.Engine.csproj
parentb1689dea36e46933280bfcc0d186746dd6210c0f (diff)
downloadhistacom2-59505ed4dd131afbd18c0b3e660c8c72815ba5a2.tar.gz
histacom2-59505ed4dd131afbd18c0b3e660c8c72815ba5a2.tar.bz2
histacom2-59505ed4dd131afbd18c0b3e660c8c72815ba5a2.zip
Add WinXP and MultiOS WM
WM is currently working, though is in the middle of modification to work with multiple operating systems. Windows XP window template as well as resources have also been added, though window moving code has not been added yet.
Diffstat (limited to 'Histacom2.Engine/Histacom2.Engine.csproj')
-rw-r--r--Histacom2.Engine/Histacom2.Engine.csproj21
1 files changed, 21 insertions, 0 deletions
diff --git a/Histacom2.Engine/Histacom2.Engine.csproj b/Histacom2.Engine/Histacom2.Engine.csproj
index 361672e..fb64648 100644
--- a/Histacom2.Engine/Histacom2.Engine.csproj
+++ b/Histacom2.Engine/Histacom2.Engine.csproj
@@ -84,6 +84,12 @@
<Compile Include="Template\WinClassic.Designer.cs">
<DependentUpon>WinClassic.cs</DependentUpon>
</Compile>
+ <Compile Include="Template\WinXP.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="Template\WinXP.Designer.cs">
+ <DependentUpon>WinXP.cs</DependentUpon>
+ </Compile>
<Compile Include="Theme.cs" />
<Compile Include="UI\ClassicButton.cs">
<SubType>UserControl</SubType>
@@ -123,6 +129,9 @@
<EmbeddedResource Include="Template\WinClassic.resx">
<DependentUpon>WinClassic.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="Template\WinXP.resx">
+ <DependentUpon>WinXP.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="UI\ClassicButton.resx">
<DependentUpon>ClassicButton.cs</DependentUpon>
</EmbeddedResource>
@@ -130,6 +139,18 @@
<ItemGroup>
<Content Include="Resources\chord.wav" />
<Content Include="Resources\Icon128x.ico" />
+ <Content Include="Resources\WinXP\Window\WinXP_Bottom.png" />
+ <Content Include="Resources\WinXP\Window\WinXP_Close.png" />
+ <Content Include="Resources\WinXP\Window\WinXP_LBCorner.png" />
+ <Content Include="Resources\WinXP\Window\WinXP_LeftSide.png" />
+ <Content Include="Resources\WinXP\Window\WinXP_Max.png" />
+ <Content Include="Resources\WinXP\Window\WinXP_Min.png" />
+ <Content Include="Resources\WinXP\Window\WinXP_RBCorner.png" />
+ <Content Include="Resources\WinXP\Window\WinXP_Restore.png" />
+ <Content Include="Resources\WinXP\Window\WinXP_RightSide.png" />
+ <Content Include="Resources\WinXP\Window\WinXP_TLCorner.png" />
+ <Content Include="Resources\WinXP\Window\WinXP_TopBar.png" />
+ <Content Include="Resources\WinXP\Window\WinXP_TRCorner.png" />
<None Include="Resources\WinAboutSeparator95.png" />
<None Include="Resources\Win95PlusDangerousCreaturesStart.WAV" />
<None Include="Resources\Win95Start.wav" />