File tree Expand file tree Collapse file tree 2 files changed +21
-8
lines changed
Microsoft.Toolkit.Uwp.UI.Controls.DataGrid Expand file tree Collapse file tree 2 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 13
13
<PackageTags >Controls;XAML;UI;Data;Grid;DataGrid</PackageTags >
14
14
</PropertyGroup >
15
15
16
- <ItemGroup >
17
- <Compile Update =" Properties\Resources.Designer.cs" >
18
- <DesignTime >True</DesignTime >
19
- <AutoGen >True</AutoGen >
20
- <DependentUpon >Resources.resx</DependentUpon >
21
- </Compile >
22
- </ItemGroup >
23
-
24
16
<ItemGroup >
25
17
<EmbeddedResource Update =" Properties\Resources.resx" >
26
18
<Generator >ResXFileCodeGenerator</Generator >
27
19
<LastGenOutput >Resources.Designer.cs</LastGenOutput >
28
20
</EmbeddedResource >
21
+ <Compile Update =" Properties\Resources.Designer.cs" >
22
+ <AutoGen >True</AutoGen >
23
+ <DesignTime >True</DesignTime >
24
+ <DependentUpon >Resources.resx</DependentUpon >
25
+ </Compile >
29
26
</ItemGroup >
30
27
31
28
<Import Project =" $(BuildToolsDirectory)Windows.Toolkit.UWP.Controls.targets" />
Original file line number Diff line number Diff line change 5
5
<OutputPath >$(ParentProjectOutputPath)Design\</OutputPath >
6
6
</PropertyGroup >
7
7
8
+ <PropertyGroup Condition =" '$(EnableDefaultEmbeddedResourceItems)' == 'True'" >
9
+ <EmbeddedResourceUseDependentUponConvention >True</EmbeddedResourceUseDependentUponConvention >
10
+ </PropertyGroup >
11
+
12
+ <ItemGroup Condition =" '$(EnableDefaultEmbeddedResourceItems)' == 'True' AND '$(EmbeddedResourceUseDependentUponConvention)' == 'True'" >
13
+ <EmbeddedResource Update =" **\*.resx" >
14
+ <Generator >ResXFileCodeGenerator</Generator >
15
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
16
+ </EmbeddedResource >
17
+ <Compile Update =" Properties\Resources.Designer.cs" >
18
+ <AutoGen >True</AutoGen >
19
+ <DesignTime >True</DesignTime >
20
+ <DependentUpon >Resources.resx</DependentUpon >
21
+ </Compile >
22
+ </ItemGroup >
23
+
8
24
<ItemGroup Condition =" '$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'" >
9
25
<ProjectReference Include =" ..\$(ParentProjectName)\$(ParentProjectName)$(MSBuildProjectExtension)" >
10
26
<Private >False</Private >
You can’t perform that action at this time.
0 commit comments