mirror of
https://github.com/deepseek-ai/3FS
synced 2025-05-09 23:20:33 +00:00
15 lines
447 B
XML
15 lines
447 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<ApplicationIcon />
|
|
<OutputType>Exe</OutputType>
|
|
<StartupObject />
|
|
<LangVersion>latest</LangVersion>
|
|
<OutputPath>POutput/</OutputPath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Coyote" Version="1.0.5"/>
|
|
<PackageReference Include="PCSharpRuntime" Version="*"/>
|
|
</ItemGroup>
|
|
</Project> |