-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathS1APIExamples.csproj
More file actions
37 lines (33 loc) · 1.63 KB
/
S1APIExamples.csproj
File metadata and controls
37 lines (33 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>C:\Users\Akermi\Documents\Documents\GitHub\S1API\ScheduleOneAssemblies\Il2CppAssemblies\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Il2CppInterop.Runtime">
<HintPath>..\..\Documents\GitHub\S1API\S1API\bin\Il2Cpp\netstandard2.1\Il2CppInterop.Runtime.dll</HintPath>
</Reference>
<Reference Include="Il2Cppmscorlib">
<HintPath>..\..\Documents\GitHub\S1API\S1API\bin\Il2Cpp\netstandard2.1\Il2Cppmscorlib.dll</HintPath>
</Reference>
<Reference Include="MelonLoader">
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\Schedule I - Copy\MelonLoader\net6\MelonLoader.dll</HintPath>
</Reference>
<Reference Include="S1API">
<HintPath>C:\Users\Akermi\Documents\GitHub\S1API\S1API\bin\Il2Cpp\netstandard2.1\S1API.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\..\Documents\GitHub\S1API\S1API\bin\Il2Cpp\netstandard2.1\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>..\..\Documents\GitHub\S1API\S1API\bin\Il2Cpp\netstandard2.1\UnityEngine.CoreModule.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>