mirror of
https://github.com/eliasstepanik/OSCADSharpDotnet7.git
synced 2026-01-11 21:48:34 +00:00
Shifted a few settings/dependency related files to Settings folder
This commit is contained in:
parent
da558ce75f
commit
ee75d6a6b7
@ -42,20 +42,20 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Dependencies.cs" />
|
||||
<Compile Include="Settings\Dependencies.cs" />
|
||||
<Compile Include="Files\DefaultFileInvoker.cs" />
|
||||
<Compile Include="Files\DefaultFileWriter.cs" />
|
||||
<Compile Include="Files\IFileInvoker.cs" />
|
||||
<Compile Include="Files\IFileWriter.cs" />
|
||||
<Compile Include="Ids.cs" />
|
||||
<Compile Include="OpenSCADPathFinder.cs" />
|
||||
<Compile Include="Settings\Ids.cs" />
|
||||
<Compile Include="Settings\OpenSCADPathFinder.cs" />
|
||||
<Compile Include="Scripting\Binding.cs" />
|
||||
<Compile Include="Scripting\Bindings.cs" />
|
||||
<Compile Include="Scripting\IBindable.cs" />
|
||||
<Compile Include="Scripting\SingleStatementObject.cs" />
|
||||
<Compile Include="Scripting\StatementBuilder.cs" />
|
||||
<Compile Include="Scripting\Variable.cs" />
|
||||
<Compile Include="Settings.cs" />
|
||||
<Compile Include="Settings\Settings.cs" />
|
||||
<Compile Include="Sizes.cs" />
|
||||
<Compile Include="Spatial\Bounds.cs" />
|
||||
<Compile Include="Spatial\Matrix.cs" />
|
||||
|
||||
@ -7,6 +7,10 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace OSCADSharp
|
||||
{
|
||||
/// <summary>
|
||||
/// Knowns where the default installation locations for OpenSCAD
|
||||
/// are, and finds the right path for the current environment
|
||||
/// </summary>
|
||||
internal class OpenSCADPathFinder
|
||||
{
|
||||
private string[] possibleFilePaths = new string[]
|
||||
Loading…
x
Reference in New Issue
Block a user