Projektdateien hinzufügen.

This commit is contained in:
mr_sc
2026-09-03 21:32:00 +02:00
parent 092c5fa09c
commit f6d0eaecaa
500 changed files with 115722 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net48</TargetFramework>
<LangVersion>latest</LangVersion>
<AssemblyName>IMSApiDotNet.LegacyBinarySmoke</AssemblyName>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<!-- IMPORTANT: this executable is compiled against the untouched legacy DLL. -->
<Reference Include="IMSApiDotNet">
<HintPath>..\..\reference\IMSApiDotNet_10.0.0-3_original.dll</HintPath>
<Private>false</Private>
</Reference>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net48" Version="1.0.3" PrivateAssets="all" />
</ItemGroup>
</Project>