mv HotKeyWindow module to Common lib

This commit is contained in:
Kang Yu 2024-03-18 12:00:50 -07:00
parent ab484fb526
commit 47d182fdf8
5 changed files with 9 additions and 9 deletions

View file

@ -47,6 +47,12 @@
<DependentUpon>DbKeySelect.cs</DependentUpon>
</Compile>
<Compile Include="Diagnostics\Log.cs" />
<Compile Include="HotKeyWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="HotKeyWindow.Designer.cs">
<DependentUpon>HotKeyWindow.cs</DependentUpon>
</Compile>
<Compile Include="LaunchProcess.cs">
<SubType>Form</SubType>
</Compile>
@ -90,6 +96,9 @@
<EmbeddedResource Include="DbKeySelect.resx">
<DependentUpon>DbKeySelect.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="HotKeyWindow.resx">
<DependentUpon>HotKeyWindow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="LayoutProfile.resx">
<DependentUpon>LayoutProfile.cs</DependentUpon>
</EmbeddedResource>

View file

@ -67,12 +67,6 @@
<Compile Include="HotKey.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="HotKeyWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="HotKeyWindow.Designer.cs">
<DependentUpon>HotKeyWindow.cs</DependentUpon>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
@ -92,9 +86,6 @@
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="HotKeyWindow.resx">
<DependentUpon>HotKeyWindow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SplashForm.resx">
<DependentUpon>SplashForm.cs</DependentUpon>
<SubType>Designer</SubType>