summaryrefslogtreecommitdiff
path: root/Native/EmuKeyboardDesigner/EmuKeyboardDesigner.csproj
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2012-05-08 22:53:35 +0000
committerIan C <ianc@noddybox.co.uk>2012-05-08 22:53:35 +0000
commit2f12dcf3e6e9c3f4ee91d04cf8176322f60f2b8d (patch)
tree486206acd6255b6ce9bea17b939128b5b39bb870 /Native/EmuKeyboardDesigner/EmuKeyboardDesigner.csproj
parent8c98cdabb836dcc48c6b379203399c5b29e38383 (diff)
Added ops dialog to allow easier mass editing.
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>