Skip to content

Commit 188408f

Browse files
committed
project: remove duplicated attributes in csproj
Signed-off-by: leo <[email protected]>
1 parent bc5deac commit 188408f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/SourceGit.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
44
<TargetFramework>net9.0</TargetFramework>
5-
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
65
<ApplicationManifest>App.manifest</ApplicationManifest>
76
<ApplicationIcon>App.ico</ApplicationIcon>
87
<Version>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)\\..\\VERSION"))</Version>
9-
<BuiltInComInteropSupport>false</BuiltInComInteropSupport>
108
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
119
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>
1210

0 commit comments

Comments
 (0)