mirror of
https://github.com/lionsoul2014/ip2region.git
synced 2025-12-08 19:25:22 +00:00
10 lines
213 B
XML
10 lines
213 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFrameworks>net452;net5.0</TargetFrameworks>
|
|
<AssemblyName>dbMaker</AssemblyName>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|