mirror of
https://github.com/eliasstepanik/OSCADSharpDotnet7.git
synced 2026-01-11 21:48:34 +00:00
Shifted IDs to Utility folder/namespace
This commit is contained in:
parent
155a4e6fee
commit
2713672d98
@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using OSCADSharp.Utility;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
<Compile Include="DefaultFileWriter.cs" />
|
||||
<Compile Include="IFileInvoker.cs" />
|
||||
<Compile Include="IFileWriter.cs" />
|
||||
<Compile Include="Ids.cs" />
|
||||
<Compile Include="Utility\Ids.cs" />
|
||||
<Compile Include="OpenSCADPathFinder.cs" />
|
||||
<Compile Include="Binding.cs" />
|
||||
<Compile Include="Bindings.cs" />
|
||||
|
||||
@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OSCADSharp
|
||||
namespace OSCADSharp.Utility
|
||||
{
|
||||
/// <summary>
|
||||
/// Responsible for creating identifiers for objects
|
||||
Loading…
x
Reference in New Issue
Block a user