diff options
| author | AShifter <[email protected]> | 2017-06-19 00:14:34 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-06-19 00:14:34 -0700 |
| commit | 858d1e7062331c33ed8fe613574aa021351428c7 (patch) | |
| tree | 21e7808570e4460965b0fff94bb09abe4b2001f5 /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 5c0af49eb6d2af973132d5c219af27c50ea41e27 (diff) | |
| download | histacom2-858d1e7062331c33ed8fe613574aa021351428c7.tar.gz histacom2-858d1e7062331c33ed8fe613574aa021351428c7.tar.bz2 histacom2-858d1e7062331c33ed8fe613574aa021351428c7.zip | |
Start BIOS
aww yeah baby
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index fe54247..f17eb29 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -121,6 +121,12 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="OS\BIOS\BIOS.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="OS\BIOS\BIOS.Designer.cs"> + <DependentUpon>BIOS.cs</DependentUpon> + </Compile> <Compile Include="OS\Win2K\Win2KApps\SurviveTheDay.cs"> <SubType>UserControl</SubType> </Compile> @@ -267,6 +273,9 @@ <Compile Include="TitleScreen.Designer.cs"> <DependentUpon>TitleScreen.cs</DependentUpon> </Compile> + <EmbeddedResource Include="OS\BIOS\BIOS.resx"> + <DependentUpon>BIOS.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="OS\Win2K\Win2KApps\SurviveTheDay.resx"> <DependentUpon>SurviveTheDay.cs</DependentUpon> </EmbeddedResource> |
