File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Source/VisualPairCoding/VisualPairCoding.AvaloniaUI Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <OutputType >Exe </OutputType >
3+ <OutputType >WinExe </OutputType >
44 <TargetFramework >net7.0</TargetFramework >
55 <Nullable >enable</Nullable >
6+ <RuntimeIdentifiers >win10-x64;linux-x64;osx-x64</RuntimeIdentifiers >
67 <!-- Avalonia doesen't support TrimMode=link currently,but we are working on that https://github.com/AvaloniaUI/Avalonia/issues/6892 -->
78 <TrimMode >copyused</TrimMode >
8- <BuiltInComInteropSupport >false </BuiltInComInteropSupport >
9+ <BuiltInComInteropSupport >true </BuiltInComInteropSupport >
910 <SelfContained >true</SelfContained >
1011 <PublishSingleFile >true</PublishSingleFile >
1112 </PropertyGroup >
2930 <PackageReference Include =" XamlNameReferenceGenerator" Version =" 1.3.4" />
3031 </ItemGroup >
3132 <ItemGroup >
32- <ProjectReference Include =" ..\VisualPairCoding.BL.Tests\VisualPairCoding.BL.Tests.csproj" />
33+ <!-- < ProjectReference Include="..\VisualPairCoding.BL.Tests\VisualPairCoding.BL.Tests.csproj" /> -- >
3334 <ProjectReference Include =" ..\VisualPairCoding.BL\VisualPairCoding.BL.csproj" />
3435 <ProjectReference Include =" ..\VisualPairCoding.Infrastructure\VisualPairCoding.Infrastructure.csproj" />
3536 <ProjectReference Include =" ..\VisualPairCoding.Interfaces\VisualPairCoding.Interfaces.csproj" />
You can’t perform that action at this time.
0 commit comments