This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Claunia.Localization/Claunia.Localization.Parsers/Claunia.Localization.Parsers.csproj

12 lines
282 B
XML
Raw Normal View History

2019-05-24 00:28:29 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.6</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Claunia.Localization.Core\Claunia.Localization.Core.csproj" />
</ItemGroup>
</Project>