-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLanguagesMod.csproj
27 lines (27 loc) · 1.05 KB
/
LanguagesMod.csproj
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
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<RootNamespace>Seva167.LanguagesMod</RootNamespace>
<AssemblyName>LanguagesMod</AssemblyName>
<Title>LanguagesMod</Title>
<Version>1.0</Version>
<Authors>Seva167</Authors>
<Description>Adds ability to make custom translations</Description>
<!--Use this to set the namespace.classname of your entry point class (Mod.cs)-->
<!--<EntryPointClass></EntryPointClass>-->
</PropertyGroup>
<ItemGroup>
<PackageReference Include="XGames105.PMF" Version="0.5.1" />
<PackageReference Include="XGames105.PMF.Msbuild" Version="0.5.1" />
</ItemGroup>
<PropertyGroup>
<UseDirectLink>true</UseDirectLink>
</PropertyGroup>
<PropertyGroup>
<ProxyDllsFolder>C:\Users\User\Desktop\Primitier\MelonLoader\Managed</ProxyDllsFolder>
</PropertyGroup>
<PropertyGroup>
<MelonloaderDll>C:\Users\User\Desktop\Primitier\MelonLoader\MelonLoader.dll</MelonloaderDll>
</PropertyGroup>
</Project>