Files
egw.window/Egw.Window.Data/Egw.Window.Data.csproj
T
Samuele Locatelli 79602edeb0 Fix versione proj
2025-10-02 12:33:13 +02:00

15 lines
604 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.7.10.0212</Version>
<Authors>Annamaria Sassi</Authors>
<Company>Egalware</Company>
<Description>Classi di base per gestione sistemi Window x Egw.*</Description>
</PropertyGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="powershell.exe -ExecutionPolicy Unrestricted -NoProfile -NonInteractive -File $(ProjectDir)\post-build.ps1 -ProjectDir $(ProjectDir) -ProjectPath $(ProjectPath)" />
</Target>
</Project>