Initial version

This commit is contained in:
2026-06-29 07:22:23 +02:00
committed by Jeroen Saey
parent eaf9b8c0d1
commit 1b8914d63a
29 changed files with 5368 additions and 65 deletions
@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<AssemblyName>EonaCat.Sync.Example.ConsoleApp</AssemblyName>
<RootNamespace>EonaCat.Sync.Examples.ConsoleApp</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\EonaCat.Sync\EonaCat.Sync.csproj" />
</ItemGroup>
</Project>