File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 66 <TargetFramework >net6.0-windows10.0.17763.0</TargetFramework >
77 <DefineConstants >$(DefineConstants);_UWP</DefineConstants >
88 </PropertyGroup >
9+
10+ <ItemGroup Condition =" '$(Platform)' == 'x64'" >
11+ <Content Include =" $(userprofile)\.nuget\packages\avalonia.angle.windows.natives\2.1.0.2020091801\runtimes\win7-x64\native\*.*" CopyToPublishDirectory =" Always" />
12+ </ItemGroup >
13+
14+ <ItemGroup Condition =" '$(Platform)' == 'x86'" >
15+ <Content Include =" $(userprofile)\.nuget\packages\avalonia.angle.windows.natives\2.1.0.2020091801\runtimes\win7-x86\native\*.*" CopyToPublishDirectory =" Always" />
16+ </ItemGroup >
17+
18+ <ItemGroup Condition =" '$(Platform)' == 'arm64'" >
19+ <Content Include =" $(userprofile)\.nuget\packages\avalonia.angle.windows.natives\2.1.0.2020091801\runtimes\win-arm64\native\*.*" CopyToPublishDirectory =" Always" />
20+ </ItemGroup >
921</Project >
You can’t perform that action at this time.
0 commit comments