1 Star 1 Fork 0

大橘/ExcelToCode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ExcelToCode.csproj 555 Bytes
一键复制 编辑 原始数据 按行查看 历史
大橘 提交于 2023-02-25 17:05 . exceltocode
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ClosedXML" Version="0.100.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>
<ItemGroup>
<Content Include="./Template/*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="./setting.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/feifeid/excel-to-code.git
git@gitee.com:feifeid/excel-to-code.git
feifeid
excel-to-code
ExcelToCode
master

搜索帮助