Added x64 and x86 compile targets

This commit is contained in:
Yoshi Askharoun
2022-06-02 23:54:57 -05:00
parent 4a6bca1e9f
commit 0ce8db9617
3 changed files with 45 additions and 9 deletions
+3 -7
View File
@@ -7,15 +7,11 @@
<AssemblyName>UIX.RenderApi</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<LangVersion>9</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>D:\Repos\ZuneDev\MicrosoftIris\36MSApp1024.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\36MSApp1024.snk</AssemblyOriginatorKeyFile>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<!-- <PackageReference Include="SkiaSharp" Version="2.80.3" /> -->
</ItemGroup>
</Project>