PLATFORM_32/64 defines

This commit is contained in:
Garry Newman 2019-06-25 12:47:31 +01:00
parent 7f4e0567a6
commit 11cc473a6e
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyName>Facepunch.Steamworks.Posix32</AssemblyName>
<DefineConstants>$(DefineConstants);PLATFORM_POSIX32;PLATFORM_POSIX</DefineConstants>
<DefineConstants>$(DefineConstants);PLATFORM_POSIX32;PLATFORM_POSIX;PLATFORM_32</DefineConstants>
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>7.1</LangVersion>

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyName>Facepunch.Steamworks.Posix64</AssemblyName>
<DefineConstants>$(DefineConstants);PLATFORM_POSIX64;PLATFORM_POSIX</DefineConstants>
<DefineConstants>$(DefineConstants);PLATFORM_POSIX64;PLATFORM_POSIX;PLATFORM_64</DefineConstants>
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>7.1</LangVersion>

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyName>Facepunch.Steamworks.Win32</AssemblyName>
<DefineConstants>$(DefineConstants);PLATFORM_WIN32;PLATFORM_WIN</DefineConstants>
<DefineConstants>$(DefineConstants);PLATFORM_WIN32;PLATFORM_WIN;PLATFORM_32</DefineConstants>
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>7.1</LangVersion>

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyName>Facepunch.Steamworks.Win64</AssemblyName>
<DefineConstants>$(DefineConstants);PLATFORM_WIN64;PLATFORM_WIN</DefineConstants>
<DefineConstants>$(DefineConstants);PLATFORM_WIN64;PLATFORM_WIN;PLATFORM_64</DefineConstants>
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>7.1</LangVersion>