-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSNBypass.csproj
More file actions
37 lines (33 loc) · 1.04 KB
/
SNBypass.csproj
File metadata and controls
37 lines (33 loc) · 1.04 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>net472</TargetFramework>
<LangVersion>Latest</LangVersion>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<None Remove=".gitattributes" />
<None Remove="LICENSE" />
</ItemGroup>
<ItemGroup>
<Reference Include="0Harmony">
<HintPath>References\0Harmony.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>References\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Il2Cppmscorlib">
<HintPath>References\Il2Cppmscorlib.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="MelonLoader">
<HintPath>References\MelonLoader.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnhollowerBaseLib">
<HintPath>References\UnhollowerBaseLib.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
</Project>