Change reference paths
This commit is contained in:
		
							parent
							
								
									31010c7c09
								
							
						
					
					
						commit
						6e84c4f6ff
					
				
					 1 changed files with 16 additions and 16 deletions
				
			
		|  | @ -29,49 +29,49 @@ | ||||||
|   <ItemGroup> |   <ItemGroup> | ||||||
|     <Reference Include="System" /> |     <Reference Include="System" /> | ||||||
|     <Reference Include="Mono.Cecil"> |     <Reference Include="Mono.Cecil"> | ||||||
|       <HintPath>..\..\..\..\Public\Win11\Mono.Cecil.dll</HintPath> |       <HintPath>$(ReferenceBasePath)\Mono.Cecil.dll</HintPath> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="Mono.Cecil.Mdb"> |     <Reference Include="Mono.Cecil.Mdb"> | ||||||
|       <HintPath>..\..\..\..\Public\Win11\Mono.Cecil.Mdb.dll</HintPath> |       <HintPath>$(ReferenceBasePath)\Mono.Cecil.Mdb.dll</HintPath> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="Mono.Cecil.Pdb"> |     <Reference Include="Mono.Cecil.Pdb"> | ||||||
|       <HintPath>..\..\..\..\Public\Win11\Mono.Cecil.Pdb.dll</HintPath> |       <HintPath>$(ReferenceBasePath)\Mono.Cecil.Pdb.dll</HintPath> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="Mono.Cecil.Rocks"> |     <Reference Include="Mono.Cecil.Rocks"> | ||||||
|       <HintPath>..\..\..\..\Public\Win11\Mono.Cecil.Rocks.dll</HintPath> |       <HintPath>$(ReferenceBasePath)\Mono.Cecil.Rocks.dll</HintPath> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="MonoMod.Common"> |     <Reference Include="MonoMod.Common"> | ||||||
|       <HintPath>..\..\..\..\Public\Win11\MonoMod.Common.dll</HintPath> |       <HintPath>$(ReferenceBasePath)\MonoMod.Common.dll</HintPath> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="MonoMod.RuntimeDetour"> |     <Reference Include="MonoMod.RuntimeDetour"> | ||||||
|       <HintPath>..\..\..\..\Public\Win11\MonoMod.RuntimeDetour.dll</HintPath> |       <HintPath>$(ReferenceBasePath)\MonoMod.RuntimeDetour.dll</HintPath> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="MonoMod.Utils"> |     <Reference Include="MonoMod.Utils"> | ||||||
|       <HintPath>..\..\..\..\Public\Win11\MonoMod.Utils.dll</HintPath> |       <HintPath>$(ReferenceBasePath)\MonoMod.Utils.dll</HintPath> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="SafeExamBrowser.Logging.Contracts"> |     <Reference Include="SafeExamBrowser.Logging.Contracts"> | ||||||
|       <HintPath>..\..\..\..\Public\Win11\SafeExamBrowser.Logging.Contracts.dll</HintPath> |       <HintPath>$(ReferenceBasePath)\SafeExamBrowser.Logging.Contracts.dll</HintPath> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="SafeExamBrowser.Monitoring"> |     <Reference Include="SafeExamBrowser.Monitoring"> | ||||||
|       <HintPath>..\..\..\..\Public\Win11\SafeExamBrowser.Monitoring.dll</HintPath> |       <HintPath>$(ReferenceBasePath)\SafeExamBrowser.Monitoring.dll</HintPath> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="SafeExamBrowser.SystemComponents.Contracts"> |     <Reference Include="SafeExamBrowser.SystemComponents.Contracts"> | ||||||
|       <HintPath>..\..\..\..\Public\Win11\SafeExamBrowser.SystemComponents.Contracts.dll</HintPath> |       <HintPath>$(ReferenceBasePath)\SafeExamBrowser.SystemComponents.Contracts.dll</HintPath> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="0Harmony"> |     <Reference Include="0Harmony"> | ||||||
|       <HintPath>..\..\..\..\Public\Win11\0Harmony.dll</HintPath> |       <HintPath>$(ReferenceBasePath)\0Harmony.dll</HintPath> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="MonoMod.UnitTest"> |     <Reference Include="MonoMod.UnitTest"> | ||||||
|       <HintPath>..\..\..\..\Public\Win11\MonoMod.UnitTest.dll</HintPath> |       <HintPath>$(ReferenceBasePath)\MonoMod.UnitTest.dll</HintPath> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="MonoMod"> |     <Reference Include="MonoMod"> | ||||||
|       <HintPath>..\..\..\..\Public\Win11\MonoMod.exe</HintPath> |       <HintPath>$(ReferenceBasePath)\MonoMod.exe</HintPath> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="SafeExamBrowser.WindowsApi.Contracts"> |     <Reference Include="SafeExamBrowser.WindowsApi.Contracts"> | ||||||
|       <HintPath>..\..\..\..\Public\Win11\SafeExamBrowser.WindowsApi.Contracts.dll</HintPath> |       <HintPath>$(ReferenceBasePath)\SafeExamBrowser.WindowsApi.Contracts.dll</HintPath> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="SafeExamBrowser.Settings"> |     <Reference Include="SafeExamBrowser.Settings"> | ||||||
|       <HintPath>..\..\..\..\Public\Win11\SafeExamBrowser.Settings.dll</HintPath> |       <HintPath>$(ReferenceBasePath)\SafeExamBrowser.Settings.dll</HintPath> | ||||||
|     </Reference> |     </Reference> | ||||||
|   </ItemGroup> |   </ItemGroup> | ||||||
|   <ItemGroup> |   <ItemGroup> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue