Ai
3 Star 14 Fork 3

densen2014/FreeSqlDemos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
__Directory.Build.props 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
Alex Chow 提交于 2023-02-03 20:56 +08:00 . 去掉非必要文件
<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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/densen2014/FreeSqlDemos.git
git@gitee.com:densen2014/FreeSqlDemos.git
densen2014
FreeSqlDemos
FreeSqlDemos
master

搜索帮助