-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDirectory.Build.props
28 lines (25 loc) · 1.2 KB
/
Directory.Build.props
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
<Project>
<PropertyGroup>
<TargetFrameworks>net9.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RollForward>Major</RollForward>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>Maximiliano Muller, Santiago Gerhart.</Authors>
<Company>Padoru Corp.</Company>
<Copyright>Copyright © 2025 Padoru Corp.</Copyright>
<Description>
This application purpose is to change the language of Black Desert Online to english.
When the game path is correctly set, the language updates automatically on every update.
</Description>
<Product>BDOLanguageUpdater</Product>
<ProductName>BDOLanguageUpdater</ProductName>
<AssemblyTitle>BDOLanguageUpdater</AssemblyTitle>
<ProductVersion>3.0.0</ProductVersion>
<AssemblyVersion>3.0.0</AssemblyVersion>
<FileVersion>3.0.0</FileVersion>
<!-- https://github.com/NuGet/Home/wiki/Centrally-managing-NuGet-package-versions -->
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
</Project>