готовая лаба 8

This commit is contained in:
Алексей Крюков 2024-06-16 19:02:16 +04:00
parent 0ce1839aee
commit 094146aa0f
2 changed files with 6 additions and 8 deletions

View File

@ -11,10 +11,9 @@
<ProjectReference Include="..\TypographyDataModels\TypographyDataModels.csproj" /> <ProjectReference Include="..\TypographyDataModels\TypographyDataModels.csproj" />
</ItemGroup> </ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent"> <Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="copy /Y &quot;$(TargetDir)*.dll&quot; &quot;$(SolutionDir)ImplementationExtensions\*.dll&quot;" /> <Exec Command="copy /Y &quot;$(TargetDir)*.dll&quot; &quot;$(SolutionDir)ImplementationExtensions\*.dll&quot;" />
</Target> </Target>
</Project> </Project>

View File

@ -11,8 +11,7 @@
<ProjectReference Include="..\TypographyDataModels\TypographyDataModels.csproj" /> <ProjectReference Include="..\TypographyDataModels\TypographyDataModels.csproj" />
</ItemGroup> </ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent"> <Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="copy /Y &quot;$(TargetDir)*.dll&quot; &quot;$(SolutionDir)ImplementationExtensions\*.dll&quot;" /> <Exec Command="copy /Y &quot;$(TargetDir)*.dll&quot; &quot;$(SolutionDir)ImplementationExtensions\*.dll&quot;" />
</Target> </Target>
</Project> </Project>