summaryrefslogtreecommitdiff
path: root/Native/EmuKeyboardDesigner/EmuKeyboardDesigner.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Native/EmuKeyboardDesigner/EmuKeyboardDesigner.csproj')
-rw-r--r--Native/EmuKeyboardDesigner/EmuKeyboardDesigner.csproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/Native/EmuKeyboardDesigner/EmuKeyboardDesigner.csproj b/Native/EmuKeyboardDesigner/EmuKeyboardDesigner.csproj
index 28f34ff..85efffa 100644
--- a/Native/EmuKeyboardDesigner/EmuKeyboardDesigner.csproj
+++ b/Native/EmuKeyboardDesigner/EmuKeyboardDesigner.csproj
@@ -58,6 +58,12 @@
<Compile Include="MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
+ <Compile Include="OpsForm.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="OpsForm.Designer.cs">
+ <DependentUpon>OpsForm.cs</DependentUpon>
+ </Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="ImageControl.resx">
@@ -66,6 +72,9 @@
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="OpsForm.resx">
+ <DependentUpon>OpsForm.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>