DepartmentProject/DepartmentPortal/Department/DepartmentBusinessLogic/DepartmentBusinessLogic.csproj

20 lines
536 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Folder Include="BindingModels\" />
<Folder Include="BusinessLogics\" />
<Folder Include="Enums\" />
<Folder Include="Interfaces\" />
<Folder Include="ViewModels\" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="copy /Y &quot;$(TargetDir)*.dll&quot; &quot;$(SolutionDir)ImplementationExtensions\*.dll&quot;" />
</Target>
</Project>