| | |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net6.0-windows</TargetFramework> |
| | | <Nullable>enable</Nullable> |
| | | <Nullable>disable</Nullable> |
| | | <UseWindowsForms>true</UseWindowsForms> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <Compile Remove="Enum\**" /> |
| | | <Compile Remove="ImageInfo\**" /> |
| | | <EmbeddedResource Remove="Enum\**" /> |
| | | <EmbeddedResource Remove="ImageInfo\**" /> |
| | | <None Remove="Enum\**" /> |
| | | <None Remove="ImageInfo\**" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <Compile Remove="PictureEditBasic.cs" /> |
| | | <Compile Remove="PictureEditBasic.Designer.cs" /> |
| | | <Compile Remove="PictureEditInfo.cs" /> |
| | | <Compile Remove="PictureEditInfo.Designer.cs" /> |
| | | <Compile Remove="UserControl1.cs" /> |
| | | <Compile Remove="UserControl1.Designer.cs" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <EmbeddedResource Remove="PictureEditBasic.resx" /> |
| | | <EmbeddedResource Remove="UserControl1.resx" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <None Remove="images\l2d\Loading.gif" /> |
| | | <None Remove="images\l2d\pump.png" /> |
| | | <None Remove="images\l2d\pump_hovered.png" /> |
| | | <None Remove="images\l2d\pump_selected.png" /> |
| | | <None Remove="images\l2d\Reservoir.png" /> |
| | | <None Remove="images\l2d\reservoir_hovered.png" /> |
| | | <None Remove="images\l2d\reservoir_selected.png" /> |
| | | <None Remove="images\l2d\Tank.png" /> |
| | | <None Remove="images\l2d\tank_hovered.png" /> |
| | | <None Remove="images\l2d\tank_selected.png" /> |
| | | <None Remove="images\l2d\valve.png" /> |
| | | <None Remove="images\l2d\valve_hovered.png" /> |
| | | <None Remove="images\l2d\valve_selected.png" /> |
| | | <None Remove="paras_hydro_l2d_settings.json" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <Content Include="images\l2d\loading.gif"> |
| | | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| | | </Content> |
| | | <Content Include="images\l2d\pump.png"> |
| | | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| | | </Content> |
| | | <Content Include="images\l2d\pump_hovered.png"> |
| | | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| | | </Content> |
| | | <Content Include="images\l2d\pump_selected.png"> |
| | | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| | | </Content> |
| | | <Content Include="images\l2d\reservoir.png"> |
| | | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| | | </Content> |
| | | <Content Include="images\l2d\reservoir_hovered.png"> |
| | | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| | | </Content> |
| | | <Content Include="images\l2d\reservoir_selected.png"> |
| | | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| | | </Content> |
| | | <Content Include="images\l2d\tank.png"> |
| | | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| | | </Content> |
| | | <Content Include="images\l2d\tank_hovered.png"> |
| | | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| | | </Content> |
| | | <Content Include="images\l2d\tank_selected.png"> |
| | | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| | | </Content> |
| | | <Content Include="images\l2d\valve.png"> |
| | | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| | | </Content> |
| | | <Content Include="images\l2d\valve_hovered.png"> |
| | | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| | | </Content> |
| | | <Content Include="images\l2d\valve_selected.png"> |
| | | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| | | </Content> |
| | | <Content Include="paras_hydro_l2d_settings.json"> |
| | | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| | | </Content> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <PackageReference Include="Yw.Newtonsoft.Core" Version="3.0.0" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |