Files
CypherCore/Source/Scripts/Scripts.csproj
T
hondacrx c7219c7098 Fixes Script loading.
Some cleanup on array Clear
Misc errors
2017-12-24 16:37:15 -05:00

12 lines
250 B
XML

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