90 lines
2.8 KiB
XML
90 lines
2.8 KiB
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<OutputType>WinExe</OutputType>
|
|||
|
|
<TargetFramework>net6.0-windows10.0.22621.0</TargetFramework>
|
|||
|
|
<Nullable>enable</Nullable>
|
|||
|
|
<UseWPF>true</UseWPF>
|
|||
|
|
<ApplicationIcon>Assets\Images\bitbug_favicon.ico</ApplicationIcon>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<None Remove="Assets\Fonts\digital_display.ttf" />
|
|||
|
|
<None Remove="Assets\Fonts\iconfont.ttf" />
|
|||
|
|
<None Remove="Assets\Images\Logo.png" />
|
|||
|
|
<None Remove="Assets\Images\接驳盒.png" />
|
|||
|
|
<None Remove="Assets\Images\浮式风电.png" />
|
|||
|
|
<None Remove="Assets\Images\浮标.png" />
|
|||
|
|
<None Remove="Assets\Images\海上风电.png" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Content Include="Assets\Images\bitbug_favicon.ico" />
|
|||
|
|
<Resource Include="Assets\Images\Logo.png" />
|
|||
|
|
<Resource Include="Assets\Images\接驳盒.png" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Resource Include="Assets\Images\浮式风电.png" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Resource Include="Assets\Fonts\digital_display.ttf" />
|
|||
|
|
<Resource Include="Assets\Fonts\iconfont.ttf" />
|
|||
|
|
<Resource Include="Assets\Images\浮标.png" />
|
|||
|
|
<Resource Include="Assets\Images\海上风电.png" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<PackageReference Include="LiveCharts.Wpf" Version="0.9.7" />
|
|||
|
|
<PackageReference Include="MaterialDesignColors" Version="2.0.9" />
|
|||
|
|
<PackageReference Include="MaterialDesignThemes" Version="4.6.1" />
|
|||
|
|
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.39" />
|
|||
|
|
<PackageReference Include="MySql.Data" Version="8.0.30" />
|
|||
|
|
<PackageReference Include="System.IO.Ports" Version="6.0.0" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Folder Include="Assets\Styles\" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ProjectReference Include="..\FTP\FTP.csproj" />
|
|||
|
|
<ProjectReference Include="..\Models\Models.csproj" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Reference Include="Communication">
|
|||
|
|
<HintPath>..\..\..\AutomaticApp\AutomaticApp\bin\Debug\net6.0-windows10.0.22621.0\Communication.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Compile Update="Views\ADCPDetailsView2.xaml.cs">
|
|||
|
|
<SubType>Code</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Update="Views\Buoystation.xaml.cs">
|
|||
|
|
<SubType>Code</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Update="Views\ConboxStation.xaml.cs">
|
|||
|
|
<SubType>Code</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Page Update="Views\ADCPDetailsView2.xaml">
|
|||
|
|
<XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</Page>
|
|||
|
|
<Page Update="Views\Buoystation.xaml">
|
|||
|
|
<XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</Page>
|
|||
|
|
<Page Update="Views\ConboxStation.xaml">
|
|||
|
|
<XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</Page>
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
</Project>
|