Added netDxf submodule

This commit is contained in:
AJ
2019-02-22 08:31:10 -05:00
parent 1ee46a6174
commit e3b3f2ee8b
7 changed files with 23 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ namespace PepLib.Dxf
rapidLayer = new Layer("Rapid");
rapidLayer.Color = AciColor.Blue;
rapidLayer.LineType = LineType.Dashed;
rapidLayer.Linetype = Linetype.Dashed;
plateLayer = new Layer("Plate");
plateLayer.Color = AciColor.Cyan;

View File

@@ -33,9 +33,6 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="netDxf">
<HintPath>..\..\lib\netDxf.dll</HintPath>
</Reference>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
@@ -45,6 +42,10 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\netDxf\netDxf\netDxf.csproj">
<Project>{785380e0-ceb9-4c34-82e5-60d0e33e848e}</Project>
<Name>netDxf</Name>
</ProjectReference>
<ProjectReference Include="..\PepLib\PepLib.csproj">
<Project>{22360453-B878-49FA-A5DC-0D9C577DE902}</Project>
<Name>PepLib</Name>

Binary file not shown.