mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-27 14:08:06 +03:00
17 lines
565 B
XML
17 lines
565 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<AssemblyName>Facepunch.Steamworks.Posix</AssemblyName>
|
|
<DefineConstants>$(DefineConstants);PLATFORM_POSIX</DefineConstants>
|
|
<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<LangVersion>10</LangVersion>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<RootNamespace>Steamworks</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="Facepunch.Steamworks.targets" />
|
|
|
|
</Project>
|