-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
22 lines (20 loc) · 962 Bytes
/
Directory.Build.props
File metadata and controls
22 lines (20 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project>
<PropertyGroup>
<VersionPrefix>0.8.6</VersionPrefix>
<Authors>BepInEx, Toni Macaroni</Authors>
<LangVersion>latest</LangVersion>
<Nullable>disable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageLicenseExpression>AGPL-2.0</PackageLicenseExpression>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DebugType>embedded</DebugType>
<Configurations>Debug;Release</Configurations>
<RepositoryUrl>https://github.com/ToniMacaroni/RedLoader</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<BuildDir>$(SolutionDir)bin</BuildDir>
<Cpp2IlVersion>2022.1.0-pre-release.19</Cpp2IlVersion>
<Il2CppInteropVersion>1.4.6-ci.602</Il2CppInteropVersion>
<ProjectAlias>_Redloader</ProjectAlias>
<GamePath>F:\SteamLibrary\steamapps\common\Sons Of The Forest</GamePath>
</PropertyGroup>
</Project>