mirror of
https://github.com/simtactics/SimAINet.git
synced 2025-03-24 20:49:06 +00:00
12 lines
292 B
XML
12 lines
292 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Entities\" />
|
|
<Folder Include="Interfaces\" />
|
|
<Folder Include="Marshals\" />
|
|
</ItemGroup>
|
|
</Project>
|