1 Star 0 Fork 3

糖糖 / FreeSqlDemos

forked from densen2014 / FreeSqlDemos 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
__Directory.Build.props 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
Alex Chow 提交于 2023-02-03 13:56 . 去掉非必要文件
<Project>
<PropertyGroup>
<Copyright>Alex Chow</Copyright>
<Authors>Alex Chow</Authors>
<Company>Densen Informatica</Company>
</PropertyGroup>
<PropertyGroup>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<None Include="logo.png" Pack="true" PackagePath="" />
</ItemGroup>
<PropertyGroup>
<Version>7.1</Version>
<PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<NoWarn>1701;1702;1705;1591</NoWarn>
<DocumentationFile>$(MSBuildProjectName).xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\logo.png" Pack="true" PackagePath="" />
</ItemGroup>
<PropertyGroup Condition="$([System.Text.RegularExpressions.Regex]::IsMatch('$(TargetFramework)', '^net\d'))">
<DefineConstants>NETFRAMEWORK</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$([System.Text.RegularExpressions.Regex]::IsMatch('$(TargetFramework)', '^netstandard\d'))">
<DefineConstants>NETSTANDARD</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$([System.Text.RegularExpressions.Regex]::IsMatch('$(TargetFramework)', '^netcoreapp\d'))">
<DefineConstants>NETCORE</DefineConstants>
</PropertyGroup>
</Project>
C#
1
https://gitee.com/a14235694a/FreeSqlDemos.git
git@gitee.com:a14235694a/FreeSqlDemos.git
a14235694a
FreeSqlDemos
FreeSqlDemos
master

搜索帮助