mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
See history at https://github.com/intrepidcs/libicsneo-examples/tree/v0.2.0-dev
10 lines
229 B
XML
10 lines
229 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|
<RootNamespace>libicsneocsharp_example</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|