File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 10
10
<ApplicationIcon />
11
11
<StartupObject />
12
12
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
13
- <AppendRuntimeIdentifierToOutputPath >false</AppendRuntimeIdentifierToOutputPath >
14
- <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
15
13
<SatelliteResourceLanguages >en</SatelliteResourceLanguages >
16
14
</PropertyGroup >
17
15
Original file line number Diff line number Diff line change 116
116
<Target Name =" PreBuild" BeforeTargets =" PreBuildEvent" >
117
117
<Exec Command =" taskkill /f /fi " IMAGENAME eq Flow.Launcher.exe" " />
118
118
</Target >
119
+
120
+ <Target Name =" RemoveDuplicateAnalyzers" BeforeTargets =" CoreCompile" >
121
+ <!-- Work around https://github.com/dotnet/wpf/issues/6792 -->
122
+
123
+ <ItemGroup >
124
+ <FilteredAnalyzer Include =" @(Analyzer-> Distinct())" />
125
+ <Analyzer Remove =" @(Analyzer)" />
126
+ <Analyzer Include =" @(FilteredAnalyzer)" />
127
+ </ItemGroup >
128
+ </Target >
119
129
</Project >
You can’t perform that action at this time.
0 commit comments