SEB-Patcher/SEBPatcher.Client/SEBPatcher.Client.csproj
2024-11-15 08:01:26 +01:00

138 lines
No EOL
6.1 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>{48A5F9AC-B556-4F24-990C-017E485790D2}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>SEBPatcher.Client</RootNamespace>
<AssemblyName>SafeExamBrowser.Client.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="MonoMod">
<HintPath>$(ReferenceBasePath)\MonoMod.exe</HintPath>
</Reference>
<Reference Include="0Harmony">
<HintPath>$(ReferenceBasePath)\0Harmony.dll</HintPath>
</Reference>
<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.UnitTest">
<HintPath>$(ReferenceBasePath)\MonoMod.UnitTest.dll</HintPath>
</Reference>
<Reference Include="MonoMod.Utils">
<HintPath>$(ReferenceBasePath)\MonoMod.Utils.dll</HintPath>
</Reference>
<Reference Include="SafeExamBrowser.Client-nstrip">
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.Client-nstrip.exe</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SafeExamBrowser.UserInterface.Contracts">
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.UserInterface.Contracts.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SafeExamBrowser.Monitoring.Contracts">
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.Monitoring.Contracts.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SafeExamBrowser.WindowsApi">
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.WindowsApi.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SafeExamBrowser.WindowsApi.Contracts">
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.WindowsApi.Contracts.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SafeExamBrowser.Configuration">
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.Configuration.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SafeExamBrowser.Configuration.Contracts">
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.Configuration.Contracts.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SafeExamBrowser.Logging">
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.Logging.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SafeExamBrowser.Logging.Contracts">
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.Logging.Contracts.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SafeExamBrowser.SystemComponents.Contracts">
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.SystemComponents.Contracts.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SafeExamBrowser.Core">
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SafeExamBrowser.Core.Contracts">
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.Core.Contracts.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SafeExamBrowser.Communication.Contracts">
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.Communication.Contracts.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SafeExamBrowser.Communication">
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.Communication.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SafeExamBrowser.I18n">
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.I18n.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SafeExamBrowser.I18n.Contracts">
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.I18n.Contracts.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="patch_ClientController.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SEBPatcherUtils\SEBPatcherUtils.csproj">
<Project>{82F861DC-D8C7-46F9-AA60-B67CF43712D5}</Project>
<Name>SEBPatcherUtils</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>