File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 12
12
<Resource Include =" **\*.png" />
13
13
<Resource Include =" **\*.bmp" />
14
14
<Resource Include =" **\*.txt" />
15
- <Resource Update =" **\*.resx" >
16
- <Generator >PublicResXFileCodeGenerator</Generator >
17
- <LastGenOutput >$([System.String]::Copy('%(FileName)')).Designer.cs</LastGenOutput >
18
- </Resource >
15
+ </ItemGroup >
16
+
17
+ <ItemGroup >
19
18
<Compile Update =" **\*.Designer.cs" >
19
+ <DesignTime >True</DesignTime >
20
+ <AutoGen >True</AutoGen >
20
21
<DependentUpon >$([System.String]::Copy('%(Filename)').Replace('.Designer', '')).resx</DependentUpon >
21
22
</Compile >
22
23
</ItemGroup >
24
+
25
+ <ItemGroup >
26
+ <EmbeddedResource Update =" **\*.resx" >
27
+ <Generator >ResXFileCodeGenerator</Generator >
28
+ <LastGenOutput >$([System.String]::Copy('%(FileName)')).Designer.cs</LastGenOutput >
29
+ </EmbeddedResource >
30
+ </ItemGroup >
23
31
</Project >
You can’t perform that action at this time.
0 commit comments