2024-08-22 05:55:37 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Update="Views\AlarmRecordView.xaml.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2024-08-29 10:03:03 +00:00
|
|
|
<Compile Update="Views\ShoreBaseStationStatusDataView.xaml.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Views\UserControls\AxisView.xaml.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Views\UserControls\JunctionBoxModelView.xaml.cs">
|
2024-08-22 05:55:37 +00:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Views\JunctionBoxEnvironDataView.xaml.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Views\JunctionBoxStatusDataView.xaml.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Views\LogRecordView.xaml.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Views\RealTimeDataView.xaml.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2024-08-29 10:03:03 +00:00
|
|
|
<Compile Update="Views\SystemControlView.xaml.cs">
|
2024-08-22 05:55:37 +00:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2024-08-29 10:03:03 +00:00
|
|
|
<Compile Update="Views\UserControls\CoordinateView.xaml.cs">
|
2024-08-22 05:55:37 +00:00
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Views\UserControls\TextDialog.xaml.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Page Update="App.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Update="Assets\Styles\DefaultStyle.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Update="MainWindow.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Update="Views\AlarmRecordView.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2024-08-29 10:03:03 +00:00
|
|
|
<Page Update="Views\ShoreBaseStationStatusDataView.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Update="Views\UserControls\AxisView.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Update="Views\UserControls\JunctionBoxModelView.xaml">
|
2024-08-22 05:55:37 +00:00
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Update="Views\JunctionBoxEnvironDataView.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Update="Views\JunctionBoxStatusDataView.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Update="Views\LogRecordView.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Update="Views\RealTimeDataView.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2024-08-29 10:03:03 +00:00
|
|
|
<Page Update="Views\SystemControlView.xaml">
|
2024-08-22 05:55:37 +00:00
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2024-08-29 10:03:03 +00:00
|
|
|
<Page Update="Views\UserControls\CoordinateView.xaml">
|
2024-08-22 05:55:37 +00:00
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Update="Views\UserControls\TextDialog.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|