mScriptableCS25/mScriptableCS25.csproj

17 lines
545 B
XML
Raw Permalink Normal View History

2025-10-30 08:16:20 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyVersion>1.2.0.6</AssemblyVersion>
<FileVersion>1.2.0.6</FileVersion>
<Version>1.0.0.6</Version>
</PropertyGroup>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="if /I &quot;$(ConfigurationName)&quot; == &quot;Release&quot; c:\Misc\AutoVersionIncrement.exe &quot;$(ProjectDir)&quot;" />
</Target>
</Project>