Files
Server-Dashboard/Server Dashboard/Server Dashboard.csproj.user
2021-08-07 01:01:17 +02:00

57 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ShowAllFiles>false</ShowAllFiles>
</PropertyGroup>
<ItemGroup>
<ApplicationDefinition Update="App.xaml">
<SubType>Designer</SubType>
</ApplicationDefinition>
</ItemGroup>
<ItemGroup>
<Compile Update="Controls\HalfRoundProgressBar\HalfRoundProgressBar.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Controls\LoadingIndicator\LoadingIndicator.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Controls\ServerModules\ServerModule.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\Pages\MainDashboardPage.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\Dashboard\CRUD Popup\CreateModulePopup.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Views\DashboardWindow.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Page Update="Controls\DoubleRoundProgressBar\DoubleRoundProgressBar.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Controls\HalfRoundProgressBar\HalfRoundProgressBar.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Controls\LoadingIndicator\LoadingIndicator.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Controls\ServerModules\ServerModule.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="LoginWindow.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Views\Pages\MainDashboardPage.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Views\Dashboard\CRUD Popup\CreateModulePopup.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Views\DashboardWindow.xaml">
<SubType>Designer</SubType>
</Page>
</ItemGroup>
</Project>