Skip to content

Commit 54bdc97

Browse files
committed
win10-x64
1 parent cfd5662 commit 54bdc97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ProjectFileConverter/ProjectFileConverter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
44
<TargetFramework>net10.0-windows</TargetFramework>
5+
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
56
<UseWPF>true</UseWPF>
67
<LangVersion>latest</LangVersion>
78
<EmbedAllSources>true</EmbedAllSources>
@@ -15,7 +16,6 @@
1516

1617
<PropertyGroup>
1718
<PublishSingleFile>true</PublishSingleFile>
18-
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
1919
<SelfContained>false</SelfContained>
2020
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
2121
</PropertyGroup>

0 commit comments

Comments
 (0)