diff options
| author | AShifter <[email protected]> | 2017-03-31 14:17:32 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-03-31 14:17:32 -0600 |
| commit | 82557462d1bb0a7fb776692cd0887b00919999d8 (patch) | |
| tree | d885bb0fb9b2d518058e6e0025dbf29fed0db4bb /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | e2213726e627553783571fa631dd032f773f8794 (diff) | |
| download | histacom2-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.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 9b52148..372a5c2 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -149,13 +149,13 @@ <Compile Include="OS\Win95\Win95Apps\WinClassicInstaller.Designer.cs"> <DependentUpon>WinClassicInstaller.cs</DependentUpon> </Compile> + <Compile Include="Program.cs" /> + <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>Resources.resx</DependentUpon> </Compile> - <Compile Include="Program.cs" /> - <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="TitleScreen.cs"> <SubType>Form</SubType> </Compile> @@ -239,6 +239,7 @@ <Content Include="Resources\WinClassic\WinClassicNetworking.png" /> <None Include="Resources\WinClassic\WinClassicNotepad.png" /> <Content Include="Resources\WinClassic\WinClassicOutlook.png" /> + <Content Include="Resources\WinClassic\WinClassicProgramItem.png" /> <Content Include="Resources\WinClassic\WinClassicPrograms.png" /> <Content Include="Resources\WinClassic\WinClassicRecycle.png" /> <Content Include="Resources\WinClassic\WinClassicRun.png" /> @@ -249,18 +250,6 @@ <Content Include="Resources\WinClassic\WinClassicSuspend.png" /> <Content Include="Resources\WinClassic\WinClassicTaskBar.png" /> <Content Include="Resources\WinClassic\WinClassicTime.png" /> - <Content Include="Resources\WinClassic\Window\BottomLeft.png" /> - <Content Include="Resources\WinClassic\Window\BottomRight.png" /> - <Content Include="Resources\WinClassic\Window\BottomSide.png" /> - <Content Include="Resources\WinClassic\Window\LeftSide.png" /> - <Content Include="Resources\WinClassic\Window\RightSide.png" /> - <Content Include="Resources\WinClassic\Window\sliversilver.png" /> - <Content Include="Resources\WinClassic\Window\TopLeft.png" /> - <Content Include="Resources\WinClassic\Window\TopRight.png" /> - <Content Include="Resources\WinClassic\Window\TopSide.png" /> - <Content Include="Resources\WinClassic\Window\WinClassicClose.png" /> - <Content Include="Resources\WinClassic\Window\WinClassicMax.png" /> - <Content Include="Resources\WinClassic\Window\WinClassicMin.png" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TimeHACK.Engine\TimeHACK.Engine.csproj"> |
