|
|
@@ -123,6 +123,9 @@
|
|
|
<Compile Include="PopUp\MapViewModel.cs">
|
|
|
<DependentUpon>MapView.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="PopUp\OpticalReadingConfigViewModel.cs">
|
|
|
+ <DependentUpon>OpticalReadingConfigView.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="PopUp\ServoConfigView.xaml.cs">
|
|
|
<DependentUpon>ServoConfigView.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
@@ -131,6 +134,8 @@
|
|
|
</Compile>
|
|
|
<Compile Include="PopUp\SteeringConfigView.xaml.cs">
|
|
|
<DependentUpon>SteeringConfigView.xaml</DependentUpon>
|
|
|
+ <Compile Include="PopUp\OpticalReadingConfigView.xaml.cs">
|
|
|
+ <DependentUpon>OpticalReadingConfigView.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="PopUp\SteeringConfigViewModel.cs" />
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
@@ -177,6 +182,7 @@
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
<Page Include="PopUp\SteeringConfigView.xaml">
|
|
|
+ <Page Include="PopUp\OpticalReadingConfigView.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|