2017-07-12 15:36:30 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2020-10-26 14:08:51 +01:00
<Import Project= "..\packages\CefSharp.WinForms.85.3.130\build\CefSharp.WinForms.props" Condition= "Exists('..\packages\CefSharp.WinForms.85.3.130\build\CefSharp.WinForms.props')" />
<Import Project= "..\packages\CefSharp.Common.85.3.130\build\CefSharp.Common.props" Condition= "Exists('..\packages\CefSharp.Common.85.3.130\build\CefSharp.Common.props')" />
<Import Project= "..\packages\cef.redist.x86.85.3.13\build\cef.redist.x86.props" Condition= "Exists('..\packages\cef.redist.x86.85.3.13\build\cef.redist.x86.props')" />
<Import Project= "..\packages\cef.redist.x64.85.3.13\build\cef.redist.x64.props" Condition= "Exists('..\packages\cef.redist.x64.85.3.13\build\cef.redist.x64.props')" />
2017-07-12 15:36:30 +02:00
<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 > {04E653F1-98E6-4E34-9DD7-7F2BC1A8B767}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > SafeExamBrowser.Browser</RootNamespace>
<AssemblyName > SafeExamBrowser.Browser</AssemblyName>
2019-03-20 14:00:36 +01:00
<TargetFrameworkVersion > v4.7.2</TargetFrameworkVersion>
2017-07-12 15:36:30 +02:00
<FileAlignment > 512</FileAlignment>
2017-07-24 17:31:28 +02:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2019-03-20 14:00:36 +01:00
<TargetFrameworkProfile />
2017-07-12 15:36:30 +02:00
</PropertyGroup>
2017-07-24 17:31:28 +02:00
<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>
2018-06-21 07:56:25 +02:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|x64'" >
2019-11-06 15:45:17 +01:00
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<PlatformTarget > x64</PlatformTarget>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<OutputPath > bin\x64\Debug\</OutputPath>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
2018-06-21 07:56:25 +02:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" >
2019-11-06 15:45:17 +01:00
<DebugType > pdbonly</DebugType>
<OutputPath > bin\x64\Release\</OutputPath>
<PlatformTarget > x64</PlatformTarget>
<Optimize > true</Optimize>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
2017-07-24 17:31:28 +02:00
</PropertyGroup>
2017-07-12 15:36:30 +02:00
<ItemGroup >
2020-08-03 14:41:25 +02:00
<Reference Include= "Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath > ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
2020-06-22 12:03:29 +02:00
<Reference Include= "Syroot.KnownFolders, Version=1.2.3.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Syroot.Windows.IO.KnownFolders.1.2.3\lib\netstandard2.0\Syroot.KnownFolders.dll</HintPath>
2020-01-20 16:13:08 +01:00
</Reference>
2017-07-12 15:36:30 +02:00
<Reference Include= "System" />
2019-09-10 11:01:49 +02:00
<Reference Include= "System.Drawing" />
2019-05-08 13:53:38 +02:00
<Reference Include= "System.Net.Http" />
2020-06-22 12:03:29 +02:00
<Reference Include= "System.Security.Principal.Windows, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Security.Principal.Windows.4.7.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
</Reference>
2017-07-25 11:36:50 +02:00
<Reference Include= "System.Windows.Forms" />
2017-07-12 15:36:30 +02:00
<Reference Include= "Microsoft.CSharp" />
</ItemGroup>
<ItemGroup >
2019-08-30 12:30:00 +02:00
<Compile Include= "BrowserApplication.cs" />
2017-07-14 10:28:59 +02:00
<Compile Include= "BrowserApplicationInstance.cs" />
2020-01-20 16:13:08 +01:00
<Compile Include= "Events\DialogRequestedEventArgs.cs" />
<Compile Include= "Events\DialogRequestedEventHandler.cs" />
2020-01-22 15:16:11 +01:00
<Compile Include= "Events\DownloadUpdatedEventHandler.cs" />
2019-01-17 16:15:10 +01:00
<Compile Include= "Events\FaviconChangedEventHandler.cs" />
2019-11-28 17:22:04 +01:00
<Compile Include= "Events\InstanceTerminatedEventHandler.cs" />
2019-01-17 11:12:17 +01:00
<Compile Include= "Events\PopupRequestedEventArgs.cs" />
<Compile Include= "Events\PopupRequestedEventHandler.cs" />
2019-09-12 12:31:17 +02:00
<Compile Include= "Events\ProgressChangedEventHandler.cs" />
2020-09-21 19:22:15 +02:00
<Compile Include= "Events\ResetRequestedEventHandler.cs" />
2019-12-19 15:02:40 +01:00
<Compile Include= "Events\UrlEventHandler.cs" />
2019-09-06 08:13:27 +02:00
<Compile Include= "Filters\RequestFilter.cs" />
2019-09-10 11:01:49 +02:00
<Compile Include= "Filters\Rules\RegexRule.cs" />
2019-09-13 09:17:14 +02:00
<Compile Include= "Filters\RuleFactory.cs" />
<Compile Include= "Filters\Rules\SimplifiedRule.cs" />
2018-03-08 07:35:58 +01:00
<Compile Include= "Handlers\ContextMenuHandler.cs" />
2017-07-25 11:36:50 +02:00
<Compile Include= "BrowserControl.cs" >
<SubType > Component</SubType>
</Compile>
2017-07-12 15:36:30 +02:00
<Compile Include= "BrowserIconResource.cs" />
2020-01-20 16:13:08 +01:00
<Compile Include= "Handlers\DialogHandler.cs" />
2019-01-17 16:15:10 +01:00
<Compile Include= "Handlers\DisplayHandler.cs" />
2018-06-21 07:56:25 +02:00
<Compile Include= "Handlers\DownloadHandler.cs" />
2018-03-08 07:35:58 +01:00
<Compile Include= "Handlers\KeyboardHandler.cs" />
2019-01-17 11:12:17 +01:00
<Compile Include= "Handlers\LifeSpanHandler.cs" />
2018-03-08 07:35:58 +01:00
<Compile Include= "Handlers\RequestHandler.cs" />
2019-09-10 11:01:49 +02:00
<Compile Include= "Handlers\ResourceHandler.cs" />
2020-03-13 15:56:32 +01:00
<Compile Include= "Pages\HtmlLoader.cs" />
2017-07-12 15:36:30 +02:00
<Compile Include= "Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup >
2019-08-30 09:55:26 +02:00
<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.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>
2019-09-06 09:39:28 +02:00
<ProjectReference Include= "..\SafeExamBrowser.Settings\SafeExamBrowser.Settings.csproj" >
<Project > {30b2d907-5861-4f39-abad-c4abf1b3470e}</Project>
<Name > SafeExamBrowser.Settings</Name>
</ProjectReference>
2019-08-30 09:55:26 +02:00
<ProjectReference Include= "..\SafeExamBrowser.UserInterface.Contracts\SafeExamBrowser.UserInterface.Contracts.csproj" >
<Project > {c7889e97-6ff6-4a58-b7cb-521ed276b316}</Project>
<Name > SafeExamBrowser.UserInterface.Contracts</Name>
2017-07-12 15:36:30 +02:00
</ProjectReference>
2020-09-21 19:22:15 +02:00
<ProjectReference Include= "..\SafeExamBrowser.WindowsApi.Contracts\SafeExamBrowser.WindowsApi.Contracts.csproj" >
<Project > {7016f080-9aa5-41b2-a225-385ad877c171}</Project>
<Name > SafeExamBrowser.WindowsApi.Contracts</Name>
</ProjectReference>
2017-07-12 15:36:30 +02:00
</ItemGroup>
2019-09-10 11:01:49 +02:00
<ItemGroup >
2020-03-13 15:56:32 +01:00
<EmbeddedResource Include= "Pages\BlockedContent.html" />
<EmbeddedResource Include= "Pages\BlockedPage.html" />
</ItemGroup>
2020-06-22 12:03:29 +02:00
<ItemGroup >
<None Include= "app.config" />
2020-10-26 14:08:51 +01:00
<None Include= "packages.config" >
<SubType > Designer</SubType>
</None>
2020-06-22 12:03:29 +02:00
</ItemGroup>
2017-07-12 15:36:30 +02:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2018-03-08 07:35:58 +01:00
<PropertyGroup >
<PostBuildEvent >
</PostBuildEvent>
</PropertyGroup>
2019-07-26 10:06:04 +02:00
<Target Name= "AfterClean" AfterTargets= "Clean" >
<RemoveDir Directories= "$(TargetDir)" />
</Target>
2017-07-24 17:31:28 +02:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
2020-10-26 14:08:51 +01:00
<Error Condition= "!Exists('..\packages\cef.redist.x64.85.3.13\build\cef.redist.x64.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\cef.redist.x64.85.3.13\build\cef.redist.x64.props'))" />
<Error Condition= "!Exists('..\packages\cef.redist.x86.85.3.13\build\cef.redist.x86.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\cef.redist.x86.85.3.13\build\cef.redist.x86.props'))" />
<Error Condition= "!Exists('..\packages\CefSharp.Common.85.3.130\build\CefSharp.Common.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Common.85.3.130\build\CefSharp.Common.props'))" />
<Error Condition= "!Exists('..\packages\CefSharp.Common.85.3.130\build\CefSharp.Common.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Common.85.3.130\build\CefSharp.Common.targets'))" />
<Error Condition= "!Exists('..\packages\CefSharp.WinForms.85.3.130\build\CefSharp.WinForms.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.WinForms.85.3.130\build\CefSharp.WinForms.props'))" />
<Error Condition= "!Exists('..\packages\CefSharp.WinForms.85.3.130\build\CefSharp.WinForms.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.WinForms.85.3.130\build\CefSharp.WinForms.targets'))" />
2017-07-24 17:31:28 +02:00
</Target>
2020-10-26 14:08:51 +01:00
<Import Project= "..\packages\CefSharp.Common.85.3.130\build\CefSharp.Common.targets" Condition= "Exists('..\packages\CefSharp.Common.85.3.130\build\CefSharp.Common.targets')" />
<Import Project= "..\packages\CefSharp.WinForms.85.3.130\build\CefSharp.WinForms.targets" Condition= "Exists('..\packages\CefSharp.WinForms.85.3.130\build\CefSharp.WinForms.targets')" />
2017-07-12 15:36:30 +02:00
</Project>