2021-02-14 11:32:08 +03:00
|
|
|
<Project Sdk="MSBuild.Sdk.Extras">
|
2021-02-14 11:32:19 +03:00
|
|
|
|
2018-05-04 23:17:08 +03:00
|
|
|
<PropertyGroup>
|
2021-01-05 18:00:13 +03:00
|
|
|
<TargetFrameworks>uap10.0.17763</TargetFrameworks>
|
2021-02-14 11:32:12 +03:00
|
|
|
<RootNamespace>Microsoft.Toolkit.Uwp.UI.Controls</RootNamespace>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2021-03-18 06:00:21 +03:00
|
|
|
<Title>Windows Community Toolkit - DataGrid Control</Title>
|
2019-03-08 23:29:33 +03:00
|
|
|
<Description>
|
2021-02-14 11:32:12 +03:00
|
|
|
This library provides a XAML DataGrid control. It is a part of the Windows Community Toolkit.
|
2019-03-08 23:29:33 +03:00
|
|
|
</Description>
|
2021-02-14 11:32:12 +03:00
|
|
|
<PackageTags>Controls;XAML;UI;Data;Grid;DataGrid</PackageTags>
|
2018-05-04 23:17:08 +03:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Update="Properties\Resources.resx">
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
2021-09-30 05:46:30 +03:00
|
|
|
<CustomToolNamespace>$(RootNamespace)</CustomToolNamespace>
|
|
|
|
<!-- The 'ManifestResourceName' metadata changes the default manifest naming scheme -->
|
|
|
|
<ManifestResourceName>$(RootNamespace).%(Filename)</ManifestResourceName>
|
2018-05-04 23:17:08 +03:00
|
|
|
</EmbeddedResource>
|
2021-09-30 05:46:29 +03:00
|
|
|
<Compile Update="Properties\Resources.Designer.cs">
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
</Compile>
|
2018-05-04 23:17:08 +03:00
|
|
|
</ItemGroup>
|
|
|
|
|
2021-02-14 11:32:12 +03:00
|
|
|
<Import Project="$(BuildToolsDirectory)Windows.Toolkit.UWP.Controls.targets" />
|
2021-02-14 11:32:19 +03:00
|
|
|
|
2021-02-14 11:32:05 +03:00
|
|
|
</Project>
|