diff options
| author | lempamo <[email protected]> | 2017-07-21 23:27:37 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-21 23:27:37 -0400 |
| commit | 845d40b0b9cd3ed2d14016a7d3cb5ce5a521a369 (patch) | |
| tree | 8d40f8bd46807e3b533fcf0c8f6c1bc0a4a30470 /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 7c55b52ced5d2a571a07165ef628281b14bbf1e3 (diff) | |
| download | histacom2-845d40b0b9cd3ed2d14016a7d3cb5ce5a521a369.tar.gz histacom2-845d40b0b9cd3ed2d14016a7d3cb5ce5a521a369.tar.bz2 histacom2-845d40b0b9cd3ed2d14016a7d3cb5ce5a521a369.zip | |
upcoming achievements :smiley:
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index af806aa..2e26c66 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -120,6 +120,12 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="AchievementScreen.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="AchievementScreen.Designer.cs"> + <DependentUpon>AchievementScreen.cs</DependentUpon> + </Compile> <Compile Include="OS\BIOS\BIOS.cs"> <SubType>Form</SubType> </Compile> @@ -321,6 +327,9 @@ <Compile Include="TitleScreen.Designer.cs"> <DependentUpon>TitleScreen.cs</DependentUpon> </Compile> + <EmbeddedResource Include="AchievementScreen.resx"> + <DependentUpon>AchievementScreen.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="OS\BIOS\BIOS.resx"> <DependentUpon>BIOS.cs</DependentUpon> </EmbeddedResource> @@ -530,6 +539,7 @@ <None Include="Resources\WinClassic\AIMbuddyjoin.wav" /> <None Include="Resources\WinClassic\AIMbuddyleave.wav" /> <None Include="Resources\WinClassic\AIMfile.wav" /> + <None Include="Resources\WinClassic\LauncherSideBar.png" /> <Content Include="Resources\WinClassic\TrueColor.png" /> <None Include="Resources\WinClassic\Win95Info.png" /> <None Include="Resources\WinClassic\Win95Error.png" /> @@ -558,6 +568,8 @@ <None Include="Resources\WinClassic\WinClassicDisplayDummy.png" /> <None Include="Resources\WinClassic\WinClassicDisplayExample.png" /> <Content Include="Resources\WinClassic\WinClassicDocuments.png" /> + <None Include="Resources\WinClassic\WinClassicEndings.png" /> + <None Include="Resources\WinClassic\WinClassicEndingsLocked.png" /> <Content Include="Resources\WinClassic\WinClassicFind.png" /> <Content Include="Resources\WinClassic\WinClassicFolder.png" /> <None Include="Resources\WinClassic\WinClassicGENERALApplicationToolbarBackground.png" /> |
