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 9dafca4..db4f9fe 100644
--- a/TimeHACK.Main/TimeHACK.Main.csproj
+++ b/TimeHACK.Main/TimeHACK.Main.csproj
@@ -119,6 +119,12 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="NewGameDialog.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="NewGameDialog.Designer.cs">
+ <DependentUpon>NewGameDialog.cs</DependentUpon>
+ </Compile>
<Compile Include="OS\Win95\Win95.cs">
<SubType>Form</SubType>
</Compile>
@@ -204,6 +210,9 @@
<Compile Include="TitleScreen.Designer.cs">
<DependentUpon>TitleScreen.cs</DependentUpon>
</Compile>
+ <EmbeddedResource Include="NewGameDialog.resx">
+ <DependentUpon>NewGameDialog.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="OS\Win95\Win95.resx">
<DependentUpon>Win95.cs</DependentUpon>
</EmbeddedResource>