Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Fixed x64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjp600 committed Oct 18, 2020
1 parent d2e6bed commit 96018bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AssimpNet/AssimpNet/AssimpNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PlatformTarget>x86</PlatformTarget>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 96018bd

Please sign in to comment.