aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Utilities/Tango.TransportRouter.UI/MainWindow.xaml.cs
blob: 1c9e4ae4e02129c75493eceb64abb07bde666f3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
using MahApps.Metro.Controls;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

namespace Tango.TransportRouter.UI
{
    /// <summary>
    /// Interaction logic for MainWindow.xaml
    /// </summary>
    public partial class MainWindow : MetroWindow
    {
        public MainWindow()
        {
            InitializeComponent();
        }
    }
}
>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Management" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Data" /> <Reference Include="System.Net.Http" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="Connection.cs" /> <Compile Include="SystemObject.cs" /> <Compile Include="SystemObjectProperty.cs" /> <Compile Include="SystemObjectsCollection.cs" /> <Compile Include="WMIReader.cs" /> <Compile Include="XMLConfig.cs" /> <Compile Include="IWMI.cs" /> <Compile Include="Win32_BaseBoard.cs" /> <Compile Include="Win32_Battery.cs" /> <Compile Include="Win32_BIOS.cs" /> <Compile Include="Win32_Bus.cs" /> <Compile Include="Win32_CDROMDrive.cs" /> <Compile Include="Win32_DiskDrive.cs" /> <Compile Include="Win32_DMAChannel.cs" /> <Compile Include="Win32_Fan.cs" /> <Compile Include="Win32_FloppyController.cs" /> <Compile Include="Win32_FloppyDrive.cs" /> <Compile Include="Win32_IDEController.cs" /> <Compile Include="Win32_IRQResource.cs" /> <Compile Include="Win32_Keyboard.cs" /> <Compile Include="Win32_MemoryDevice.cs" /> <Compile Include="Win32_NetworkAdapter.cs" /> <Compile Include="Win32_NetworkAdapterConfiguration.cs" /> <Compile Include="Win32_OnBoardDevice.cs" /> <Compile Include="Win32_OperatingSystem.cs" /> <Compile Include="Win32_ParallelPort.cs" /> <Compile Include="Win32_PCMCIController.cs" /> <Compile Include="Win32_PhysicalMedia.cs" /> <Compile Include="Win32_PhysicalMemory.cs" /> <Compile Include="Win32_PortConnector.cs" /> <Compile Include="Win32_PortResource.cs" /> <Compile Include="Win32_POTSModem.cs" /> <Compile Include="Win32_Processor.cs" /> <Compile Include="Win32_SCSIController.cs" /> <Compile Include="Win32_SerialPort.cs" /> <Compile Include="Win32_SerialPortConfiguration.cs" /> <Compile Include="Win32_SoundDevice.cs" /> <Compile Include="Win32_SystemEnclosure.cs" /> <Compile Include="Win32_TapeDrive.cs" /> <Compile Include="Win32_TemperatureProbe.cs" /> <Compile Include="Win32_UninterruptiblePowerSupply.cs" /> <Compile Include="Win32_USBController.cs" /> <Compile Include="Win32_USBHub.cs" /> <Compile Include="Win32_VideoController.cs" /> <Compile Include="Win32_VoltageProbe.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="settings.xml" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Tango.Core\Tango.Core.csproj"> <Project>{a34ee0f0-649d-41c8-8489-b6f1cc6924ee}</Project> <Name>Tango.Core</Name> </ProjectReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>