| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup />
- <ItemGroup>
- <Compile Update="Views\DewaterPos.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\DissolveBottomPos.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\DissolveTopPos.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\MainFormBottom.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\MainFormTag.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\OpLiquidPos.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\SampleLeftPos.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\SampleRightPos.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Page Update="Views\DewaterPos.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="Views\DissolveBottomPos.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="Views\DissolveTopPos.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="Views\MainFormBottom.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="Views\MainFormTag.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="Views\ShowStatus.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="Views\OpLiquidPos.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="Views\SampleMidlPos.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="Views\SampleLeftPos.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="Views\SampleRightPos.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="Views\Sidebar\OperateMedicine.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="Views\Sidebar\ShowOperatePatient.xaml">
- <SubType>Designer</SubType>
- </Page>
- </ItemGroup>
- </Project>
|