File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
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 >
13
14
<SatelliteResourceLanguages >en</SatelliteResourceLanguages >
14
15
</PropertyGroup >
15
16
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 >
129
119
</Project >
You can’t perform that action at this time.
0 commit comments