mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-12 11:46: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>
|
</PropertyGroup>
|
||||||
<Target Name="BeforeBuild">
|
<Target Name="BeforeBuild">
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="client/build/*" />
|
<Content Include="client/build/**" >
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Target>
|
</Target>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue