105 lines
4.5 KiB
XML
105 lines
4.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{366BC693-9A33-48C8-B61C-31E76A5CF6E4}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>SEBPatcher.Monitoring</RootNamespace>
|
|
<AssemblyName>SafeExamBrowser.Monitoring.SEBPatcher.mm</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="Mono.Cecil">
|
|
<HintPath>$(ReferenceBasePath)\Mono.Cecil.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Mono.Cecil.Mdb">
|
|
<HintPath>$(ReferenceBasePath)\Mono.Cecil.Mdb.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Mono.Cecil.Pdb">
|
|
<HintPath>$(ReferenceBasePath)\Mono.Cecil.Pdb.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Mono.Cecil.Rocks">
|
|
<HintPath>$(ReferenceBasePath)\Mono.Cecil.Rocks.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MonoMod.Common">
|
|
<HintPath>$(ReferenceBasePath)\MonoMod.Common.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MonoMod.RuntimeDetour">
|
|
<HintPath>$(ReferenceBasePath)\MonoMod.RuntimeDetour.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MonoMod.Utils">
|
|
<HintPath>$(ReferenceBasePath)\MonoMod.Utils.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SafeExamBrowser.Logging.Contracts">
|
|
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.Logging.Contracts.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="SafeExamBrowser.Monitoring">
|
|
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.Monitoring.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="SafeExamBrowser.SystemComponents.Contracts">
|
|
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.SystemComponents.Contracts.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="0Harmony">
|
|
<HintPath>$(ReferenceBasePath)\0Harmony.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MonoMod.UnitTest">
|
|
<HintPath>$(ReferenceBasePath)\MonoMod.UnitTest.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MonoMod">
|
|
<HintPath>$(ReferenceBasePath)\MonoMod.exe</HintPath>
|
|
</Reference>
|
|
<Reference Include="SafeExamBrowser.WindowsApi.Contracts">
|
|
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.WindowsApi.Contracts.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="SafeExamBrowser.Settings">
|
|
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.Settings.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="SafeExamBrowser.Monitoring.Contracts">
|
|
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.Monitoring.Contracts.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="patch_VirtualMachineDetector.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="patch_Clipboard.cs" />
|
|
<Compile Include="patch_RemoteSessionDetector.cs" />
|
|
<Compile Include="Display\patch_DisplayMonitor.cs" />
|
|
<Compile Include="Keyboard\patch_KeyboardInterceptor.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Display\" />
|
|
<Folder Include="Keyboard\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\SEBPatcherUtils\SEBPatcherUtils.csproj">
|
|
<Project>{82F861DC-D8C7-46F9-AA60-B67CF43712D5}</Project>
|
|
<Name>SEBPatcherUtils</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
</Project>
|