68 lines
2.2 KiB
XML
68 lines
2.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|
||
|
|
<PropertyGroup>
|
||
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
||
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
||
|
|
<Nullable>enable</Nullable>
|
||
|
|
<OutputType>Library</OutputType>
|
||
|
|
<UseWPF>True</UseWPF>
|
||
|
|
<PlatformTarget>x64</PlatformTarget>
|
||
|
|
<Platforms>AnyCPU;x64</Platforms>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<Compile Remove="Converters\**" />
|
||
|
|
<Compile Remove="Events\**" />
|
||
|
|
<EmbeddedResource Remove="Converters\**" />
|
||
|
|
<EmbeddedResource Remove="Events\**" />
|
||
|
|
<None Remove="Converters\**" />
|
||
|
|
<None Remove="Events\**" />
|
||
|
|
<Page Remove="Converters\**" />
|
||
|
|
<Page Remove="Events\**" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<PackageReference Include="FastReport.DataVisualization" Version="2021.3.0" />
|
||
|
|
<PackageReference Include="HandyControl" Version="3.3.0" />
|
||
|
|
<PackageReference Include="Prism.Core" Version="8.1.97" />
|
||
|
|
<PackageReference Include="Prism.Unity" Version="8.1.97" />
|
||
|
|
<PackageReference Include="Prism.Wpf" Version="8.1.97" />
|
||
|
|
<PackageReference Include="System.Reactive.Linq" Version="5.0.0" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\JSMachine.WMS.Common\JSMachine.WMS.Common.csproj" />
|
||
|
|
<ProjectReference Include="..\JSMachine.WMS.Job\JSMachine.WMS.Job.csproj" />
|
||
|
|
<ProjectReference Include="..\JSMachine.WMS.PLC\JSMachine.WMS.PLC.csproj" />
|
||
|
|
<ProjectReference Include="..\Server.MqttClient\JSMachine.WMS.Mqtt.csproj" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Compile Update="Views\PaperStorageView.xaml.cs">
|
||
|
|
<SubType>Code</SubType>
|
||
|
|
</Compile>
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<None Update="Views\HomePage.xaml">
|
||
|
|
<Generator>MSBuild:Compile</Generator>
|
||
|
|
</None>
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<None Update="Views\HomePage.xaml">
|
||
|
|
<Generator>MSBuild:Compile</Generator>
|
||
|
|
</None>
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Folder Include="Rx\" />
|
||
|
|
<Folder Include="Utils\" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Reference Include="FastReport">
|
||
|
|
<HintPath>..\JSMachine.WMS.FastReport\RefDll\FastReport.dll</HintPath>
|
||
|
|
</Reference>
|
||
|
|
<Reference Include="WindowsFormsIntegration">
|
||
|
|
<HintPath>..\JSMachine.WMS.FastReport\RefDll\WindowsFormsIntegration.dll</HintPath>
|
||
|
|
</Reference>
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
</Project>
|