You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zero/ZeroLevel/ZeroLevel.csproj

50 lines
1.6 KiB

5 years ago
<Project Sdk="Microsoft.NET.Sdk">
6 years ago
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
5 years ago
<Description>Infrastructure layer tool set.
</Description>
<Authors>ogoun</Authors>
<Company>ogoun</Company>
<AssemblyVersion>3.3.4.5</AssemblyVersion>
<PackageReleaseNotes>Fix PeriodicFileSystemWatcher</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/ogoun/Zero/wiki</PackageProjectUrl>
5 years ago
<Copyright>Copyright Ogoun 2020</Copyright>
5 years ago
<PackageLicenseUrl></PackageLicenseUrl>
5 years ago
<PackageIconUrl></PackageIconUrl>
<RepositoryUrl>https://github.com/ogoun/Zero</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
<Version>3.3.4.5</Version>
<FileVersion>3.3.4.5</FileVersion>
5 years ago
<Platforms>AnyCPU;x64</Platforms>
5 years ago
<PackageIcon>zero.png</PackageIcon>
6 years ago
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
6 years ago
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
5 years ago
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
6 years ago
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ErrorReport>prompt</ErrorReport>
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
6 years ago
</PropertyGroup>
5 years ago
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
5 years ago
<ItemGroup>
<None Include="..\zero.png">
5 years ago
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>

Powered by TurnKey Linux.