mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
12 lines
453 B
XML
12 lines
453 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="..\Assets\Mirror\Runtime\**\*.cs"/>
|
|
<Compile Include="..\Assets\Mirror\Components\**\*.cs"/>
|
|
<Compile Include="..\Assets\Mirror\Cloud\**\*.cs"/>
|
|
<Compile Remove="..\Assets\Mirror\Runtime\Transport\Websocket\Ninja.Websockets\**"/>
|
|
</ItemGroup>
|
|
</Project> |