Files
sbox-public/engine/Sandbox.Filesystem/Sandbox.Filesystem.csproj
2026-06-08 11:39:03 +01:00

30 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<VersionPrefix>1.0.1</VersionPrefix>
<TargetFramework>net10.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>Sandbox.Filesystem</AssemblyName>
<PackageId>Sandbox.Filesystem</PackageId>
<NoWarn>1701;1702;1591</NoWarn>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Sandbox.Generator\Sandbox.Generator.csproj" />
<ProjectReference Include="..\Sandbox.System\Sandbox.System.csproj" />
<PackageReference Include="Zio" Version="0.23.0" />
</ItemGroup>
</Project>