diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-04-30 15:46:36 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-04-30 15:46:36 +0100 |
| commit | 12c253ab76b8117a563b021e969262da13eaec9d (patch) | |
| tree | e6a99881473b838873ecc91659b480594bcfcff5 /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | c56b38e8b2b8729d91a1ad96839b042af480eabe (diff) | |
| download | histacom2-12c253ab76b8117a563b021e969262da13eaec9d.tar.gz histacom2-12c253ab76b8117a563b021e969262da13eaec9d.tar.bz2 histacom2-12c253ab76b8117a563b021e969262da13eaec9d.zip | |
Half done the taskbars
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 24d2004..e3fec35 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -143,6 +143,12 @@ <Compile Include="OS\Win95\Win95Apps\Win95Notepad.Designer.cs"> <DependentUpon>Win95Notepad.cs</DependentUpon> </Compile> + <Compile Include="OS\Win95\Win95Apps\WinClassicAddressBook.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win95\Win95Apps\WinClassicAddressBook.Designer.cs"> + <DependentUpon>WinClassicAddressBook.cs</DependentUpon> + </Compile> <Compile Include="OS\Win95\Win95Apps\WinClassicDownloader.cs"> <SubType>UserControl</SubType> </Compile> @@ -173,6 +179,12 @@ <Compile Include="OS\Win95\Win95Apps\WinClassicWordPad.Designer.cs"> <DependentUpon>WinClassicWordPad.cs</DependentUpon> </Compile> + <Compile Include="OS\Win95\Win95TaskBarItem.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win95\Win95TaskBarItem.Designer.cs"> + <DependentUpon>Win95TaskBarItem.cs</DependentUpon> + </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\Resources.Designer.cs"> @@ -198,6 +210,9 @@ <EmbeddedResource Include="OS\Win95\Win95Apps\Win95Notepad.resx"> <DependentUpon>Win95Notepad.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicAddressBook.resx"> + <DependentUpon>WinClassicAddressBook.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicDownloader.resx"> <DependentUpon>WinClassicDownloader.cs</DependentUpon> </EmbeddedResource> @@ -213,6 +228,9 @@ <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicWordPad.resx"> <DependentUpon>WinClassicWordPad.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="OS\Win95\Win95TaskBarItem.resx"> + <DependentUpon>Win95TaskBarItem.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <SubType>Designer</SubType> |
