mScriptableCS25/mScriptableCS25.csproj

22 lines
724 B
XML
Raw Normal View History

2025-10-30 08:16:20 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0-windows10.0.22000.0</TargetFramework>
2025-10-30 08:16:20 -04:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
2026-06-11 06:23:39 -04:00
<AssemblyVersion>1.2.0.55</AssemblyVersion>
<FileVersion>1.2.0.55</FileVersion>
<Version>1.0.0.55</Version>
<SupportedOSPlatformVersion>10.0.22000.0</SupportedOSPlatformVersion>
2025-10-30 08:16:20 -04:00
</PropertyGroup>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="if /I &quot;$(ConfigurationName)&quot; == &quot;Release&quot; c:\Misc\AutoVersionIncrement.exe &quot;$(ProjectDir)&quot;" />
</Target>
<ItemGroup>
<PackageReference Include="log4net" Version="3.3.1" />
</ItemGroup>
2025-10-30 08:16:20 -04:00
</Project>