mirror of
https://github.com/eliasstepanik/OSCADSharpDotnet7.git
synced 2026-01-20 09:58:27 +00:00
Shifted BlockFormatter and BlockStatementObject to Scripting folder and Scripting namespace
This commit is contained in:
parent
8435737df5
commit
49fcccc8df
@ -1,4 +1,5 @@
|
|||||||
using System;
|
using OSCADSharp.Scripting;
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
using System;
|
using OSCADSharp.Scripting;
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
using System;
|
using OSCADSharp.Scripting;
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|||||||
@ -40,8 +40,8 @@
|
|||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="BlockFormatter.cs" />
|
<Compile Include="Scripting\BlockFormatter.cs" />
|
||||||
<Compile Include="BlockStatementObject.cs" />
|
<Compile Include="Scripting\BlockStatementObject.cs" />
|
||||||
<Compile Include="Booleans\Difference.cs" />
|
<Compile Include="Booleans\Difference.cs" />
|
||||||
<Compile Include="Booleans\Intersection.cs" />
|
<Compile Include="Booleans\Intersection.cs" />
|
||||||
<Compile Include="Booleans\Union.cs" />
|
<Compile Include="Booleans\Union.cs" />
|
||||||
|
|||||||
@ -5,7 +5,7 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace OSCADSharp
|
namespace OSCADSharp.Scripting
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A class that creates blocks of curly-braced script with the
|
/// A class that creates blocks of curly-braced script with the
|
||||||
@ -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.Scripting
|
||||||
{
|
{
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -1,4 +1,5 @@
|
|||||||
using System;
|
using OSCADSharp.Scripting;
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
using System;
|
using OSCADSharp.Scripting;
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
using System;
|
using OSCADSharp.Scripting;
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
using System;
|
using OSCADSharp.Scripting;
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
using System;
|
using OSCADSharp.Scripting;
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
using System;
|
using OSCADSharp.Scripting;
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user