chore: 优化项目文件结构

This commit is contained in:
denglihong2007
2025-04-16 23:56:36 +08:00
parent 1758066e5c
commit 56e5a54a86
62 changed files with 23 additions and 17 deletions

View File

@@ -19,52 +19,52 @@
</ItemGroup>
<ItemGroup>
<Compile Update="Views\Windows\Stations\Ankang\ExitScreenView.xaml.cs">
<Compile Update="Views\Ankang\ExitScreenView.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\Windows\Stations\BeijingXi\PrimaryScreenView.xaml.cs">
<Compile Update="Views\BeijingXi\PrimaryScreenView.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\Windows\Stations\ChengduDong\PrimaryTicketCheckScreenView.xaml.cs">
<Compile Update="Views\ChengduDong\PrimaryTicketCheckScreenView.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\Windows\Stations\ChengduDong\SecondaryScreenView.xaml.cs">
<Compile Update="Views\ChengduDong\SecondaryScreenView.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\Windows\Stations\XuzhouMetro\PlatformScreenView.xaml.cs">
<Compile Update="Views\XuzhouMetro\PlatformScreenView.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\Windows\Stations\ChengduMetro\PlatformScreenView.xaml.cs">
<Compile Update="Views\ChengduMetro\PlatformScreenView.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\Windows\Stations\GuangdongIntercity\SecondaryScreenView.xaml.cs">
<Compile Update="Views\GuangdongIntercity\SecondaryScreenView.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\Windows\Stations\Guangyuan\PrimaryScreenView.xaml.cs">
<Compile Update="Views\Guangyuan\PrimaryScreenView.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\Windows\Stations\Hanzhong\PlatformScreenView.xaml.cs">
<Compile Update="Views\Hanzhong\PlatformScreenView.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\Windows\Stations\Harbin\PrimaryScreenView.xaml.cs">
<Compile Update="Views\Harbin\PrimaryScreenView.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\Windows\Stations\Jinanxi\SmallScreenView.xaml.cs">
<Compile Update="Views\Jinanxi\SmallScreenView.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\Windows\Stations\Shanghai\OutsideScreenView.xaml.cs">
<Compile Update="Views\Shanghai\OutsideScreenView.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\Windows\Stations\Mianyang\PlatformScreenView.xaml.cs">
<Compile Update="Views\Mianyang\PlatformScreenView.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\Windows\Stations\Tianjin\PlatformScreenView.xaml.cs">
<Compile Update="Views\Tianjin\PlatformScreenView.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\Windows\Stations\Zibo\PrimaryScreenView.xaml.cs">
<Compile Update="Views\Zibo\PrimaryScreenView.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\Windows\Stations\Zibo\SecondaryScreenView.xaml.cs">
<Compile Update="Views\Zibo\SecondaryScreenView.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>