forked from ddrilling/AsbCloudServer
12 lines
196 B
XML
12 lines
196 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Data\WITS\" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|