Browse Source

moved .isad file parsing into new class ImportHandler

Vincenz Mechler 5 years ago
parent
commit
3783255dbb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      SketchAssistant/SketchAssistant/SketchAssistant.csproj

+ 1 - 0
SketchAssistant/SketchAssistant/SketchAssistant.csproj

@@ -69,6 +69,7 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="FileImporter.cs" />
     <Compile Include="SketchAction.cs" />
     <Compile Include="ActionHistory.cs" />
     <Compile Include="Line.cs" />