Disabling test app so that this will run on ubuntu

This commit is contained in:
Brandon Watson 2021-04-10 09:29:29 -04:00
parent 4ee5656358
commit 4d3413b2a2
4 changed files with 18 additions and 5 deletions

View File

@ -5,8 +5,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aurora", "Aurora\Aurora.csp
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aurora.gtk", "Aurora.gtk\Aurora.gtk.csproj", "{E8C8C24A-5C51-47CB-B241-F5A9F0E808B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aurora.test", "Aurora.test\Aurora.test.csproj", "{45680D8A-1AF1-4D93-AAC0-59CDB01CED5D}"
EndProject
#Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aurora.test", "Aurora.test\Aurora.test.csproj", "{45680D8A-1AF1-4D93-AAC0-59CDB01CED5D}"
#EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator

View File

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>

View File

@ -60,8 +60,8 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Protobuf Include="..\..\aurora-proto\proto\general.proto" />
<Protobuf Include="..\..\aurora-proto\proto\party.proto" />
<Protobuf Include="..\..\aurora-proto\Proto\general.proto" />
<Protobuf Include="..\..\aurora-proto\Proto\party.proto" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\backward.png" />

View File

@ -21,3 +21,16 @@ We are always looking for ways to improve the exerience of the application.
- Aurora Turn Server: The next big step for the application is integrating a custom Aurora turn server so that listeners can connect to one another from different networks while maintaining perfectly synchronized output
- 3rd Party Source Integration: Not everybody has a vast local collection of media that they have been collecting for years. We plan to integrate with 3rd Party music sources such as _Spotify_ and _Apple Music_
## Developers Start Here
### Installation
1. Install dotnet versions 3.1 and 5.0
1. Install mono complete
1. If linux, install gtk-sharp via apt
1. If linux, install libvlc-dev via apt