aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.csproj
diff options
context:
space:
mode:
authorMerry <MerryMage@users.noreply.github.com>2018-02-16 00:04:38 +0000
committergdkchan <gab.dark.100@gmail.com>2018-02-15 21:04:38 -0300
commit1bfe6a9c22c55086f171bd9c7cd7ff1855415ff8 (patch)
tree00ca2b4eea39342e1f8d89783c20cf207a0f8f3a /Ryujinx.csproj
parent1df2c5ce7f52f34bb01e392e8bc4b00cc691614a (diff)
Add some tests (#18)
* Add tests * Add some simple Alu instruction tests * travis: Run tests * CpuTest: Add TearDown
Diffstat (limited to 'Ryujinx.csproj')
-rw-r--r--Ryujinx.csproj17
1 files changed, 0 insertions, 17 deletions
diff --git a/Ryujinx.csproj b/Ryujinx.csproj
deleted file mode 100644
index 9b0e7396..00000000
--- a/Ryujinx.csproj
+++ /dev/null
@@ -1,17 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>netcoreapp2.0</TargetFramework>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <RuntimeIdentifiers>win10-x64;osx-x64</RuntimeIdentifiers>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="OpenTK.NETCore" Version="1.1.2749.6433" />
- <PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.4.0" />
- </ItemGroup>
- <ItemGroup>
- <None Update="Ryujinx.conf">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- </ItemGroup>
-</Project> \ No newline at end of file