File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 88
99 <Target Name =" InjectThisAssemblyProject" DependsOnTargets =" $(InjectThisAssemblyProjectDependsOn)"
1010 BeforeTargets =" PrepareForBuild;CompileDesignTime;GenerateMSBuildEditorConfigFileShouldRun" >
11+ <ItemGroup >
12+ <ProjectPropertyDistinct Include =" @(ProjectProperty -> Distinct())" />
13+ </ItemGroup >
1114 <PropertyGroup >
12- <ThisAssemblyProject >@(ProjectProperty , '|')</ThisAssemblyProject >
15+ <ThisAssemblyProject >@(ProjectPropertyDistinct , '|')</ThisAssemblyProject >
1316 </PropertyGroup >
1417 <ItemGroup Condition =" '$(ThisAssemblyProject)' != ''" >
1518 <CompilerVisibleProperty Include =" @(ProjectProperty)" />
Original file line number Diff line number Diff line change 4949 </PropertyGroup >
5050
5151 <ItemGroup >
52+ <ProjectProperty Include =" Foo" />
5253 <ProjectProperty Include =" Foo" />
5354 <Constant Include =" Foo.Bar" Value =" Baz" Comment =" Yay!" />
5455 <Constant Include =" Foo.Hello" Value =" World" Comment =" Comments make everything better 😍" />
You can’t perform that action at this time.
0 commit comments