| | |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0-windows</TargetFramework> |
| | | <Nullable>enable</Nullable> |
| | | <Nullable>disable</Nullable> |
| | | <UseWindowsForms>true</UseWindowsForms> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <None Remove="paras_hydro_l3d_settings.json" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <Content Include="paras_hydro_l3d_settings.json"> |
| | | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| | | </Content> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" /> |
| | | <PackageReference Include="SharpGL.WinForms" Version="3.1.1" /> |
| | | <PackageReference Include="Yw.Newtonsoft.Core" Version="3.0.0" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |