xamarin-macios/msbuild/Xamarin.Localization.MSBuild/Xamarin.Localization.MSBuil...

23 строки
726 B
XML
Исходник Обычный вид История

2020-03-14 00:46:28 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
2020-03-14 00:46:28 +03:00
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Update="MSBStrings.resx">
<XlfSourceFormat>Resx</XlfSourceFormat>
<XlfOutputItem>EmbeddedResource</XlfOutputItem>
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>MSBStrings.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Compile Update="MSBStrings.Designer.cs">
<DependentUpon>MSBStrings.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<PackageReference Include="XliffTasks" Version="1.0.0-beta.20154.1" />
</ItemGroup>
</Project>