aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/TimeHACK.Main.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
-rw-r--r--TimeHACK.Main/TimeHACK.Main.csproj9
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>