File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
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 Include =" **\*.resx" />
16
- <Resource Update =" **\*.de.resx" >
17
- <DependentUpon >$([System.String]::Copy('%(Filename)').Replace('.de', '')).resx</DependentUpon >
18
- </Resource >
19
- <Resource Update =" **\*.fr.resx" >
20
- <DependentUpon >$([System.String]::Copy('%(Filename)').Replace('.fr', '')).resx</DependentUpon >
21
- </Resource >
22
- <Resource Update =" **\*.cs.resx" >
23
- <DependentUpon >$([System.String]::Copy('%(Filename)').Replace('.cs', '')).resx</DependentUpon >
15
+ <Resource Update =" **\*.resx" >
16
+ <Generator >PublicResXFileCodeGenerator</Generator >
17
+ <LastGenOutput >$([System.String]::Copy('%(FileName)')).Designer.cs</LastGenOutput >
24
18
</Resource >
25
19
<Compile Update =" **\*.Designer.cs" >
26
20
<DependentUpon >$([System.String]::Copy('%(Filename)').Replace('.Designer', '')).resx</DependentUpon >
You can’t perform that action at this time.
0 commit comments