SimAINet/src/SimAntics/SimAntics.csproj

13 lines
292 B
XML
Raw Normal View History

2020-04-08 16:33:21 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Folder Include="Entities\" />
<Folder Include="Interfaces\" />
<Folder Include="Marshals\" />
</ItemGroup>
2020-04-08 16:33:21 -04:00
</Project>