8 lines
222 B
XML
8 lines
222 B
XML
<Project>
|
|
<ItemGroup>
|
|
<Content Include="$(MSBuildThisFileDirectory)locales\*.json"
|
|
Link="locales\%(Filename)%(Extension)"
|
|
CopyToOutputDirectory="PreserveNewest" />
|
|
</ItemGroup>
|
|
</Project>
|