diff options
| author | AShifter <[email protected]> | 2017-03-27 14:03:48 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-03-27 14:03:48 -0600 |
| commit | b96cf8f3f17a6289c6c9eb2ff8c14e7b1f5df797 (patch) | |
| tree | b58fe5631bd861df849a3c57cfa2e032261bf4dc /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 5819bf69c300dfaefa427d701b3bef4a7397e0c9 (diff) | |
| parent | b880da82cd6af92ca704c4c1cd96c8d1fa64ad59 (diff) | |
| download | histacom2-b96cf8f3f17a6289c6c9eb2ff8c14e7b1f5df797.tar.gz histacom2-b96cf8f3f17a6289c6c9eb2ff8c14e7b1f5df797.tar.bz2 histacom2-b96cf8f3f17a6289c6c9eb2ff8c14e7b1f5df797.zip | |
Merge pull request #9 from lempamo/master
things 2: electric boogaloo
love it:tm:
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 312d25a..5f54cca 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -138,12 +138,6 @@ <Compile Include="WinClassicForms\WinClassicInstaller.Designer.cs"> <DependentUpon>WinClassicInstaller.cs</DependentUpon> </Compile> - <Compile Include="WinClassicForms\WinClassicTemplate.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="WinClassicForms\WinClassicTemplate.Designer.cs"> - <DependentUpon>WinClassicTemplate.cs</DependentUpon> - </Compile> <Compile Include="WinClassicForms\WinClassicIE4.cs"> <SubType>UserControl</SubType> </Compile> @@ -187,9 +181,6 @@ <EmbeddedResource Include="TitleScreen.resx"> <DependentUpon>TitleScreen.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="WinClassicForms\WinClassicTemplate.resx"> - <DependentUpon>WinClassicTemplate.cs</DependentUpon> - </EmbeddedResource> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> @@ -215,6 +206,9 @@ <ItemGroup> <Content Include="Resources\12padams_EULA.txt" /> <Content Include="Resources\Icon128x.ico" /> + <None Include="Resources\NotePadToolStripMenuItem.bmp" /> + <None Include="Resources\NotePadToolStripMenuItem.Image.bmp" /> + <None Include="Resources\NotePadToolStripMenuItem.Image.png" /> <Content Include="Resources\TitleScreen\Exit.png" /> <Content Include="Resources\TitleScreen\LoadGame.png" /> <Content Include="Resources\TitleScreen\MSExit.png" /> @@ -242,6 +236,7 @@ <Content Include="Resources\WinClassic\WinClassicInbox.png" /> <Content Include="Resources\WinClassic\WinClassicMSN.png" /> <Content Include="Resources\WinClassic\WinClassicNetworking.png" /> + <None Include="Resources\WinClassic\WinClassicNotepad.png" /> <Content Include="Resources\WinClassic\WinClassicOutlook.png" /> <Content Include="Resources\WinClassic\WinClassicPrograms.png" /> <Content Include="Resources\WinClassic\WinClassicRecycle.png" /> |
