mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-11 03:06:40 +00:00
edit csproj
This commit is contained in:
parent
5127922744
commit
639f4c6e54
1 changed files with 3 additions and 1 deletions
|
|
@ -12,7 +12,9 @@
|
|||
</PropertyGroup>
|
||||
<Target Name="BeforeBuild">
|
||||
<ItemGroup>
|
||||
<Content Include="client/build/*" />
|
||||
<Content Include="client/build/**" >
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
|
|
|
|||
Loading…
Reference in a new issue