diff options
| author | AShifter <[email protected]> | 2017-03-31 16:38:38 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-03-31 16:38:38 -0600 |
| commit | 5b29f2242e144a791afd775766e6d540f19c0ba4 (patch) | |
| tree | 1056452ed84ae193ed9e7e9b7c47582feecf4cdc /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 9de6d029cc13b3ed2601fec3bf3cfb183b5c35f4 (diff) | |
| parent | 586f0f740898cd7eb7cd59048ba8d59410b2f766 (diff) | |
| download | histacom2-5b29f2242e144a791afd775766e6d540f19c0ba4.tar.gz histacom2-5b29f2242e144a791afd775766e6d540f19c0ba4.tar.bz2 histacom2-5b29f2242e144a791afd775766e6d540f19c0ba4.zip | |
Merge pull request #21 from lempamo/master
fixed namespace
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 372a5c2..e044640 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -131,6 +131,12 @@ <Compile Include="OS\Win95\Win95Apps\TestApp.Designer.cs"> <DependentUpon>TestApp.cs</DependentUpon> </Compile> + <Compile Include="OS\Win95\Win95Apps\WebChat1998.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win95\Win95Apps\WebChat1998.Designer.cs"> + <DependentUpon>WebChat1998.cs</DependentUpon> + </Compile> <Compile Include="OS\Win95\Win95Apps\WinClassicDownloader.cs"> <SubType>UserControl</SubType> </Compile> @@ -168,6 +174,9 @@ <EmbeddedResource Include="OS\Win95\Win95Apps\TestApp.resx"> <DependentUpon>TestApp.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="OS\Win95\Win95Apps\WebChat1998.resx"> + <DependentUpon>WebChat1998.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicDownloader.resx"> <DependentUpon>WinClassicDownloader.cs</DependentUpon> </EmbeddedResource> @@ -224,6 +233,7 @@ <Content Include="Resources\WinClassic\16Color.png" /> <Content Include="Resources\WinClassic\256Color.png" /> <None Include="Resources\WinClassic\tada.wav" /> + <None Include="Resources\WinClassic\sliversilver.png" /> <Content Include="Resources\WinClassic\TrueColor.png" /> <Content Include="Resources\WinClassic\Win95SideBar.png" /> <Content Include="Resources\WinClassic\Win95Start.wav" /> |
