Files
CypherCore/Source/Scripts/Scripts.csproj
T
2019-12-06 22:53:04 -05:00

12 lines
250 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Platforms>x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Game\Game.csproj" />
</ItemGroup>
</Project>