Use pre-built assembly for FlatBuffers.Core

fixes 4be701e2a
This commit is contained in:
YoshiRulz 2020-05-30 15:54:06 +10:00
parent b56e229a45
commit 10e7cb0f34
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
4 changed files with 2 additions and 26 deletions

View File

@ -53,10 +53,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{74391239
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BizHawk.Tests", "src\BizHawk.Tests\BizHawk.Tests.csproj", "{284E19E2-661D-4A7D-864A-AC2FC91E7C25}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ExternalProjects", "ExternalProjects", "{106D2789-0F81-4379-9CE0-4B34429A90D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlatBuffers.Core", "ExternalProjects\FlatBuffers\FlatBuffers.Core.csproj", "{9F1E7439-5BCD-4F70-BE36-723B25381187}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -111,10 +107,6 @@ Global
{284E19E2-661D-4A7D-864A-AC2FC91E7C25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{284E19E2-661D-4A7D-864A-AC2FC91E7C25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{284E19E2-661D-4A7D-864A-AC2FC91E7C25}.Release|Any CPU.Build.0 = Release|Any CPU
{9F1E7439-5BCD-4F70-BE36-723B25381187}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F1E7439-5BCD-4F70-BE36-723B25381187}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F1E7439-5BCD-4F70-BE36-723B25381187}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F1E7439-5BCD-4F70-BE36-723B25381187}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@ -128,7 +120,6 @@ Global
{197D4314-8A9F-49BA-977D-54ACEFAEB6BA} = {3627C08B-3E43-4224-9DA4-40BD69495FBC}
{B5A2214B-3CB0-48C4-8DB1-98B38D48AC4A} = {B51F1139-3D2C-41BE-A762-EF1F9B41EACA}
{284E19E2-661D-4A7D-864A-AC2FC91E7C25} = {74391239-9BC1-40CE-A3D7-180737C5302A}
{9F1E7439-5BCD-4F70-BE36-723B25381187} = {106D2789-0F81-4379-9CE0-4B34429A90D7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9B9E4316-9185-412E-B951-A63355ACA956}

View File

@ -1,19 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../../src/MainSlnCommon.props" />
<Import Project="../../Common.props" />
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Properties\**" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Remove="Properties\**" />
</ItemGroup>
<ItemGroup>
<None Remove="Properties\**" />
</ItemGroup>
</Project>

Binary file not shown.

View File

@ -6,6 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ELFSharp" Version="2.10.0" />
<Reference Include="FlatBuffers.Core" HintPath="$(ProjectDir)../../References/FlatBuffers.Core.dll" Private="true" />
<Reference Include="Virtu" HintPath="$(ProjectDir)../../References/Virtu.dll" Private="true" />
<ProjectReference Include="$(ProjectDir)../BizHawk.BizInvoke/BizHawk.BizInvoke.csproj" />
<ProjectReference Include="$(ProjectDir)../BizHawk.Emulation.Common/BizHawk.Emulation.Common.csproj" />
@ -64,7 +65,4 @@
<Compile Update="Consoles/Sony/PSX/Octoshock.*.cs" DependentUpon="Octoshock.cs" />
<Compile Update="Consoles/WonderSwan/WonderSwan.*.cs" DependentUpon="WonderSwan.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\ExternalProjects\FlatBuffers\FlatBuffers.Core.csproj" />
</ItemGroup>
</Project>