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" >
2019-09-24 07:37:42 +02:00
<Import Project= "..\packages\CefSharp.WinForms.75.1.142\build\CefSharp.WinForms.props" Condition= "Exists('..\packages\CefSharp.WinForms.75.1.142\build\CefSharp.WinForms.props')" />
<Import Project= "..\packages\CefSharp.Common.75.1.142\build\CefSharp.Common.props" Condition= "Exists('..\packages\CefSharp.Common.75.1.142\build\CefSharp.Common.props')" />
2019-08-23 15:48:23 +02:00
<Import Project= "..\packages\cef.redist.x86.75.1.14\build\cef.redist.x86.props" Condition= "Exists('..\packages\cef.redist.x86.75.1.14\build\cef.redist.x86.props')" />
<Import Project= "..\packages\cef.redist.x64.75.1.14\build\cef.redist.x64.props" Condition= "Exists('..\packages\cef.redist.x64.75.1.14\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 >
<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" />
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" />
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" />
<Compile Include= "Events\RequestBlockedEventHandler.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" />
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" />
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>
</ItemGroup>
2017-07-24 17:31:28 +02:00
<ItemGroup >
2019-05-08 15:41:57 +02:00
<None Include= "packages.config" >
<SubType > Designer</SubType>
</None>
2017-07-24 17:31:28 +02:00
</ItemGroup>
2019-09-10 11:01:49 +02:00
<ItemGroup >
<EmbeddedResource Include= "Filters\BlockedContent.html" />
<EmbeddedResource Include= "Filters\BlockedPage.html" />
</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>
2019-08-23 15:48:23 +02:00
<Error Condition= "!Exists('..\packages\cef.redist.x64.75.1.14\build\cef.redist.x64.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\cef.redist.x64.75.1.14\build\cef.redist.x64.props'))" />
<Error Condition= "!Exists('..\packages\cef.redist.x86.75.1.14\build\cef.redist.x86.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\cef.redist.x86.75.1.14\build\cef.redist.x86.props'))" />
2019-09-24 07:37:42 +02:00
<Error Condition= "!Exists('..\packages\CefSharp.Common.75.1.142\build\CefSharp.Common.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Common.75.1.142\build\CefSharp.Common.props'))" />
<Error Condition= "!Exists('..\packages\CefSharp.Common.75.1.142\build\CefSharp.Common.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Common.75.1.142\build\CefSharp.Common.targets'))" />
<Error Condition= "!Exists('..\packages\CefSharp.WinForms.75.1.142\build\CefSharp.WinForms.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.WinForms.75.1.142\build\CefSharp.WinForms.props'))" />
<Error Condition= "!Exists('..\packages\CefSharp.WinForms.75.1.142\build\CefSharp.WinForms.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.WinForms.75.1.142\build\CefSharp.WinForms.targets'))" />
2017-07-24 17:31:28 +02:00
</Target>
2019-09-24 07:37:42 +02:00
<Import Project= "..\packages\CefSharp.Common.75.1.142\build\CefSharp.Common.targets" Condition= "Exists('..\packages\CefSharp.Common.75.1.142\build\CefSharp.Common.targets')" />
<Import Project= "..\packages\CefSharp.WinForms.75.1.142\build\CefSharp.WinForms.targets" Condition= "Exists('..\packages\CefSharp.WinForms.75.1.142\build\CefSharp.WinForms.targets')" />
2017-07-12 15:36:30 +02:00
</Project>