2015-05-05 07:25:47 -07:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "12.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2017-11-05 08:04:40 -08:00
<Import Project= "..\..\packages\NUnit3TestAdapter.3.9.0\build\net35\NUnit3TestAdapter.props" Condition= "Exists('..\..\packages\NUnit3TestAdapter.3.9.0\build\net35\NUnit3TestAdapter.props')" />
2015-05-05 07:25:47 -07:00
<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>
2017-03-15 09:46:54 -07:00
<TargetFrameworkVersion > v4.6.1</TargetFrameworkVersion>
2015-05-05 07:25:47 -07:00
<FileAlignment > 512</FileAlignment>
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\..\</SolutionDir>
2017-03-15 09:46:54 -07:00
<TargetFrameworkProfile />
2017-09-14 22:47:48 -07:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2015-05-05 07:25:47 -07:00
</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>
2017-11-02 15:57:48 -07:00
<PlatformTarget > AnyCPU</PlatformTarget>
2015-05-05 07:25:47 -07:00
</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>
2017-11-02 18:01:37 -07:00
<PlatformTarget > AnyCPU</PlatformTarget>
2015-05-05 07:25:47 -07:00
</PropertyGroup>
<ItemGroup >
2016-08-16 14:28:15 -07:00
<Reference Include= "Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
2015-12-04 10:50:39 -08:00
<Private > True</Private>
2015-10-22 18:23:22 -07:00
</Reference>
2017-09-14 22:47:48 -07:00
<Reference Include= "NUnit.ApplicationDomain, Version=11.0.0.0, Culture=neutral, PublicKeyToken=afbd8211e0c40e2c, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\NUnit.ApplicationDomain.11.0.0\lib\net40\NUnit.ApplicationDomain.dll</HintPath>
2015-05-05 07:25:47 -07:00
</Reference>
2018-02-01 14:13:55 -08:00
<Reference Include= "nunit.framework, Version=3.9.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll</HintPath>
2015-05-05 07:25:47 -07:00
</Reference>
<Reference Include= "System" />
2017-11-05 08:04:40 -08:00
<Reference Include= "System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll</HintPath>
2017-06-30 16:09:31 -07:00
</Reference>
2017-09-14 23:11:24 -07:00
<Reference Include= "System.Windows.Forms" />
2015-12-17 12:33:49 -08:00
<Reference Include= "System.Xml.Linq" />
2017-09-22 17:14:09 -07:00
<Reference Include= "System.Xml" />
2015-05-05 07:25:47 -07:00
</ItemGroup>
<ItemGroup >
2018-01-27 11:38:10 -08:00
<Compile Include= "MatterControl\ApplicationControllerTests.cs" />
2016-11-14 11:43:33 -08:00
<Compile Include= "MatterControl\BrailleGrade2Tests.cs" />
2017-09-12 18:38:09 -07:00
<Compile Include= "MatterControl\InteractiveSceneTests.cs" />
2016-10-05 14:57:31 -07:00
<Compile Include= "MatterControl\ImportSettingsTests.cs" />
2018-03-10 12:23:46 -08:00
<Compile Include= "MatterControl\AssetManagerTests.cs" />
2017-09-14 19:15:41 -07:00
<Compile Include= "MatterControl\SliceSettingsFieldTests.cs" />
2016-07-12 18:06:06 -07:00
<Compile Include= "MatterControl\SettingsParseTests.cs" />
2016-06-21 11:23:26 -07:00
<Compile Include= "MatterControl\GCodeProcessingTests.cs" />
2015-09-01 10:26:14 -07:00
<Compile Include= "MatterControl\MatterControlUiFeatures.cs" />
<Compile Include= "MatterControl\MatterControlUtilities.cs" />
2015-05-05 07:25:47 -07:00
<Compile Include= "MatterControl\HtmlParser.cs" />
2016-07-26 15:34:52 -07:00
<Compile Include= "MatterControl\OemProfileTests.cs" />
2015-11-19 15:50:39 -08:00
<Compile Include= "MatterControl\PrinterChooserUnitTests.cs" />
2015-07-29 17:55:17 -07:00
<Compile Include= "MatterControl\PrinterConfigurationTests.cs" />
2016-01-29 15:45:39 -08:00
<Compile Include= "MatterControl\PrinterWhiteListTests.cs" />
2015-05-05 07:25:47 -07:00
<Compile Include= "MatterControl\ReleaseBuildTests.cs" />
2015-06-09 11:30:14 -07:00
<Compile Include= "MatterControl\Slicing\SliceLayersTests.cs" />
2015-08-04 17:34:52 -07:00
<Compile Include= "MatterControl\LevelingTests.cs" />
2015-11-29 23:15:47 -08:00
<Compile Include= "MatterControl\GCodeStreamTests.cs" />
2015-07-24 14:54:49 -07:00
<Compile Include= "MatterControl\TranslationsTests.cs" />
2017-09-14 22:55:27 -07:00
<Compile Include= "MatterControl\UIFieldTestWindow.cs" />
2015-05-05 07:25:47 -07:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2017-10-07 11:02:22 -07:00
<Compile Include= "RemovedFromProduct.cs" />
2017-03-15 16:17:06 -07:00
<Compile Include= "SceneTests.cs" />
2015-05-05 07:25:47 -07:00
</ItemGroup>
<ItemGroup >
<Service Include= "{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup >
2015-08-20 18:42:34 -07:00
<None Include= "app.config" />
2015-05-05 07:25:47 -07:00
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\..\MatterControl.csproj" >
2015-12-03 10:40:13 -08:00
<Project > {0B8D6F56-BD7F-4426-B858-D9292B084656}</Project>
2015-05-05 07:25:47 -07:00
<Name > MatterControl</Name>
</ProjectReference>
2017-06-21 23:26:20 -07:00
<ProjectReference Include= "..\..\MatterControl.Printing\MatterControl.Printing.csproj" >
<Project > {97d5ade3-c1b4-4b46-8a3e-718a4f7f079f}</Project>
<Name > MatterControl.Printing</Name>
</ProjectReference>
2017-01-10 12:24:01 -08:00
<ProjectReference Include= "..\..\PrinterEmulator\PrinterEmulator.csproj" >
<Project > {bb58ca42-991b-41b7-bde7-dcd2911df8b9}</Project>
<Name > PrinterEmulator</Name>
</ProjectReference>
2015-05-05 07:25:47 -07:00
<ProjectReference Include= "..\..\Submodules\agg-sharp\agg\Agg.csproj" >
2015-12-03 10:40:13 -08:00
<Project > {657DBC6D-C3EA-4398-A3FA-DDB73C14F71B}</Project>
2015-05-05 07:25:47 -07:00
<Name > Agg</Name>
</ProjectReference>
2017-03-15 16:17:06 -07:00
<ProjectReference Include= "..\..\Submodules\agg-sharp\DataConverters3D\DataConverters3D.csproj" >
<Project > {04667764-dc7b-4b95-aef6-b4e6c87a54e9}</Project>
<Name > DataConverters3D</Name>
</ProjectReference>
2015-10-06 17:30:34 -07:00
<ProjectReference Include= "..\..\Submodules\agg-sharp\GuiAutomation\GuiAutomation.csproj" >
2015-12-03 10:40:13 -08:00
<Project > {E9102310-0029-4D8F-B1E9-88FBA6147D45}</Project>
2015-08-18 13:01:29 -07:00
<Name > GuiAutomation</Name>
</ProjectReference>
2015-05-05 07:25:47 -07:00
<ProjectReference Include= "..\..\Submodules\agg-sharp\Gui\Gui.csproj" >
2015-12-03 10:40:13 -08:00
<Project > {74F6BB6C-9D02-4512-A59A-21940E35C532}</Project>
2015-05-05 07:25:47 -07:00
<Name > Gui</Name>
</ProjectReference>
2018-02-12 15:28:26 -08:00
<ProjectReference Include= "..\..\Submodules\agg-sharp\Localizations\Localizations.csproj" >
<Project > {ca96058c-1a37-465d-a357-d6d695b13d25}</Project>
<Name > Localizations</Name>
</ProjectReference>
2017-07-10 14:00:27 -07:00
<ProjectReference Include= "..\..\Submodules\agg-sharp\OpenGlGui\OpenGlGui.csproj" >
<Project > {C958F745-156E-4BDC-A24A-3721C7BE7B8A}</Project>
<Name > OpenGlGui</Name>
</ProjectReference>
2015-05-05 07:25:47 -07:00
<ProjectReference Include= "..\..\Submodules\agg-sharp\PlatformWin32\PlatformWin32.csproj" >
2015-12-03 10:40:13 -08:00
<Project > {670BDDFF-927B-425D-9DD1-22ACB14356EB}</Project>
2015-05-05 07:25:47 -07:00
<Name > PlatformWin32</Name>
</ProjectReference>
<ProjectReference Include= "..\..\Submodules\agg-sharp\PolygonMesh\PolygonMesh.csproj" >
2015-12-03 10:40:13 -08:00
<Project > {86F6AAF2-9B50-40B8-A427-1897D76471C5}</Project>
2015-05-05 07:25:47 -07:00
<Name > PolygonMesh</Name>
</ProjectReference>
2016-12-02 16:49:18 -08:00
<ProjectReference Include= "..\..\Submodules\agg-sharp\RenderOpenGl\RenderOpenGl.csproj" >
<Project > {545b6912-77ff-4b34-ba76-6c3d6a32be6a}</Project>
<Name > RenderOpenGl</Name>
</ProjectReference>
2015-08-23 17:21:47 -07:00
<ProjectReference Include= "..\..\Submodules\agg-sharp\Tests\Agg.Tests\Agg.Tests.csproj" >
2015-12-03 10:40:13 -08:00
<Project > {195CBE56-E654-437B-AB05-3BE1B9452497}</Project>
2015-08-23 17:21:47 -07:00
<Name > Agg.Tests</Name>
</ProjectReference>
2015-05-05 07:25:47 -07:00
<ProjectReference Include= "..\..\Submodules\agg-sharp\VectorMath\VectorMath.csproj" >
2015-12-03 10:40:13 -08:00
<Project > {D3E41B4E-BFBB-44CA-94C8-95C00F754FDD}</Project>
2015-05-05 07:25:47 -07:00
<Name > VectorMath</Name>
</ProjectReference>
2017-03-15 16:17:06 -07:00
<ProjectReference Include= "..\..\TextCreator\TextCreator.csproj" >
<Project > {F49EC1DD-D645-4709-8667-B57318AF67B0}</Project>
<Name > TextCreator</Name>
</ProjectReference>
2015-05-05 07:25:47 -07:00
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2017-09-14 22:47:48 -07:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
2017-11-05 08:04:40 -08:00
<Error Condition= "!Exists('..\..\packages\NUnit3TestAdapter.3.9.0\build\net35\NUnit3TestAdapter.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\packages\NUnit3TestAdapter.3.9.0\build\net35\NUnit3TestAdapter.props'))" />
2017-09-14 22:47:48 -07:00
</Target>
2017-09-12 18:38:09 -07:00
</Project>