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>
<Target Name="BeforeBuild">
<ItemGroup>
<Content Include="client/build/*" />
<Content Include="client/build/**" >
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Target>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">