diff options
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 c6433e0..b496ec5 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -329,6 +329,12 @@ <Compile Include="SaveDialogs\SaveFileTroubleShooter.Designer.cs"> <DependentUpon>SaveFileTroubleShooter.cs</DependentUpon> </Compile> + <Compile Include="SeizureWarning.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="SeizureWarning.Designer.cs"> + <DependentUpon>SeizureWarning.cs</DependentUpon> + </Compile> <Compile Include="TitleScreen.cs"> <SubType>Form</SubType> </Compile> @@ -449,6 +455,9 @@ <EmbeddedResource Include="SaveDialogs\SaveFileTroubleShooter.resx"> <DependentUpon>SaveFileTroubleShooter.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="SeizureWarning.resx"> + <DependentUpon>SeizureWarning.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="TitleScreen.resx"> <DependentUpon>TitleScreen.cs</DependentUpon> </EmbeddedResource> @@ -519,6 +528,7 @@ <Content Include="Resources\modem_dial.wav" /> <None Include="Resources\MS-DOS-logo-1.png" /> <None Include="Resources\msdosprompt.png" /> + <None Include="Resources\SeizureWarning.png" /> <Content Include="Resources\std_beep.wav" /> <Content Include="Resources\std_gobeep.wav" /> <None Include="Resources\termCopy.png" /> |
