You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
2.4 KiB
73 lines
2.4 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<NoWarn>$(NoWarn);SYSLIB0011</NoWarn>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Costura.Fody" Version="5.7.0">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="FluentFTP" Version="50.0.1" />
|
|
<PackageReference Include="Fody" Version="6.8.0">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="ICSharpCode.SharpZipLib.dll" Version="0.85.4.369" />
|
|
<PackageReference Include="MySql.Data" Version="8.3.0" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
<PackageReference Include="SSH.NET" Version="2024.0.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Update="Frm\Form_About.cs" />
|
|
<Compile Update="Frm\Form_CodeGenerator.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="Frm\Form_DevServer.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="Frm\Form_DevServer_Item.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="Frm\Form_Hospital.cs" />
|
|
<Compile Update="Frm\Form_Hospital_Item.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="Frm\Form_ImportDb.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="Frm\Form_Logger.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="Frm\Form_Main.cs" />
|
|
<Compile Update="Frm\Form_Plugin.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="Frm\Form_Publish.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="Frm\Form_PublishServer.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="Frm\Form_PublishServer_Item.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="Frm\Form_UpgradeLog.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="Frm\Form_VersionFile.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="Frm\Form_VersionFolder.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
|
|
</Project> |