1 Star 0 Fork 0

lindx/NodeEditor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
NodeEditor.csproj 786 Bytes
一键复制 编辑 原始数据 按行查看 历史
lindx 提交于 2个月前 . new
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<!-- 将本机库包含在单个 .exe 文件中。这会增加 .exe 文件的大小,但减少了发布目录中的文件数量 -->
<!-- <IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract> -->
<!--尝试将所有内容(包括资源文件等)打包进单个 .exe 文件 -->
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
</PropertyGroup>
<ItemGroup>
<Resource Include="Resources\Background.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/lindx-code/NodeEditor.git
git@gitee.com:lindx-code/NodeEditor.git
lindx-code
NodeEditor
NodeEditor
master

搜索帮助