mirror of
https://github.com/eliasstepanik/OSCADSharpDotnet7.git
synced 2026-01-11 21:48:34 +00:00
Moved Dependencies to Utility
This commit is contained in:
parent
42f8bc09bb
commit
ddf4190728
@ -45,7 +45,7 @@
|
||||
<Compile Include="DataBinding\BindableBoolean.cs" />
|
||||
<Compile Include="DataBinding\VariableCalculator.cs" />
|
||||
<Compile Include="DataBinding\CompoundVariable.cs" />
|
||||
<Compile Include="Dependencies.cs" />
|
||||
<Compile Include="Utility\Dependencies.cs" />
|
||||
<Compile Include="IO\DefaultFileInvoker.cs" />
|
||||
<Compile Include="IO\DefaultFileWriter.cs" />
|
||||
<Compile Include="IO\IFileInvoker.cs" />
|
||||
|
||||
@ -5,7 +5,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OSCADSharp
|
||||
namespace OSCADSharp.Utility
|
||||
{
|
||||
/// <summary>
|
||||
/// Contains definitions for external APIs used by OSCADSharp
|
||||
Loading…
x
Reference in New Issue
Block a user