mirror of
https://github.com/eliasstepanik/OSCADSharpDotnet7.git
synced 2026-01-11 13:38:33 +00:00
Shifted Inches to Utility folder / namespace
This commit is contained in:
parent
2713672d98
commit
a6fd33c3d0
@ -1,4 +1,6 @@
|
||||
|
||||
using OSCADSharp.Utility;
|
||||
|
||||
namespace OSCADSharp.ConsoleTests
|
||||
{
|
||||
class Program
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using OSCADSharp.Utility;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
using System.Text;
|
||||
using System.Collections.Generic;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using OSCADSharp.Utility;
|
||||
|
||||
namespace OSCADSharp.UnitTests
|
||||
{
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using OSCADSharp.Utility;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using OSCADSharp.Utility;
|
||||
|
||||
namespace OSCADSharp.UnitTests
|
||||
{
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using OSCADSharp.Utility;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
@ -65,7 +65,7 @@
|
||||
<Compile Include="StatementBuilder.cs" />
|
||||
<Compile Include="Variable.cs" />
|
||||
<Compile Include="Settings.cs" />
|
||||
<Compile Include="Inches.cs" />
|
||||
<Compile Include="Utility\Inches.cs" />
|
||||
<Compile Include="BindableVector.cs" />
|
||||
<Compile Include="Bounds.cs" />
|
||||
<Compile Include="Matrix.cs" />
|
||||
|
||||
@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OSCADSharp
|
||||
namespace OSCADSharp.Utility
|
||||
{
|
||||
/// <summary>
|
||||
/// Constants and conversions for units for us imperial-minded folks.
|
||||
Loading…
x
Reference in New Issue
Block a user