|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
|
<Description>Infrastructure layer tool set.
|
|
|
|
|
</Description>
|
|
|
|
|
<Authors>ogoun</Authors>
|
|
|
|
|
<Company>ogoun</Company>
|
|
|
|
|
<AssemblyVersion>3.3.7.6</AssemblyVersion>
|
|
|
|
|
<PackageReleaseNotes>PartitionStorage update indexes</PackageReleaseNotes>
|
|
|
|
|
<PackageProjectUrl>https://github.com/ogoun/Zero/wiki</PackageProjectUrl>
|
|
|
|
|
<Copyright>Copyright Ogoun 2022</Copyright>
|
|
|
|
|
<PackageLicenseUrl></PackageLicenseUrl>
|
|
|
|
|
<PackageIconUrl></PackageIconUrl>
|
|
|
|
|
<RepositoryUrl>https://github.com/ogoun/Zero</RepositoryUrl>
|
|
|
|
|
<RepositoryType>git</RepositoryType>
|
|
|
|
|
<Version>3.3.7.6</Version>
|
|
|
|
|
<FileVersion>3.3.7.6</FileVersion>
|
|
|
|
|
<Platforms>AnyCPU;x64;x86</Platforms>
|
|
|
|
|
<PackageIcon>zero.png</PackageIcon>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<ErrorReport>none</ErrorReport>
|
|
|
|
|
<ApplicationIcon>zero.ico</ApplicationIcon>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<Deterministic>False</Deterministic>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<Deterministic>False</Deterministic>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<Deterministic>False</Deterministic>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<DebugSymbols>false</DebugSymbols>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<Deterministic>False</Deterministic>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<DebugSymbols>false</DebugSymbols>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<Deterministic>False</Deterministic>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<Deterministic>False</Deterministic>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="zero.ico" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Update="zero.png">
|
|
|
|
|
<Pack>True</Pack>
|
|
|
|
|
<PackagePath></PackagePath>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|