edit csproj

This commit is contained in:
Ruidy Nemausat 2020-04-01 09:46:42 +02:00
parent 5127922744
commit 639f4c6e54

View file

@ -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' ">