2025-11-12 11:15:07 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ApplicationDefinition Update="App.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</ApplicationDefinition>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Update="Controls\AttitudeIndicator.xaml.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Controls\Bbox3DViewer.xaml.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2025-11-24 16:05:50 +00:00
|
|
|
<Compile Update="Controls\GstVideoView.xaml.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2025-11-12 11:15:07 +00:00
|
|
|
<Compile Update="Controls\HeadingIndicator.xaml.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Controls\LabeledBar.xaml.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Controls\ManualControlPad.xaml.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2025-11-14 17:11:58 +00:00
|
|
|
<Compile Update="Controls\MapViewControl.xaml.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2025-11-12 11:15:07 +00:00
|
|
|
<Compile Update="Controls\ProgressBarText.xaml.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2025-12-02 18:42:15 +00:00
|
|
|
<Compile Update="Controls\Pulverizador\BicoLequeIndicator.xaml.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Controls\Pulverizador\PulverizadorIndicator.xaml.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2025-11-12 11:15:07 +00:00
|
|
|
<Compile Update="Controls\RiskMeter.xaml.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Controls\TemperatureIndicator.xaml.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Page Update="Controls\AttitudeIndicator.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Update="Controls\Bbox3DViewer.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2025-11-24 16:05:50 +00:00
|
|
|
<Page Update="Controls\GstVideoView.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2025-11-12 11:15:07 +00:00
|
|
|
<Page Update="Controls\HeadingIndicator.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Update="Controls\LabeledBar.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Update="Controls\ManualControlPad.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2025-11-14 17:11:58 +00:00
|
|
|
<Page Update="Controls\MapViewControl.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2025-11-12 11:15:07 +00:00
|
|
|
<Page Update="Controls\ProgressBarText.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2025-12-02 18:42:15 +00:00
|
|
|
<Page Update="Controls\Pulverizador\BicoLequeIndicator.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Update="Controls\Pulverizador\PulverizadorIndicator.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2025-11-12 11:15:07 +00:00
|
|
|
<Page Update="Controls\RiskMeter.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Update="Controls\TemperatureIndicator.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Update="Windows\MainWindow.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|