diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-22 09:07:54 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-22 09:07:54 +0100 |
| commit | 9cf2ebcd75282eca80c93eac759bf84561c2e8f5 (patch) | |
| tree | 6aa3598785465ed18cad88c238a38a1f611570df /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 4db6df01a8ee3f40c13b67174c6acc498a060951 (diff) | |
| parent | 845d40b0b9cd3ed2d14016a7d3cb5ce5a521a369 (diff) | |
| download | histacom2-9cf2ebcd75282eca80c93eac759bf84561c2e8f5.tar.gz histacom2-9cf2ebcd75282eca80c93eac759bf84561c2e8f5.tar.bz2 histacom2-9cf2ebcd75282eca80c93eac759bf84561c2e8f5.zip | |
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
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 ce6cc95..dbb1ff1 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" /> |
