diff options
| author | AShifter <[email protected]> | 2017-03-26 11:28:05 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-03-26 11:28:24 -0600 |
| commit | f16f3a8a3df33f46c4ec6c864447cced97c0f034 (patch) | |
| tree | 6c06d045bd7afa16c89b63c01c41b2ace019ff8b /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | a7128e18c33b39b6253f9af3022fb1a47b1ac5f1 (diff) | |
| download | histacom2-f16f3a8a3df33f46c4ec6c864447cced97c0f034.tar.gz histacom2-f16f3a8a3df33f46c4ec6c864447cced97c0f034.tar.bz2 histacom2-f16f3a8a3df33f46c4ec6c864447cced97c0f034.zip | |
Finished WindowManager.cs
I HOPE YOU LIKE IT HONEYFRY
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 91b102d..f93ea6d 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -132,12 +132,6 @@ <Compile Include="WinClassicForms\WinClassicTemplate.Designer.cs"> <DependentUpon>WinClassicTemplate.cs</DependentUpon> </Compile> - <Compile Include="WinClassicForms\WinClassicTerminal.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="WinClassicForms\WinClassicTerminal.Designer.cs"> - <DependentUpon>WinClassicTerminal.cs</DependentUpon> - </Compile> <Compile Include="WinClassicForms\WinClassicIE4.cs"> <SubType>Form</SubType> </Compile> @@ -158,18 +152,12 @@ <Compile Include="TitleScreen.Designer.cs"> <DependentUpon>TitleScreen.cs</DependentUpon> </Compile> - <Compile Include="WinClassicForms\WinClassicNotepad.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="WinClassicForms\WinClassicNotepad.Designer.cs"> - <DependentUpon>WinClassicNotepad.cs</DependentUpon> - </Compile> + <EmbeddedResource Include="WinClassicForms\TestApp.resx"> + <DependentUpon>TestApp.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="WinClassicForms\WinClassicIE4.resx"> <DependentUpon>WinClassicIE4.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="WinClassicForms\WinClassicTerminal.resx"> - <DependentUpon>WinClassicTerminal.cs</DependentUpon> - </EmbeddedResource> <EmbeddedResource Include="Windows95.resx"> <DependentUpon>Windows95.cs</DependentUpon> </EmbeddedResource> @@ -181,9 +169,6 @@ <EmbeddedResource Include="TitleScreen.resx"> <DependentUpon>TitleScreen.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="WinClassicForms\WinClassicNotepad.resx"> - <DependentUpon>WinClassicNotepad.cs</DependentUpon> - </EmbeddedResource> <EmbeddedResource Include="WinClassicForms\WinClassicTemplate.resx"> <DependentUpon>WinClassicTemplate.cs</DependentUpon> </EmbeddedResource> @@ -223,7 +208,6 @@ <Content Include="Resources\TitleScreen\TimeHACK_Logo.png" /> <Content Include="Resources\TitleScreen\TitleScreenBG.png" /> <None Include="Resources\LeviWindows.ttf" /> - <None Include="Resources\WinClassicFont.bmp" /> <Content Include="Resources\WinClassic\16Color.png" /> <Content Include="Resources\WinClassic\256Color.png" /> <None Include="Resources\WinClassic\tada.wav" /> |
