| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup />
- <ItemGroup>
- <Compile Update="Controls\AlarmPicker.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Controls\GasPanel\GasPanelTIN.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\DBInfoAlarm.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\DBInfoAlarmRegions\AlarmData.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\DBInfoAlarmRegions\AlarmGasPanel.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\DBInfoTrace.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\Dialog\LinePicker.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\Dialog\SingleTracePlot.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\Dialog\TraceDataList.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\Loading.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\RecipeStepNavi.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\Summary.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- </ItemGroup>
- </Project>
|