You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.8 KiB
Plaintext
55 lines
1.8 KiB
Plaintext
1 year ago
|
<?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="Views\EnterWarehouseStatisticsPageView.xaml.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Update="Views\MonitorPageView.xaml.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Update="Views\RealTimeInventoryPageView.xaml.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
1 year ago
|
<Compile Update="Views\UserPage\AfterFoamingPageView.xaml.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Update="Views\UserPage\BeforeFoamingPageView.xaml.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Update="Views\UserPage\SpaceDetailPageView.xaml.cs">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
1 year ago
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Page Update="Views\EnterWarehouseStatisticsPageView.xaml">
|
||
|
<SubType>Designer</SubType>
|
||
|
</Page>
|
||
|
<Page Update="Views\IndexPageView.xaml">
|
||
|
<SubType>Designer</SubType>
|
||
|
</Page>
|
||
|
<Page Update="Views\MainWindow.xaml">
|
||
|
<SubType>Designer</SubType>
|
||
|
</Page>
|
||
|
<Page Update="Views\MonitorPageView.xaml">
|
||
|
<SubType>Designer</SubType>
|
||
|
</Page>
|
||
|
<Page Update="Views\RealTimeInventoryPageView.xaml">
|
||
|
<SubType>Designer</SubType>
|
||
|
</Page>
|
||
1 year ago
|
<Page Update="Views\UserPage\AfterFoamingPageView.xaml">
|
||
|
<SubType>Designer</SubType>
|
||
|
</Page>
|
||
|
<Page Update="Views\UserPage\BeforeFoamingPageView.xaml">
|
||
|
<SubType>Designer</SubType>
|
||
|
</Page>
|
||
|
<Page Update="Views\UserPage\SpaceDetailPageView.xaml">
|
||
1 year ago
|
<SubType>Designer</SubType>
|
||
|
</Page>
|
||
|
</ItemGroup>
|
||
|
</Project>
|