mirror of
https://github.com/AlexMacocian/MTSC.git
synced 2026-07-24 03:56:32 +00:00
27 lines
1.0 KiB
XML
27 lines
1.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Library</OutputType>
|
|
<TargetFrameworks>netcoreapp2.1;net48;netstandard2.0;netcoreapp3.1;net5.0</TargetFrameworks>
|
|
<ApplicationIcon />
|
|
<StartupObject />
|
|
<Version>2.9</Version>
|
|
<Authors>Alexandru-Victor Macocian</Authors>
|
|
<Product>MTSC</Product>
|
|
<Description>Modular TCP Server and Client</Description>
|
|
<AssemblyVersion>0.2.9</AssemblyVersion>
|
|
<FileVersion>0.2.9</FileVersion>
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
<Platforms>AnyCPU;x64</Platforms>
|
|
<PackageProjectUrl>https://github.com/AlexMacocian/MTSC</PackageProjectUrl>
|
|
<PackageIconUrl>https://github.com/AlexMacocian/MTSC/blob/master/docs/MTSC_Logo.png</PackageIconUrl>
|
|
<RepositoryUrl>https://github.com/AlexMacocian/MTSC</RepositoryUrl>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp2.1|AnyCPU'">
|
|
<DocumentationFile></DocumentationFile>
|
|
<Optimize>false</Optimize>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|