IFoxCad.Templates
0.7.0.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install IFoxCad.Templates::0.7.0.3
This package contains a .NET Template Package you can call from the shell/command line.
适用于IFoxCad 0.7版本的项目模板。
在命令行里运行如下命令安装:
dotnet new install IFoxCad.Templates::0.7.0.3
此模板支持创建autocad,zwcad,gstarcad的项目。
可以在vs里直接选择项目的类型。也可以用命令行创建。
dotnet new ifox.0.7 -C acad -n acadtest // 创建autocad项目,并将项目命名为acadtest
dotnet new ifox.0.7 -C zcad -n zcadtest // 创建zwcad项目,并将项目命名为zcadtest
dotnet new ifox.0.7 -C gcad -n gcadtest // 创建gstarcad项目,并将项目命名为gcadtest
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.