Base: move Files

This commit is contained in:
Jonathan Jenne 2023-09-05 10:25:49 +02:00
parent e63d1ea557
commit 70bb33f823
10 changed files with 12 additions and 9 deletions

View File

@ -82,15 +82,15 @@
<Compile Include="Encryption\Compression.vb" />
<Compile Include="Encryption\Encryption.vb" />
<Compile Include="Encryption\EncryptionLegacy.vb" />
<Compile Include="Static\DatabaseEx.vb" />
<Compile Include="Static\MimeEx.vb" />
<Compile Include="Static\WindowsEx.vb" />
<Compile Include="DatabaseEx.vb" />
<Compile Include="MimeEx.vb" />
<Compile Include="WindowsEx.vb" />
<Compile Include="ModuleExtensions.vb" />
<Compile Include="Static\FileEx.vb" />
<Compile Include="FileEx.vb" />
<Compile Include="NativeMethods.vb" />
<Compile Include="Static\ObjectEx.vb" />
<Compile Include="Static\GraphicsEx.vb" />
<Compile Include="Static\LanguageEx.vb" />
<Compile Include="ObjectEx.vb" />
<Compile Include="GraphicsEx.vb" />
<Compile Include="LanguageEx.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
@ -107,8 +107,8 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="Static\ScreenEx.vb" />
<Compile Include="Static\StringEx.vb" />
<Compile Include="ScreenEx.vb" />
<Compile Include="StringEx.vb" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="My Project\Resources.resx">
@ -139,5 +139,8 @@
<Name>Logging</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Static\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
</Project>