File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 4242
4343 <ItemGroup >
4444 <Manifest Include =" app.manifest" />
45- <Content Include =" 7z.dll" >
46- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
47- </Content >
48- <Content Include =" 7z64.dll" >
49- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
50- </Content >
5145 <Content Update =" Assets\Resources\**" >
5246 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
5347 </Content >
6256 </Content >
6357 </ItemGroup >
6458
59+ <ItemGroup Condition =" '$(Platform)' == 'x64'" >
60+ <Content Include =" 7z64.dll" >
61+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
62+ </Content >
63+ </ItemGroup >
64+
65+ <ItemGroup Condition =" '$(Platform)' == 'x86'" >
66+ <Content Include =" 7z.dll" >
67+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
68+ </Content >
69+ </ItemGroup >
70+
71+ <ItemGroup Condition =" '$(Platform)' == 'arm64'" >
72+ <Content Include =" 7zArm64.dll" >
73+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
74+ </Content >
75+ </ItemGroup >
76+
6577 <ItemGroup >
6678 <PackageReference Include =" ByteSize" Version =" 2.1.2" />
6779 <PackageReference Include =" CommunityToolkit.Mvvm" Version =" 8.2.2" />
You can’t perform that action at this time.
0 commit comments