DepartmentProject/DepartmentPortal/Security/SecurityDatabaseImplementation/SecurityDatabaseImplementation.csproj

17 lines
512 B
XML
Raw Normal View History

2022-03-18 22:55:48 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
2022-03-18 22:55:48 +04:00
<ProjectReference Include="..\..\Common\CoreDatabase\CoreDatabase.csproj" />
<ProjectReference Include="..\SecurityContract\SecurityContract.csproj" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="copy /Y &quot;$(TargetDir)*.dll&quot; &quot;$(SolutionDir)ImplementationExtensions\*.dll&quot;" />
</Target>
</Project>