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-03-20 14:07:30 +01:00
<Import Project= "..\packages\CefSharp.WinForms.71.0.2\build\CefSharp.WinForms.props" Condition= "Exists('..\packages\CefSharp.WinForms.71.0.2\build\CefSharp.WinForms.props')" />
<Import Project= "..\packages\CefSharp.Common.71.0.2\build\CefSharp.Common.props" Condition= "Exists('..\packages\CefSharp.Common.71.0.2\build\CefSharp.Common.props')" />
<Import Project= "..\packages\cef.redist.x86.3.3578.1870\build\cef.redist.x86.props" Condition= "Exists('..\packages\cef.redist.x86.3.3578.1870\build\cef.redist.x86.props')" />
<Import Project= "..\packages\cef.redist.x64.3.3578.1870\build\cef.redist.x64.props" Condition= "Exists('..\packages\cef.redist.x64.3.3578.1870\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>
<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>
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'" >
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" >
2017-07-24 17:31:28 +02:00
</PropertyGroup>
2017-07-12 15:36:30 +02:00
<ItemGroup >
<Reference Include= "System" />
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 >
2017-07-14 10:28:59 +02:00
<Compile Include= "BrowserApplicationController.cs" />
2017-07-12 15:36:30 +02:00
<Compile Include= "BrowserApplicationInfo.cs" />
2017-07-14 10:28:59 +02:00
<Compile Include= "BrowserApplicationInstance.cs" />
2018-08-31 07:49:41 +02:00
<Compile Include= "BrowserInstanceIdentifier.cs" />
2019-01-17 16:15:10 +01:00
<Compile Include= "Events\FaviconChangedEventHandler.cs" />
2019-01-17 11:12:17 +01:00
<Compile Include= "Events\PopupRequestedEventArgs.cs" />
<Compile Include= "Events\PopupRequestedEventHandler.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" />
2017-07-12 15:36:30 +02:00
<Compile Include= "Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\SafeExamBrowser.Contracts\SafeExamBrowser.Contracts.csproj" >
<Project > {47DA5933-BEF8-4729-94E6-ABDE2DB12262}</Project>
<Name > SafeExamBrowser.Contracts</Name>
</ProjectReference>
</ItemGroup>
2017-07-24 17:31:28 +02:00
<ItemGroup >
2019-03-20 14:00:36 +01:00
<None Include= "packages.config" >
<SubType > Designer</SubType>
</None>
2017-07-24 17:31:28 +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>
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-03-20 14:07:30 +01:00
<Error Condition= "!Exists('..\packages\cef.redist.x64.3.3578.1870\build\cef.redist.x64.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\cef.redist.x64.3.3578.1870\build\cef.redist.x64.props'))" />
<Error Condition= "!Exists('..\packages\cef.redist.x86.3.3578.1870\build\cef.redist.x86.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\cef.redist.x86.3.3578.1870\build\cef.redist.x86.props'))" />
<Error Condition= "!Exists('..\packages\CefSharp.Common.71.0.2\build\CefSharp.Common.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Common.71.0.2\build\CefSharp.Common.props'))" />
<Error Condition= "!Exists('..\packages\CefSharp.Common.71.0.2\build\CefSharp.Common.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Common.71.0.2\build\CefSharp.Common.targets'))" />
<Error Condition= "!Exists('..\packages\CefSharp.WinForms.71.0.2\build\CefSharp.WinForms.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.WinForms.71.0.2\build\CefSharp.WinForms.props'))" />
<Error Condition= "!Exists('..\packages\CefSharp.WinForms.71.0.2\build\CefSharp.WinForms.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.WinForms.71.0.2\build\CefSharp.WinForms.targets'))" />
2017-07-24 17:31:28 +02:00
</Target>
2019-03-20 14:07:30 +01:00
<Import Project= "..\packages\CefSharp.Common.71.0.2\build\CefSharp.Common.targets" Condition= "Exists('..\packages\CefSharp.Common.71.0.2\build\CefSharp.Common.targets')" />
<Import Project= "..\packages\CefSharp.WinForms.71.0.2\build\CefSharp.WinForms.targets" Condition= "Exists('..\packages\CefSharp.WinForms.71.0.2\build\CefSharp.WinForms.targets')" />
2017-07-12 15:36:30 +02:00
</Project>