diff options
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>
|