LibS7Adv/LibS7Adv.csproj

33 lines
961 B
XML
Raw Normal View History

2024-06-22 14:08:27 -03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2024-06-22 19:07:41 -03:00
<ItemGroup>
<None Remove="Icons\connect.png" />
<None Remove="Icons\reset.png" />
2024-06-22 19:07:41 -03:00
</ItemGroup>
2024-06-22 14:08:27 -03:00
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
2024-06-22 19:07:41 -03:00
<PackageReference Include="Extended.Wpf.Toolkit" Version="4.6.0" />
2024-06-22 14:08:27 -03:00
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<Reference Include="Siemens.Simatic.Simulation.Runtime.Api.x64">
<HintPath>C:\Program Files (x86)\Common Files\Siemens\PLCSIMADV\API\6.0\Siemens.Simatic.Simulation.Runtime.Api.x64.dll</HintPath>
</Reference>
</ItemGroup>
2024-06-22 19:07:41 -03:00
<ItemGroup>
<Resource Include="Icons\connect.png" />
<Resource Include="Icons\reset.png" />
2024-06-22 19:07:41 -03:00
</ItemGroup>
2024-06-22 14:08:27 -03:00
</Project>