aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.csproj
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2018-02-04 20:08:20 -0300
committergdkchan <gab.dark.100@gmail.com>2018-02-04 20:08:20 -0300
commitb7e1d9930db6d80fcb1f7c5c6b0aa627e42e6595 (patch)
tree8bee5d98f80eadaa141ece34c9d92621ed2b6806 /Ryujinx.csproj
aloha
Diffstat (limited to 'Ryujinx.csproj')
-rw-r--r--Ryujinx.csproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/Ryujinx.csproj b/Ryujinx.csproj
new file mode 100644
index 00000000..2c25afc0
--- /dev/null
+++ b/Ryujinx.csproj
@@ -0,0 +1,12 @@
+<Project Sdk="Microsoft.NET.Sdk">
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>netcoreapp2.0</TargetFramework>
+ <RuntimeIdentifier>win10-x64</RuntimeIdentifier>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ </PropertyGroup>
+ <ItemGroup>
+ <PackageReference Include="OpenTK.NETCore" Version="1.1.2749.6433" />
+ <PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.4.0" />
+ </ItemGroup>
+</Project> \ No newline at end of file