Files
UVtools/UVtools.ScriptSample/UVtools.ScriptSample.csproj
T
Tiago Conceição 5a1082da96 Add script sample
2021-03-31 20:44:05 +01:00

12 lines
231 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\UVtools.Core\UVtools.Core.csproj" />
</ItemGroup>
</Project>