Skip to content

Commit f0096ca

Browse files
committed
Add help menu
1 parent 207c172 commit f0096ca

30 files changed

+461
-511
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

CYPVP/.vs/CYPVP/v17/.suo

15.5 KB
Binary file not shown.

CYPVP/CYPVP.csproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,12 @@
6060
<Compile Include="GameWindow.Designer.cs">
6161
<DependentUpon>GameWindow.cs</DependentUpon>
6262
</Compile>
63-
<Compile Include="Help.cs">
63+
<Compile Include="Help.cs" />
64+
<Compile Include="HelpWindow.cs">
6465
<SubType>Form</SubType>
6566
</Compile>
66-
<Compile Include="Help.Designer.cs">
67-
<DependentUpon>Help.cs</DependentUpon>
67+
<Compile Include="HelpWindow.Designer.cs">
68+
<DependentUpon>HelpWindow.cs</DependentUpon>
6869
</Compile>
6970
<Compile Include="MainMenu.cs" />
7071
<Compile Include="Program.cs" />
@@ -75,8 +76,8 @@
7576
<EmbeddedResource Include="GameWindow.resx">
7677
<DependentUpon>GameWindow.cs</DependentUpon>
7778
</EmbeddedResource>
78-
<EmbeddedResource Include="Help.resx">
79-
<DependentUpon>Help.cs</DependentUpon>
79+
<EmbeddedResource Include="HelpWindow.resx">
80+
<DependentUpon>HelpWindow.cs</DependentUpon>
8081
</EmbeddedResource>
8182
<EmbeddedResource Include="Properties\Resources.resx">
8283
<Generator>ResXFileCodeGenerator</Generator>

0 commit comments

Comments
 (0)