码迷,mamicode.com
首页 > Web开发 > 详细

[.Net 5.0] 2.好处之一(相对于.Net Framework)

时间:2020-09-24 21:15:09      阅读:56      评论:0      收藏:0      [点我收藏+]

标签:microsoft   粘贴   include   双击   文件   nts   rac   rod   lease   

项目的属性也用了Json,大概是下面这个样子的

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net5.0</TargetFramework>
    <RootNamespace>YKCore.PayCredit</RootNamespace>
    <Authors>毛毛虫</Authors>
    <Product>Demo</Product>
    <Description>2020.9.23新建</Description>
  </PropertyGroup>

  <PropertyGroup Condition="‘$(Configuration)|$(Platform)‘==‘Debug|AnyCPU‘">
    <OutputPath>c:\ykcore</OutputPath>
    <PlatformTarget>x86</PlatformTarget>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition="‘$(Configuration)|$(Platform)‘==‘Release|AnyCPU‘">
    <OutputPath>c:\ykcore</OutputPath>
    <PlatformTarget>x86</PlatformTarget>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="YKCore.Common">
      <HintPath>C:\YKCore\net5.0\YKCore.Common.dll</HintPath>
    </Reference>
  </ItemGroup>

</Project>

鼠标双击打开了该文件,复制粘贴十分方便。

[.Net 5.0] 2.好处之一(相对于.Net Framework)

标签:microsoft   粘贴   include   双击   文件   nts   rac   rod   lease   

原文地址:https://www.cnblogs.com/catzhou/p/13718314.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!