2 Star 3 Fork 5

InspireFunction/ifoxwpf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
IFoxCAD.WPF.csproj 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0-windows;net48</TargetFrameworks>
<LangVersion>Preview</LangVersion>
<Nullable>enable</Nullable>
<PlatformTarget>x64</PlatformTarget>
<RootNamespace>IFoxCAD.WPF</RootNamespace>
<UseWpf>true</UseWpf>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup>
<PropertyGroup>
<Version>0.9.2</Version>
<PackageReleaseNotes>增加EnumSelection,更新Mvvm工具包版本号</PackageReleaseNotes>
<Authors>xsfhlzh;vicwjb;liuqihong;DYH</Authors>
<Company>InspireFunction</Company>
<Copyright>InspireFunction</Copyright>
<Description>WPF的简单扩展工具包</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>IFox;C#;NET;WPF;MVVM</PackageTags>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://gitee.com/inspirefunction/ifoxwpf</PackageProjectUrl>
<RepositoryUrl>https://gitee.com/inspirefunction/ifoxwpf.git</RepositoryUrl>
<PackageReadmeFile>readme.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.122" />
<None Include="readme.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/inspirefunction/ifoxwpf.git
git@gitee.com:inspirefunction/ifoxwpf.git
inspirefunction
ifoxwpf
ifoxwpf
master

搜索帮助