Files
CypherCore/Source/Scripts/Scripts.csproj
T
2020-05-05 19:09:57 -04:00

13 lines
282 B
XML

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