SEB-Patcher/SEBPatcher.Configuration/SEBPatcher.Configuration.csproj
2024-10-16 21:19:33 +02:00

88 lines
No EOL
3.7 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>{6E7CE06E-5C8A-40F9-8DCA-0C72D30A4AEF}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>SEBPatcher.Configuration</RootNamespace>
<AssemblyName>SafeExamBrowser.Configuration.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="0Harmony">
<HintPath>$(ReferenceBasePath)\0Harmony.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">
<HintPath>$(ReferenceBasePath)\MonoMod.exe</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.Configuration">
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.Configuration.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.Configuration.Contracts">
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.Configuration.Contracts.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Integrity\patch_IntegrityModule.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SEBPatcherUtils\SEBPatcherUtils.csproj">
<Project>{82F861DC-D8C7-46F9-AA60-B67CF43712D5}</Project>
<Name>SEBPatcherUtils</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Integrity\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>