Projektdateien hinzufügen.

This commit is contained in:
mr_sc
2026-09-01 20:52:07 +02:00
parent addb252234
commit 0961934ba8
477 changed files with 114887 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup><OutputType>Exe</OutputType><TargetFramework>net7.0</TargetFramework><LangVersion>latest</LangVersion></PropertyGroup>
<ItemGroup><ProjectReference Include="..\..\src\IMSApiDotNet\IMSApiDotNet.csproj" /></ItemGroup>
</Project>