2019-06-14 03:28:26 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
|
<RootNamespace>Encompass</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="encompass-cs.sln" />
|
|
|
|
|
<Content Include="Entity.cs" />
|
|
|
|
|
<Content Include="Component.cs" />
|
|
|
|
|
<Content Include="World.cs" />
|
|
|
|
|
<Content Include="EntityManager.cs" />
|
|
|
|
|
<Content Include="ComponentManager.cs" />
|
2019-06-15 00:03:56 +00:00
|
|
|
|
<Content Include="WorldBuilder.cs" />
|
2019-06-14 03:28:26 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|