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