20 lines
1.1 KiB
XML
20 lines
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net48</TargetFramework>
|
|
<AssemblyName>ONIAgentBridge</AssemblyName>
|
|
<RootNamespace>ONIAgentBridge</RootNamespace>
|
|
<LangVersion>latest</LangVersion>
|
|
<Nullable>disable</Nullable>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="0Harmony" HintPath="$(ONI_Path)\0Harmony.dll" Private="False" />
|
|
<Reference Include="Assembly-CSharp" HintPath="$(ONI_Path)\Assembly-CSharp.dll" Private="False" />
|
|
<Reference Include="Assembly-CSharp-firstpass" HintPath="$(ONI_Path)\Assembly-CSharp-firstpass.dll" Private="False" />
|
|
<Reference Include="Newtonsoft.Json" HintPath="$(ONI_Path)\Newtonsoft.Json.dll" Private="False" />
|
|
<Reference Include="UnityEngine" HintPath="$(ONI_Path)\UnityEngine.dll" Private="False" />
|
|
<Reference Include="UnityEngine.CoreModule" HintPath="$(ONI_Path)\UnityEngine.CoreModule.dll" Private="False" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="UnityEngine.ScreenCaptureModule" HintPath="$(ONI_Path)\UnityEngine.ScreenCaptureModule.dll" Private="False" />
|
|
</ItemGroup>
|
|
</Project>
|