mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
mv HotKeyWindow module to Common lib
This commit is contained in:
parent
ab484fb526
commit
47d182fdf8
5 changed files with 9 additions and 9 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue