Change reference paths

This commit is contained in:
zervo 2024-10-14 23:11:53 +02:00
parent 31010c7c09
commit 6e84c4f6ff

View file

@ -29,49 +29,49 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="Mono.Cecil">
<HintPath>..\..\..\..\Public\Win11\Mono.Cecil.dll</HintPath>
<HintPath>$(ReferenceBasePath)\Mono.Cecil.dll</HintPath>
</Reference>
<Reference Include="Mono.Cecil.Mdb">
<HintPath>..\..\..\..\Public\Win11\Mono.Cecil.Mdb.dll</HintPath>
<HintPath>$(ReferenceBasePath)\Mono.Cecil.Mdb.dll</HintPath>
</Reference>
<Reference Include="Mono.Cecil.Pdb">
<HintPath>..\..\..\..\Public\Win11\Mono.Cecil.Pdb.dll</HintPath>
<HintPath>$(ReferenceBasePath)\Mono.Cecil.Pdb.dll</HintPath>
</Reference>
<Reference Include="Mono.Cecil.Rocks">
<HintPath>..\..\..\..\Public\Win11\Mono.Cecil.Rocks.dll</HintPath>
<HintPath>$(ReferenceBasePath)\Mono.Cecil.Rocks.dll</HintPath>
</Reference>
<Reference Include="MonoMod.Common">
<HintPath>..\..\..\..\Public\Win11\MonoMod.Common.dll</HintPath>
<HintPath>$(ReferenceBasePath)\MonoMod.Common.dll</HintPath>
</Reference>
<Reference Include="MonoMod.RuntimeDetour">
<HintPath>..\..\..\..\Public\Win11\MonoMod.RuntimeDetour.dll</HintPath>
<HintPath>$(ReferenceBasePath)\MonoMod.RuntimeDetour.dll</HintPath>
</Reference>
<Reference Include="MonoMod.Utils">
<HintPath>..\..\..\..\Public\Win11\MonoMod.Utils.dll</HintPath>
<HintPath>$(ReferenceBasePath)\MonoMod.Utils.dll</HintPath>
</Reference>
<Reference Include="SafeExamBrowser.Logging.Contracts">
<HintPath>..\..\..\..\Public\Win11\SafeExamBrowser.Logging.Contracts.dll</HintPath>
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.Logging.Contracts.dll</HintPath>
</Reference>
<Reference Include="SafeExamBrowser.Monitoring">
<HintPath>..\..\..\..\Public\Win11\SafeExamBrowser.Monitoring.dll</HintPath>
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.Monitoring.dll</HintPath>
</Reference>
<Reference Include="SafeExamBrowser.SystemComponents.Contracts">
<HintPath>..\..\..\..\Public\Win11\SafeExamBrowser.SystemComponents.Contracts.dll</HintPath>
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.SystemComponents.Contracts.dll</HintPath>
</Reference>
<Reference Include="0Harmony">
<HintPath>..\..\..\..\Public\Win11\0Harmony.dll</HintPath>
<HintPath>$(ReferenceBasePath)\0Harmony.dll</HintPath>
</Reference>
<Reference Include="MonoMod.UnitTest">
<HintPath>..\..\..\..\Public\Win11\MonoMod.UnitTest.dll</HintPath>
<HintPath>$(ReferenceBasePath)\MonoMod.UnitTest.dll</HintPath>
</Reference>
<Reference Include="MonoMod">
<HintPath>..\..\..\..\Public\Win11\MonoMod.exe</HintPath>
<HintPath>$(ReferenceBasePath)\MonoMod.exe</HintPath>
</Reference>
<Reference Include="SafeExamBrowser.WindowsApi.Contracts">
<HintPath>..\..\..\..\Public\Win11\SafeExamBrowser.WindowsApi.Contracts.dll</HintPath>
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.WindowsApi.Contracts.dll</HintPath>
</Reference>
<Reference Include="SafeExamBrowser.Settings">
<HintPath>..\..\..\..\Public\Win11\SafeExamBrowser.Settings.dll</HintPath>
<HintPath>$(ReferenceBasePath)\SafeExamBrowser.Settings.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
@ -85,4 +85,4 @@
<Folder Include="Applications\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>