Добавил настройки публикации модуля

This commit is contained in:
Антон Чичков 2020-10-09 12:19:22 +10:00
parent b9b29019a6
commit f26d9dbc13
2 changed files with 10 additions and 0 deletions

View File

@ -3,8 +3,10 @@
<TargetFramework>net48</TargetFramework> <TargetFramework>net48</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>True</UseWindowsForms> <UseWindowsForms>True</UseWindowsForms>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Lers.Plugins" Version="3.37.0" /> <PackageReference Include="Lers.Plugins" Version="3.37.0" />
<PackageReference Include="System.Resources.Extensions" Version="4.6.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@ -1,4 +1,12 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup /> <PropertyGroup />
<ItemGroup>
<Compile Update="Vkt5ConsoleControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="Vkt5RemoteConsoleForm.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project> </Project>