шаблон excel переносится в папку при компиляции

This commit is contained in:
2025-05-07 18:51:46 +03:00
parent f00595187f
commit 99eb10f61d

View File

@@ -24,4 +24,10 @@
<ProjectReference Include="..\Infrastructure\Infrastructure.csproj" /> <ProjectReference Include="..\Infrastructure\Infrastructure.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Update="template.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project> </Project>