view Christie_net.csproj @ 12:9129c437b1a3

move RewritingTest Directory
author riono <e165729@ie.u-ryukyu.ac.jp>
date Thu, 19 Nov 2020 16:46:00 +0900 (2020-11-19)
parents 1f7d4f168b89
children 4a3115ba746d
line wrap: on
line source
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <OutputType>Exe</OutputType>
        <TargetFramework>netcoreapp3.1</TargetFramework>
        <StartupObject>SocketIPPortCheck</StartupObject>
    </PropertyGroup>

    <ItemGroup>
      <PackageReference Include="MessagePack" Version="2.1.143" />
    </ItemGroup>

    <ItemGroup>
      <Folder Include="Test" />
    </ItemGroup>

</Project>