You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.6 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<UseWindowsForms>True</UseWindowsForms>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
1 year ago
<ItemGroup>
<Compile Remove="Fonts\**" />
<Compile Remove="Images\**" />
<Compile Remove="Styles\**" />
<EmbeddedResource Remove="Fonts\**" />
<EmbeddedResource Remove="Images\**" />
<EmbeddedResource Remove="Styles\**" />
<None Remove="Fonts\**" />
<None Remove="Images\**" />
<None Remove="Styles\**" />
<Page Remove="Fonts\**" />
<Page Remove="Images\**" />
<Page Remove="Styles\**" />
1 year ago
</ItemGroup>
<ItemGroup>
<PackageReference Include="HandyControl" Version="3.4.0" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.39" />
<PackageReference Include="MySql.Data" Version="8.0.33" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Prism.Wpf" Version="8.1.97" />
<PackageReference Include="WebSocket4Net" Version="0.15.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\StartServerWPF.Assets\StartServerWPF.Assets.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="DotRas">
<HintPath>..\StartServerWPF\DotRas.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Page Update="Views\WaveformPlayBackView.xaml">
<XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
<SubType>Designer</SubType>
</Page>
<Page Update="Views\SetParamView.xaml">
<XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
</Page>
</ItemGroup>
</Project>