Ryujinx/SpvGen/Spv.Generator.csproj

13 lines
329 B
XML
Raw Normal View History

2021-08-12 06:09:56 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>8.0</LangVersion>
<RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
<ApplicationIcon />
<StartupObject />
</PropertyGroup>
</Project>