mirror of
https://github.com/eliasstepanik/OSCADSharpDotnet7.git
synced 2026-01-26 12:28:31 +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.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|||||||
@ -56,7 +56,7 @@
|
|||||||
<Compile Include="DefaultFileWriter.cs" />
|
<Compile Include="DefaultFileWriter.cs" />
|
||||||
<Compile Include="IFileInvoker.cs" />
|
<Compile Include="IFileInvoker.cs" />
|
||||||
<Compile Include="IFileWriter.cs" />
|
<Compile Include="IFileWriter.cs" />
|
||||||
<Compile Include="Ids.cs" />
|
<Compile Include="Utility\Ids.cs" />
|
||||||
<Compile Include="OpenSCADPathFinder.cs" />
|
<Compile Include="OpenSCADPathFinder.cs" />
|
||||||
<Compile Include="Binding.cs" />
|
<Compile Include="Binding.cs" />
|
||||||
<Compile Include="Bindings.cs" />
|
<Compile Include="Bindings.cs" />
|
||||||
|
|||||||
@ -4,7 +4,7 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace OSCADSharp
|
namespace OSCADSharp.Utility
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Responsible for creating identifiers for objects
|
/// Responsible for creating identifiers for objects
|
||||||
Loading…
x
Reference in New Issue
Block a user