We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5deac commit 188408fCopy full SHA for 188408f
src/SourceGit.csproj
@@ -2,11 +2,9 @@
2
<PropertyGroup>
3
<OutputType>WinExe</OutputType>
4
<TargetFramework>net9.0</TargetFramework>
5
- <BuiltInComInteropSupport>true</BuiltInComInteropSupport>
6
<ApplicationManifest>App.manifest</ApplicationManifest>
7
<ApplicationIcon>App.ico</ApplicationIcon>
8
<Version>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)\\..\\VERSION"))</Version>
9
- <BuiltInComInteropSupport>false</BuiltInComInteropSupport>
10
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
11
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>
12
0 commit comments