added paradox-dlc-metadata-parser project

This commit is contained in:
2025-07-04 22:53:52 +03:00
parent 0c2670f55a
commit 6bdf66b326
2 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
<RootNamespace>ParadoxDlcMetadataParser</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DTLib" Version="1.6.1" />
<PackageReference Include="DTLib.Demystifier" Version="1.1.0" />
</ItemGroup>
</Project>