IMPORTdxf├── IMPORTdxf
│ ├── App.config
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── IMPORTdxf.csproj
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ ├── DxfFile
│ │ │ ├── 123.dxf
│ │ │ ├── Drawing1.dxf
│ │ │ ├── Drawing2.dxf
│ │ │ ├── Drawing3.dxf
│ │ │ ├── Drawing4.dxf
│ │ │ ├── MOJI6.dxf
│ │ │ ├── aaaaa.dxf
│ │ │ ├── ccc.dxf
│ │ │ ├── wwwwwwwww.dxf
│ │ │ ├── xsxs.dxf
│ │ │ └── xxxxx.dxf
│ │ ├── IMPORTdxf.exe
│ │ ├── IMPORTdxf.exe.config
│ │ ├── IMPORTdxf.pdb
│ │ ├── netDxf.dll
│ │ └── netDxf.xml
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── IMPORTdxf.Form1.resources
│ │ ├── IMPORTdxf.Properties.Resources.resources
│ │ ├── IMPORTdxf.csproj.CopyComplete
│ │ ├── IMPORTdxf.csproj.CoreCompileInputs.cache
│ │ ├── IMPORTdxf.csproj.FileListAbsolute.txt
│ │ ├── IMPORTdxf.csproj.GenerateResource.cache
│ │ ├── IMPORTdxf.csprojAssemblyReference.cache
│ │ ├── IMPORTdxf.exe
│ │ ├── IMPORTdxf.pdb
│ │ └── TempPE
│ └── packages.config
├── IMPORTdxf.sln
└── packages
└── netDXF.2.2.0.1
├── lib
│ └── net45
│ ├── netDxf.dll
│ └── netDxf.xml
└── netDXF.2.2.0.1.nupkg
12 directories, 43 files
评论