diff options
| author | jtsshieh <[email protected]> | 2017-07-12 12:32:35 -0400 |
|---|---|---|
| committer | jtsshieh <[email protected]> | 2017-07-12 12:32:35 -0400 |
| commit | 49f0c7a892895f0cfd9a96b0631b510a1794e2d2 (patch) | |
| tree | fe3dd721e02771262d91ca90d7a3c3923f71ac0c /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | decf04e16d1a42acadf7330b810a955a223d2afc (diff) | |
| download | histacom2-49f0c7a892895f0cfd9a96b0631b510a1794e2d2.tar.gz histacom2-49f0c7a892895f0cfd9a96b0631b510a1794e2d2.tar.bz2 histacom2-49f0c7a892895f0cfd9a96b0631b510a1794e2d2.zip | |
Basic Kinda working calc
The title
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 8d2f76d..229b453 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -158,6 +158,12 @@ <Compile Include="OS\Win95\Win95Apps\Win95Installer.Designer.cs"> <DependentUpon>Win95Installer.cs</DependentUpon> </Compile> + <Compile Include="OS\Win95\Win95Apps\WinClassicCalculator.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win95\Win95Apps\WinClassicCalculator.Designer.cs"> + <DependentUpon>WinClassicCalculator.cs</DependentUpon> + </Compile> <Compile Include="OS\Win95\Win95Apps\WinClassicFTPClient.cs"> <SubType>UserControl</SubType> </Compile> @@ -327,6 +333,9 @@ <EmbeddedResource Include="OS\Win95\Win95Apps\Win95Installer.resx"> <DependentUpon>Win95Installer.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicCalculator.resx"> + <DependentUpon>WinClassicCalculator.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicFTPClient.resx"> <DependentUpon>WinClassicFTPClient.cs</DependentUpon> </EmbeddedResource> |
