mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
External libraries moved to own folder
This commit is contained in:
parent
e3e5449bb9
commit
e671088df7
4 changed files with 3 additions and 3 deletions
|
|
@ -130,18 +130,18 @@
|
|||
<Compile Include="EnterKeyForm.Designer.cs">
|
||||
<DependentUpon>EnterKeyForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="MsgBoxCenterParent.cs" />
|
||||
<Compile Include="External Libraries\MsgBoxCenterParent.cs" />
|
||||
<Compile Include="ExRichTextBox.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="OSVersionInfoClass.cs" />
|
||||
<Compile Include="External Libraries\OSVersionInfoClass.cs" />
|
||||
<Compile Include="PasswordGeneratorFrom.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="PasswordGeneratorFrom.Designer.cs">
|
||||
<DependentUpon>PasswordGeneratorFrom.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="PortableSettingsProvider.cs" />
|
||||
<Compile Include="External Libraries\PortableSettingsProvider.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
|
|
|
|||
Loading…
Reference in a new issue