diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-05-06 17:56:00 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-05-06 17:56:00 +0100 |
| commit | b3d60f914a4619f637e1ee6aa3f80ab0cc7f4b51 (patch) | |
| tree | 13d611505be833324e0582ba87ee67713d13be22 /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 5a311ff05f13f480ce753c2f34a116443aba291a (diff) | |
| download | histacom2-b3d60f914a4619f637e1ee6aa3f80ab0cc7f4b51.tar.gz histacom2-b3d60f914a4619f637e1ee6aa3f80ab0cc7f4b51.tar.bz2 histacom2-b3d60f914a4619f637e1ee6aa3f80ab0cc7f4b51.zip | |
Added an Address Book! PLZ ACCEPT
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 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> |
