<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{A502DF54-7169-4647-94BD-18B192924866}</ProjectGuid>
    <OutputType>library</OutputType>
    <RootNamespace>SafeExamBrowser.UserInterface.Desktop</RootNamespace>
    <AssemblyName>SafeExamBrowser.UserInterface.Desktop</AssemblyName>
    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <WarningLevel>4</WarningLevel>
    <TargetFrameworkProfile />
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>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>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\x86\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <DebugType>full</DebugType>
    <PlatformTarget>x86</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    <OutputPath>bin\x86\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <Optimize>true</Optimize>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>x86</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="FontAwesome.WPF, Version=4.7.0.37774, Culture=neutral, PublicKeyToken=0758b07a11a4f466, processorArchitecture=MSIL">
      <HintPath>..\packages\FontAwesome.WPF.4.7.0.9\lib\net40\FontAwesome.WPF.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xaml">
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Xml" />
    <Reference Include="WindowsBase" />
    <Reference Include="PresentationCore" />
    <Reference Include="PresentationFramework" />
    <Reference Include="WindowsFormsIntegration" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AboutWindow.xaml.cs">
      <DependentUpon>AboutWindow.xaml</DependentUpon>
    </Compile>
    <Compile Include="ActionCenter.xaml.cs">
      <DependentUpon>ActionCenter.xaml</DependentUpon>
    </Compile>
    <Compile Include="BrowserWindow.xaml.cs">
      <DependentUpon>BrowserWindow.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\ActionCenterApplicationControl.xaml.cs">
      <DependentUpon>ActionCenterApplicationControl.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\ActionCenterApplicationButton.xaml.cs">
      <DependentUpon>ActionCenterApplicationButton.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\ActionCenterClock.xaml.cs">
      <DependentUpon>ActionCenterClock.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\ActionCenterKeyboardLayoutButton.xaml.cs">
      <DependentUpon>ActionCenterKeyboardLayoutButton.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\ActionCenterKeyboardLayoutControl.xaml.cs">
      <DependentUpon>ActionCenterKeyboardLayoutControl.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\ActionCenterNotificationButton.xaml.cs">
      <DependentUpon>ActionCenterNotificationButton.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\ActionCenterPowerSupplyControl.xaml.cs">
      <DependentUpon>ActionCenterPowerSupplyControl.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\ActionCenterQuitButton.xaml.cs">
      <DependentUpon>ActionCenterQuitButton.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\ActionCenterWirelessNetworkButton.xaml.cs">
      <DependentUpon>ActionCenterWirelessNetworkButton.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\ActionCenterWirelessNetworkControl.xaml.cs">
      <DependentUpon>ActionCenterWirelessNetworkControl.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\TaskbarApplicationControl.xaml.cs">
      <DependentUpon>TaskbarApplicationControl.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\TaskbarApplicationInstanceButton.xaml.cs">
      <DependentUpon>TaskbarApplicationInstanceButton.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\TaskbarClock.xaml.cs">
      <DependentUpon>TaskbarClock.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\TaskbarKeyboardLayoutButton.xaml.cs">
      <DependentUpon>TaskbarKeyboardLayoutButton.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\TaskbarKeyboardLayoutControl.xaml.cs">
      <DependentUpon>TaskbarKeyboardLayoutControl.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\TaskbarNotificationButton.xaml.cs">
      <DependentUpon>TaskbarNotificationButton.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\TaskbarPowerSupplyControl.xaml.cs">
      <DependentUpon>TaskbarPowerSupplyControl.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\TaskbarQuitButton.xaml.cs">
      <DependentUpon>TaskbarQuitButton.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\TaskbarWirelessNetworkButton.xaml.cs">
      <DependentUpon>TaskbarWirelessNetworkButton.xaml</DependentUpon>
    </Compile>
    <Compile Include="Controls\TaskbarWirelessNetworkControl.xaml.cs">
      <DependentUpon>TaskbarWirelessNetworkControl.xaml</DependentUpon>
    </Compile>
    <Compile Include="LogWindow.xaml.cs">
      <DependentUpon>LogWindow.xaml</DependentUpon>
    </Compile>
    <Compile Include="MessageBox.cs" />
    <Compile Include="PasswordDialog.xaml.cs">
      <DependentUpon>PasswordDialog.xaml</DependentUpon>
    </Compile>
    <Compile Include="RuntimeWindow.xaml.cs">
      <DependentUpon>RuntimeWindow.xaml</DependentUpon>
    </Compile>
    <Compile Include="SplashScreen.xaml.cs">
      <DependentUpon>SplashScreen.xaml</DependentUpon>
    </Compile>
    <Compile Include="UserInterfaceFactory.cs" />
    <Compile Include="Utilities\IconResourceLoader.cs" />
    <Compile Include="Utilities\VisualExtensions.cs" />
    <Compile Include="Utilities\XamlIconResource.cs" />
    <Compile Include="ViewModels\DateTimeViewModel.cs" />
    <Compile Include="ViewModels\LogViewModel.cs" />
    <Compile Include="ViewModels\ProgressIndicatorViewModel.cs" />
    <Compile Include="ViewModels\RuntimeWindowViewModel.cs" />
    <Page Include="AboutWindow.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="ActionCenter.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="BrowserWindow.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\ActionCenterApplicationControl.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\ActionCenterApplicationButton.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\ActionCenterClock.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\ActionCenterKeyboardLayoutButton.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\ActionCenterKeyboardLayoutControl.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\ActionCenterNotificationButton.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\ActionCenterPowerSupplyControl.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\ActionCenterQuitButton.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\ActionCenterWirelessNetworkButton.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\ActionCenterWirelessNetworkControl.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\TaskbarApplicationControl.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\TaskbarApplicationInstanceButton.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\TaskbarClock.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\TaskbarKeyboardLayoutButton.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\TaskbarKeyboardLayoutControl.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\TaskbarNotificationButton.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\TaskbarPowerSupplyControl.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Controls\TaskbarQuitButton.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Resource Include="Images\Menu.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Resource>
    <Resource Include="Images\WiFi_Light_66.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Resource>
    <Resource Include="Images\WiFi_Light_33.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Resource>
    <Resource Include="Images\WiFi_Light_100.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Resource>
    <Resource Include="Images\WiFi_Light_0.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Resource>
    <Page Include="Templates\ScrollViewers.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Resource Include="Images\Battery.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Resource>
    <Resource Include="Images\Keyboard.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Resource>
    <Resource Include="Images\NavigateBack.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Resource>
    <Resource Include="Images\NavigateForward.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Resource>
    <Resource Include="Images\Reload.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Resource>
    <Resource Include="Images\ShutDown.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Resource>
    <Resource Include="Images\SkipBack.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Resource>
    <Resource Include="Images\WiFi_0.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Resource>
    <Resource Include="Images\WiFi_100.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Resource>
    <Resource Include="Images\WiFi_33.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Resource>
    <Resource Include="Images\WiFi_66.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Resource>
    <Resource Include="Images\ZoomPageIn.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Resource>
    <Resource Include="Images\ZoomPageOut.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Resource>
    <Page Include="Controls\TaskbarWirelessNetworkButton.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Controls\TaskbarWirelessNetworkControl.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Resource Include="Images\AboutNotification.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Resource>
    <Page Include="LogWindow.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="PasswordDialog.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="RuntimeWindow.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="SplashScreen.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Taskbar.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Compile Include="Taskbar.xaml.cs">
      <DependentUpon>Taskbar.xaml</DependentUpon>
      <SubType>Code</SubType>
    </Compile>
    <Page Include="Templates\Buttons.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Templates\Colors.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Properties\AssemblyInfo.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
    <None Include="packages.config" />
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\SafeExamBrowser.Contracts\SafeExamBrowser.Contracts.csproj">
      <Project>{47DA5933-BEF8-4729-94E6-ABDE2DB12262}</Project>
      <Name>SafeExamBrowser.Contracts</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\Chromium.ico" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\LogNotification.ico" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\SafeExamBrowser.ico" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\SplashScreen.png" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>