Shifted a few settings/dependency related files to Settings folder

This commit is contained in:
Michael L Smith 2016-02-28 15:15:25 -08:00
parent da558ce75f
commit ee75d6a6b7
5 changed files with 8 additions and 4 deletions

View File

@ -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" />

View File

@ -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[]