Wrote relative movement leveling for 7 and 13 point Wrote unit tests for relative movement Improved unit tests to include outputting the expected strings.
110 lines
No EOL
5.6 KiB
XML
110 lines
No EOL
5.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{E1455E5C-127C-4282-8CC5-452C300E91D0}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MatterControl.Tests</RootNamespace>
|
|
<AssemblyName>MatterControl.Tests</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="nunit.core, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="nunit.core.interfaces, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="nunit.util, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\NUnitTestAdapter.2.0.0\lib\nunit.util.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="NUnit.VisualStudio.TestAdapter, Version=2.0.0.0, Culture=neutral, PublicKeyToken=4cb40d35494691ac, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="MatterControl\MatterControl.UI.cs" />
|
|
<Compile Include="MatterControl\HtmlParser.cs" />
|
|
<Compile Include="MatterControl\LibraryProviderTests.cs" />
|
|
<Compile Include="MatterControl\PrinterConfigurationTests.cs" />
|
|
<Compile Include="MatterControl\ReleaseBuildTests.cs" />
|
|
<Compile Include="MatterControl\SetupIniTests.cs" />
|
|
<Compile Include="MatterControl\Slicing\SliceMappingCLassesTets.cs" />
|
|
<Compile Include="MatterControl\Slicing\SliceLayersTests.cs" />
|
|
<Compile Include="MatterControl\LevelingTests.cs" />
|
|
<Compile Include="MatterControl\TranslationsTests.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\MatterControl.csproj">
|
|
<Project>{0b8d6f56-bd7f-4426-b858-d9292b084656}</Project>
|
|
<Name>MatterControl</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\agg\Agg.csproj">
|
|
<Project>{657dbc6d-c3ea-4398-a3fa-ddb73c14f71b}</Project>
|
|
<Name>Agg</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\examples\GCodeVisualizer\GCodeVisualizer.csproj">
|
|
<Project>{f67ae800-b0c7-42a8-836f-597b4e74591c}</Project>
|
|
<Name>GCodeVisualizer</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\Gui\Gui.csproj">
|
|
<Project>{74f6bb6c-9d02-4512-a59a-21940e35c532}</Project>
|
|
<Name>Gui</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\PlatformAbstract\PlatformAbstract.csproj">
|
|
<Project>{3e4aaba8-d85f-4922-88c6-5c1b2d2308fb}</Project>
|
|
<Name>PlatformAbstract</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\PlatformWin32\PlatformWin32.csproj">
|
|
<Project>{670bddff-927b-425d-9dd1-22acb14356eb}</Project>
|
|
<Name>PlatformWin32</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\PolygonMesh\PolygonMesh.csproj">
|
|
<Project>{86f6aaf2-9b50-40b8-a427-1897d76471c5}</Project>
|
|
<Name>PolygonMesh</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\VectorMath\VectorMath.csproj">
|
|
<Project>{d3e41b4e-bfbb-44ca-94c8-95c00f754fdd}</Project>
|
|
<Name>VectorMath</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |