diff options
author | Ian C <ianc@noddybox.co.uk> | 2012-04-27 16:24:53 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2012-04-27 16:24:53 +0000 |
commit | 0191a758903099bdd39dddb2ef456333eee04fe3 (patch) | |
tree | 31e8285ef1c2707e3f2df26a12a4187146e8f007 /Native/EmuKeyboardDesigner/EmuKeyboardDesigner.csproj | |
parent | 3b85ea1b69b1747caf944af6ce301c165e3b56cb (diff) |
Added basic logic of UI. Still to add key overlay to image control.
Diffstat (limited to 'Native/EmuKeyboardDesigner/EmuKeyboardDesigner.csproj')
-rw-r--r-- | Native/EmuKeyboardDesigner/EmuKeyboardDesigner.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Native/EmuKeyboardDesigner/EmuKeyboardDesigner.csproj b/Native/EmuKeyboardDesigner/EmuKeyboardDesigner.csproj index 9f15f6b..28f34ff 100644 --- a/Native/EmuKeyboardDesigner/EmuKeyboardDesigner.csproj +++ b/Native/EmuKeyboardDesigner/EmuKeyboardDesigner.csproj @@ -46,6 +46,12 @@ <Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="ImageControl.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="ImageControl.Designer.cs">
+ <DependentUpon>ImageControl.cs</DependentUpon>
+ </Compile>
<Compile Include="MainForm.cs">
<SubType>Form</SubType>
</Compile>
@@ -54,6 +60,9 @@ </Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
+ <EmbeddedResource Include="ImageControl.resx">
+ <DependentUpon>ImageControl.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
|