69 lines
2.3 KiB
XML
69 lines
2.3 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\Dashboard\AnalyticsPage.xaml.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Update="Views\Dashboard\SettingsPage.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\Dashboard\AnalyticsPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Update="Views\Dashboard\SettingsPage.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> |