2024-05-04 17:03:45 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\IDIS_Models\IDIS_Models.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Samples\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-05-04 17:13:09 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="..\ReadMe.md">
|
|
|
|
|
<Link>ReadMe.md</Link>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-05-04 17:03:45 +08:00
|
|
|
|
</Project>
|