<?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>{89BC24DD-FF31-496E-9816-A160B686A3D4}</ProjectGuid> <OutputType>library</OutputType> <RootNamespace>SafeExamBrowser.UserInterface.Mobile</RootNamespace> <AssemblyName>SafeExamBrowser.UserInterface.Mobile</AssemblyName> <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <WarningLevel>4</WarningLevel> <Deterministic>true</Deterministic> <TargetFrameworkProfile /> </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> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> <DebugSymbols>true</DebugSymbols> <OutputPath>bin\x64\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <DebugType>full</DebugType> <PlatformTarget>x64</PlatformTarget> <ErrorReport>prompt</ErrorReport> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> <OutputPath>bin\x64\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <Optimize>true</Optimize> <DebugType>pdbonly</DebugType> <PlatformTarget>x64</PlatformTarget> <ErrorReport>prompt</ErrorReport> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> </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="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Xaml"> <RequiredTargetFramework>4.0</RequiredTargetFramework> </Reference> <Reference Include="WindowsBase" /> <Reference Include="PresentationCore" /> <Reference Include="PresentationFramework" /> <Reference Include="WindowsFormsIntegration" /> </ItemGroup> <ItemGroup> <Compile Include="Controls\ActionCenter\RaiseHandControl.xaml.cs"> <DependentUpon>RaiseHandControl.xaml</DependentUpon> </Compile> <Compile Include="Controls\Taskbar\RaiseHandControl.xaml.cs"> <DependentUpon>RaiseHandControl.xaml</DependentUpon> </Compile> <Compile Include="Windows\AboutWindow.xaml.cs"> <DependentUpon>AboutWindow.xaml</DependentUpon> </Compile> <Compile Include="Windows\ActionCenter.xaml.cs"> <DependentUpon>ActionCenter.xaml</DependentUpon> </Compile> <Compile Include="Windows\BrowserWindow.xaml.cs"> <DependentUpon>BrowserWindow.xaml</DependentUpon> </Compile> <Compile Include="Controls\ActionCenter\ApplicationButton.xaml.cs"> <DependentUpon>ApplicationButton.xaml</DependentUpon> </Compile> <Compile Include="Controls\ActionCenter\ApplicationControl.xaml.cs"> <DependentUpon>ApplicationControl.xaml</DependentUpon> </Compile> <Compile Include="Controls\ActionCenter\AudioControl.xaml.cs"> <DependentUpon>AudioControl.xaml</DependentUpon> </Compile> <Compile Include="Controls\ActionCenter\Clock.xaml.cs"> <DependentUpon>Clock.xaml</DependentUpon> </Compile> <Compile Include="Controls\ActionCenter\KeyboardLayoutButton.xaml.cs"> <DependentUpon>KeyboardLayoutButton.xaml</DependentUpon> </Compile> <Compile Include="Controls\ActionCenter\KeyboardLayoutControl.xaml.cs"> <DependentUpon>KeyboardLayoutControl.xaml</DependentUpon> </Compile> <Compile Include="Controls\ActionCenter\NotificationButton.xaml.cs"> <DependentUpon>NotificationButton.xaml</DependentUpon> </Compile> <Compile Include="Controls\ActionCenter\PowerSupplyControl.xaml.cs"> <DependentUpon>PowerSupplyControl.xaml</DependentUpon> </Compile> <Compile Include="Controls\ActionCenter\QuitButton.xaml.cs"> <DependentUpon>QuitButton.xaml</DependentUpon> </Compile> <Compile Include="Controls\ActionCenter\NetworkButton.xaml.cs"> <DependentUpon>NetworkButton.xaml</DependentUpon> </Compile> <Compile Include="Controls\ActionCenter\NetworkControl.xaml.cs"> <DependentUpon>NetworkControl.xaml</DependentUpon> </Compile> <Compile Include="Controls\Browser\DownloadItemControl.xaml.cs"> <DependentUpon>DownloadItemControl.xaml</DependentUpon> </Compile> <Compile Include="Controls\Taskbar\ApplicationControl.xaml.cs"> <DependentUpon>ApplicationControl.xaml</DependentUpon> </Compile> <Compile Include="Controls\Taskbar\ApplicationWindowButton.xaml.cs"> <DependentUpon>ApplicationWindowButton.xaml</DependentUpon> </Compile> <Compile Include="Controls\Taskbar\AudioControl.xaml.cs"> <DependentUpon>AudioControl.xaml</DependentUpon> </Compile> <Compile Include="Controls\Taskbar\Clock.xaml.cs"> <DependentUpon>Clock.xaml</DependentUpon> </Compile> <Compile Include="Controls\Taskbar\KeyboardLayoutButton.xaml.cs"> <DependentUpon>KeyboardLayoutButton.xaml</DependentUpon> </Compile> <Compile Include="Controls\Taskbar\KeyboardLayoutControl.xaml.cs"> <DependentUpon>KeyboardLayoutControl.xaml</DependentUpon> </Compile> <Compile Include="Controls\Taskbar\NotificationButton.xaml.cs"> <DependentUpon>NotificationButton.xaml</DependentUpon> </Compile> <Compile Include="Controls\Taskbar\PowerSupplyControl.xaml.cs"> <DependentUpon>PowerSupplyControl.xaml</DependentUpon> </Compile> <Compile Include="Controls\Taskbar\QuitButton.xaml.cs"> <DependentUpon>QuitButton.xaml</DependentUpon> </Compile> <Compile Include="Controls\Taskbar\NetworkButton.xaml.cs"> <DependentUpon>NetworkButton.xaml</DependentUpon> </Compile> <Compile Include="Controls\Taskbar\NetworkControl.xaml.cs"> <DependentUpon>NetworkControl.xaml</DependentUpon> </Compile> <Compile Include="Controls\Taskview\WindowControl.xaml.cs"> <DependentUpon>WindowControl.xaml</DependentUpon> </Compile> <Compile Include="Windows\ExamSelectionDialog.xaml.cs"> <DependentUpon>ExamSelectionDialog.xaml</DependentUpon> </Compile> <Compile Include="Windows\FileSystemDialog.xaml.cs"> <DependentUpon>FileSystemDialog.xaml</DependentUpon> </Compile> <Compile Include="FileSystemDialogFactory.cs" /> <Compile Include="Windows\LockScreen.xaml.cs"> <DependentUpon>LockScreen.xaml</DependentUpon> </Compile> <Compile Include="Windows\LogWindow.xaml.cs"> <DependentUpon>LogWindow.xaml</DependentUpon> </Compile> <Compile Include="MessageBoxFactory.cs" /> <Compile Include="Windows\MessageBoxDialog.xaml.cs"> <DependentUpon>MessageBoxDialog.xaml</DependentUpon> </Compile> <Compile Include="Windows\PasswordDialog.xaml.cs"> <DependentUpon>PasswordDialog.xaml</DependentUpon> </Compile> <Compile Include="Properties\AssemblyInfo.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Windows\ProctoringWindow.xaml.cs"> <DependentUpon>ProctoringWindow.xaml</DependentUpon> </Compile> <Compile Include="Windows\RuntimeWindow.xaml.cs"> <DependentUpon>RuntimeWindow.xaml</DependentUpon> </Compile> <Compile Include="Windows\ServerFailureDialog.xaml.cs"> <DependentUpon>ServerFailureDialog.xaml</DependentUpon> </Compile> <Compile Include="Windows\SplashScreen.xaml.cs"> <DependentUpon>SplashScreen.xaml</DependentUpon> </Compile> <Compile Include="Windows\Taskbar.xaml.cs"> <DependentUpon>Taskbar.xaml</DependentUpon> </Compile> <Compile Include="Windows\Taskview.xaml.cs"> <DependentUpon>Taskview.xaml</DependentUpon> </Compile> <Compile Include="UserInterfaceFactory.cs" /> <Compile Include="ViewModels\DateTimeViewModel.cs" /> <Compile Include="ViewModels\LogViewModel.cs" /> <Compile Include="ViewModels\ProgressIndicatorViewModel.cs" /> <Compile Include="ViewModels\RuntimeWindowViewModel.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\SafeExamBrowser.Applications.Contracts\SafeExamBrowser.Applications.Contracts.csproj"> <Project>{ac77745d-3b41-43e2-8e84-d40e5a4ee77f}</Project> <Name>SafeExamBrowser.Applications.Contracts</Name> </ProjectReference> <ProjectReference Include="..\SafeExamBrowser.Browser.Contracts\SafeExamBrowser.Browser.Contracts.csproj"> <Project>{5fb5273d-277c-41dd-8593-a25ce1aff2e9}</Project> <Name>SafeExamBrowser.Browser.Contracts</Name> </ProjectReference> <ProjectReference Include="..\SafeExamBrowser.Configuration.Contracts\SafeExamBrowser.Configuration.Contracts.csproj"> <Project>{7d74555e-63e1-4c46-bd0a-8580552368c8}</Project> <Name>SafeExamBrowser.Configuration.Contracts</Name> </ProjectReference> <ProjectReference Include="..\SafeExamBrowser.Core.Contracts\SafeExamBrowser.Core.Contracts.csproj"> <Project>{fe0e1224-b447-4b14-81e7-ed7d84822aa0}</Project> <Name>SafeExamBrowser.Core.Contracts</Name> </ProjectReference> <ProjectReference Include="..\SafeExamBrowser.I18n.Contracts\SafeExamBrowser.I18n.Contracts.csproj"> <Project>{1858ddf3-bc2a-4bff-b663-4ce2ffeb8b7d}</Project> <Name>SafeExamBrowser.I18n.Contracts</Name> </ProjectReference> <ProjectReference Include="..\SafeExamBrowser.Logging.Contracts\SafeExamBrowser.Logging.Contracts.csproj"> <Project>{64ea30fb-11d4-436a-9c2b-88566285363e}</Project> <Name>SafeExamBrowser.Logging.Contracts</Name> </ProjectReference> <ProjectReference Include="..\SafeExamBrowser.Proctoring.Contracts\SafeExamBrowser.Proctoring.Contracts.csproj"> <Project>{8E52BD1C-0540-4F16-B181-6665D43F7A7B}</Project> <Name>SafeExamBrowser.Proctoring.Contracts</Name> </ProjectReference> <ProjectReference Include="..\SafeExamBrowser.Server.Contracts\SafeExamBrowser.Server.Contracts.csproj"> <Project>{DB701E6F-BDDC-4CEC-B662-335A9DC11809}</Project> <Name>SafeExamBrowser.Server.Contracts</Name> </ProjectReference> <ProjectReference Include="..\SafeExamBrowser.Settings\SafeExamBrowser.Settings.csproj"> <Project>{30b2d907-5861-4f39-abad-c4abf1b3470e}</Project> <Name>SafeExamBrowser.Settings</Name> </ProjectReference> <ProjectReference Include="..\SafeExamBrowser.SystemComponents.Contracts\SafeExamBrowser.SystemComponents.Contracts.csproj"> <Project>{903129c6-e236-493b-9ad6-c6a57f647a3a}</Project> <Name>SafeExamBrowser.SystemComponents.Contracts</Name> </ProjectReference> <ProjectReference Include="..\SafeExamBrowser.UserInterface.Contracts\SafeExamBrowser.UserInterface.Contracts.csproj"> <Project>{c7889e97-6ff6-4a58-b7cb-521ed276b316}</Project> <Name>SafeExamBrowser.UserInterface.Contracts</Name> </ProjectReference> <ProjectReference Include="..\SafeExamBrowser.UserInterface.Shared\SafeExamBrowser.UserInterface.Shared.csproj"> <Project>{38525928-87ba-4f8c-8010-4eb97bfaae13}</Project> <Name>SafeExamBrowser.UserInterface.Shared</Name> </ProjectReference> </ItemGroup> <ItemGroup> <Resource Include="Images\ProctoringNotification_Inactive.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Resource Include="Images\ProctoringNotification_Active.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Page Include="Controls\ActionCenter\RaiseHandControl.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\Taskbar\RaiseHandControl.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Resource Include="Images\Hand_Lowered.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Resource Include="Images\Hand_Raised.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Page Include="Windows\AboutWindow.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Windows\ActionCenter.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="Windows\BrowserWindow.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\ActionCenter\ApplicationButton.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="Controls\ActionCenter\ApplicationControl.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="Controls\ActionCenter\AudioControl.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\ActionCenter\Clock.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\ActionCenter\KeyboardLayoutButton.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\ActionCenter\KeyboardLayoutControl.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\ActionCenter\NotificationButton.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\ActionCenter\PowerSupplyControl.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\ActionCenter\QuitButton.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\ActionCenter\NetworkButton.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\ActionCenter\NetworkControl.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\Browser\DownloadItemControl.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\Taskbar\ApplicationControl.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\Taskbar\ApplicationWindowButton.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\Taskbar\AudioControl.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\Taskbar\Clock.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\Taskbar\KeyboardLayoutButton.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\Taskbar\KeyboardLayoutControl.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\Taskbar\NotificationButton.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\Taskbar\PowerSupplyControl.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\Taskbar\QuitButton.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\Taskbar\NetworkButton.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Controls\Taskbar\NetworkControl.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Resource Include="Images\Audio_100.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Resource Include="Images\Audio_33.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Resource Include="Images\Audio_66.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Resource Include="Images\Audio_Light_100.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Resource Include="Images\Audio_Light_33.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Resource Include="Images\Audio_Light_66.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Resource Include="Images\Audio_Light_NoDevice.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Resource Include="Images\Audio_Muted.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Resource Include="Images\Audio_NoDevice.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Page Include="Controls\Taskview\WindowControl.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Windows\ExamSelectionDialog.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="Windows\FileSystemDialog.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="Images\ZoomPageOut.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Images\ZoomPageIn.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <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> <Resource Include="Images\WiFi_66.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_100.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\Home.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Page Include="Images\ShutDown.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Resource Include="Images\Reload.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\NavigateBack.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Resource Include="Images\Menu.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Resource> <Page Include="Images\Keyboard.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Images\Battery.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Images\AboutNotification.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Windows\LockScreen.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Windows\LogWindow.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Windows\MessageBoxDialog.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="Windows\PasswordDialog.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Windows\ProctoringWindow.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Windows\RuntimeWindow.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Windows\ServerFailureDialog.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> <Page Include="Windows\SplashScreen.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Windows\Taskbar.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Windows\Taskview.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <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> <Page Include="Templates\ScrollViewers.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> </ItemGroup> <ItemGroup> <Resource Include="Images\LogNotification.ico" /> </ItemGroup> <ItemGroup> <Resource Include="Images\SafeExamBrowser.ico" /> </ItemGroup> <ItemGroup> <Resource Include="Images\SplashScreen.png" /> </ItemGroup> <ItemGroup> <None Include="packages.config" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>