嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
SwTools
├── SetUp
│ ├── Debug
│ │ ├── SetUp.msi
│ │ └── setup.exe
│ ├── Release
│ └── SetUp.vdproj
├── SwTools
│ ├── Addin.cs
│ ├── Icons
│ │ └── edit.png
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resource.Designer.cs
│ │ └── Resource.resx
│ ├── RegAsm.exe
│ ├── SwCommands.cs
│ ├── SwTools.csproj
│ ├── SwTools.csproj.user
│ ├── bin
│ │ └── Debug
│ │ ├── RegAsm.exe
│ │ ├── SolidWorks.Interop.sldworks.dll
│ │ ├── SolidWorks.Interop.swconst.dll
│ │ ├── SolidWorks.Interop.swpublished.dll
│ │ ├── SwTools.Views.dll
│ │ ├── SwTools.Views.pdb
│ │ ├── SwTools.dll
│ │ ├── SwTools.pdb
│ │ ├── Xarial.XCad.SolidWorks.dll
│ │ ├── Xarial.XCad.SolidWorks.xml
│ │ ├── Xarial.XCad.Toolkit.dll
│ │ ├── Xarial.XCad.Toolkit.xml
│ │ ├── Xarial.XCad.dll
│ │ ├── Xarial.XCad.xml
│ │ ├── setup.bat
│ │ └── uninstall.bat
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── SwTools.Properties.Resource.resources
│ │ ├── SwTools.csproj.AssemblyReference.cache
│ │ ├── SwTools.csproj.CopyComplete
│ │ ├── SwTools.csproj.CoreCompileInputs.cache
│ │ ├── SwTools.csproj.FileListAbsolute.txt
│ │ ├── SwTools.csproj.GenerateResource.cache
│ │ ├── SwTools.dll
│ │ ├── SwTools.pdb
│ │ └── TempPE
│ │ └── Properties.Resource.Designer.cs.dll
│ └── packages.config
├── SwTools.Common
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── SWCommonHelp.cs
│ ├── SwTools.Common.csproj
│ ├── bin
│ │ ├── Debug
│ │ └── Release
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── SwTools.Common.csproj.AssemblyReference.cache
│ └── TempPE
├── SwTools.Views
│ ├── Common
│ │ └── SWCommonHelp.cs
│ ├── FeatMgrTab.xaml
│ ├── FeatMgrTab.xaml.cs
│ ├── Icons
│ │ └── library.png
│ ├── ModelViewTab.xaml
│ ├── ModelViewTab.xaml.cs
│ ├── OperateWindow.cs
│ ├── OperateWindow.xaml
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SwTools.Views.csproj
│ ├── Taskpane.xaml
│ ├── Taskpane.xaml.cs
│ ├── Themes
│ │ ├── Generic.xaml
│ │ └── taskpane_resourcedictionary.xaml
│ ├── bin
│ │ ├── Debug
│ │ │ ├── SwTools.Views.dll
│ │ │ ├── SwTools.Views.pdb
│ │ │ ├── Xarial.XCad.dll
│ │ │ └── Xarial.XCad.xml
│ │ └── Release
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── FeatMgrTab.baml
│ │ ├── FeatMgrTab.g.cs
│ │ ├── FeatMgrTab.g.i.cs
│ │ ├── ModelViewTab.baml
│ │ ├── ModelViewTab.g.cs
│ │ ├── ModelViewTab.g.i.cs
│ │ ├── OperateWindow.baml
│ │ ├── OperateWindow.g.cs
│ │ ├── OperateWindow.g.i.cs
│ │ ├── OprateWindow.g.i.cs
│ │ ├── SwTools.Views.Properties.Resources.resources
│ │ ├── SwTools.Views.csproj.AssemblyReference.cache
│ │ ├── SwTools.Views.csproj.CopyComplete
│ │ ├── SwTools.Views.csproj.CoreCompileInputs.cache
│ │ ├── SwTools.Views.csproj.FileListAbsolute.txt
│ │ ├── SwTools.Views.csproj.GenerateResource.cache
│ │ ├── SwTools.Views.dll
│ │ ├── SwTools.Views.g.resources
│ │ ├── SwTools.Views.pdb
│ │ ├── SwTools.Views_MarkupCompile.cache
│ │ ├── SwTools.Views_MarkupCompile.i.cache
│ │ ├── SwTools.Views_MarkupCompile.lref
│ │ ├── Taskpane.baml
│ │ ├── Taskpane.g.cs
│ │ ├── Taskpane.g.i.cs
│ │ ├── TempPE
│ │ ├── TestWindow.g.i.cs
│ │ └── Themes
│ │ ├── Generic.baml
│ │ └── taskpane_resourcedictionary.baml
│ └── packages.config
├── SwTools.sln
└── packages
├── Xarial.XCad.0.7.12
│ ├── LICENSE.md
│ ├── Xarial.XCad.0.7.12.nupkg
│ ├── icon.png
│ └── lib
│ ├── net461
│ │ ├── Xarial.XCad.dll
│ │ └── Xarial.XCad.xml
│ └── netstandard2.1
│ ├── Xarial.XCad.dll
│ └── Xarial.XCad.xml
├── Xarial.XCad.SolidWorks.0.7.12
│ ├── LICENSE.md
│ ├── Xarial.XCad.SolidWorks.0.7.12.nupkg
│ ├── build
│ │ └── Xarial.XCad.SolidWorks.targets
│ ├── icon.png
│ ├── lib
│ │ ├── net461
│ │ │ ├── Xarial.XCad.SolidWorks.dll
│ │ │ └── Xarial.XCad.SolidWorks.xml
│ │ └── netcoreapp3.1
│ │ ├── Xarial.XCad.SolidWorks.dll
│ │ └── Xarial.XCad.SolidWorks.xml
│ ├── readme.txt
│ └── tools
│ └── init.ps1
├── Xarial.XCad.SolidWorks.Interops.0.3.0
│ ├── Xarial.XCad.SolidWorks.Interops.0.3.0.nupkg
│ ├── icon.png
│ ├── lib
│ │ └── net40
│ │ ├── SolidWorks.Interop.sldworks.dll
│ │ ├── SolidWorks.Interop.swconst.dll
│ │ └── SolidWorks.Interop.swpublished.dll
│ └── tools
│ └── init.ps1
└── Xarial.XCad.Toolkit.0.7.12
├── LICENSE.md
├── Xarial.XCad.Toolkit.0.7.12.nupkg
├── icon.png
└── lib
├── net461
│ ├── Xarial.XCad.Toolkit.dll
│ └── Xarial.XCad.Toolkit.xml
└── netstandard2.1
├── Xarial.XCad.Toolkit.dll
└── Xarial.XCad.Toolkit.xml
50 directories, 128 files