diff options
| author | lempamo <[email protected]> | 2017-04-12 22:25:16 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-04-12 22:25:16 -0400 |
| commit | f1e0c8f75de4a5086ff955789e9397696df25199 (patch) | |
| tree | 2f5f87e06eff4596229d1d20182d46ac5c329d46 /TimeHACK.Engine/TimeHACK.Engine.csproj | |
| parent | ffc2775fb60fa9f3383d1ecba008eb80db9a6336 (diff) | |
| download | histacom2-f1e0c8f75de4a5086ff955789e9397696df25199.tar.gz histacom2-f1e0c8f75de4a5086ff955789e9397696df25199.tar.bz2 histacom2-f1e0c8f75de4a5086ff955789e9397696df25199.zip | |
damn you github desktop >:(
Diffstat (limited to 'TimeHACK.Engine/TimeHACK.Engine.csproj')
| -rw-r--r-- | TimeHACK.Engine/TimeHACK.Engine.csproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/TimeHACK.Engine/TimeHACK.Engine.csproj b/TimeHACK.Engine/TimeHACK.Engine.csproj index 47c839d..2ca3c7c 100644 --- a/TimeHACK.Engine/TimeHACK.Engine.csproj +++ b/TimeHACK.Engine/TimeHACK.Engine.csproj @@ -45,6 +45,13 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="BSODCreator.cs" /> + <Compile Include="Template\Win9XBSOD.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="Template\Win9XBSOD.Designer.cs"> + <DependentUpon>Win9XBSOD.cs</DependentUpon> + </Compile> <Compile Include="Template\AboutBox95.cs"> <SubType>UserControl</SubType> </Compile> @@ -77,6 +84,9 @@ <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> </EmbeddedResource> + <EmbeddedResource Include="Template\Win9XBSOD.resx"> + <DependentUpon>Win9XBSOD.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Template\AboutBox95.resx"> <DependentUpon>AboutBox95.cs</DependentUpon> </EmbeddedResource> @@ -107,6 +117,7 @@ <Content Include="Resources\WinClassic\Window\WinClassicMin.png" /> <Content Include="Resources\WinClassic\Window\WinClassicRestore.png" /> <Content Include="Resources\WinClassic\Window\WinClassicWarning.png" /> + <None Include="Resources\WinClassic\Window\windows_command_prompt.ttf" /> </ItemGroup> <ItemGroup> <None Include="Resources\WinClassic\Window\LeviWindows.ttf" /> |
