168 lines
No EOL
8.6 KiB
XML
168 lines
No EOL
8.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>
|
|
<!--See the following for details on netstandard2 binding workround: https://github.com/dotnet/standard/issues/481-->
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
|
|
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
|
|
<!--See the following for details on netstandard2 binding workround: https://github.com/dotnet/standard/issues/481-->
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
|
|
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MatterControl.Tests</RootNamespace>
|
|
<AssemblyName>MatterControl.Tests</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
|
|
<TargetFrameworkProfile />
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</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>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</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>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
|
|
<PackageReference Include="NUnit" Version="3.10.1" />
|
|
<PackageReference Include="NUnit.ApplicationDomain" Version="11.1.0" />
|
|
<PackageReference Include="NUnit3TestAdapter" Version="3.10.0" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="MatterControl\ApplicationControllerTests.cs" />
|
|
<Compile Include="MatterControl\BoundDropListTests.cs" />
|
|
<Compile Include="MatterControl\BrailleGrade2Tests.cs" />
|
|
<Compile Include="MatterControl\PopupAnchorTests.cs" />
|
|
<Compile Include="MatterControl\InteractiveSceneTests.cs" />
|
|
<Compile Include="MatterControl\ImportSettingsTests.cs" />
|
|
<Compile Include="MatterControl\AssetManagerTests.cs" />
|
|
<Compile Include="MatterControl\MeshRebuildTests.cs" />
|
|
<Compile Include="MatterControl\MeshCsgTests.cs" />
|
|
<Compile Include="MatterControl\SliceSettingsFieldTests.cs" />
|
|
<Compile Include="MatterControl\SettingsParseTests.cs" />
|
|
<Compile Include="MatterControl\GCodeProcessingTests.cs" />
|
|
<Compile Include="MatterControl\MatterControlUiFeatures.cs" />
|
|
<Compile Include="MatterControl\MatterControlUtilities.cs" />
|
|
<Compile Include="MatterControl\OemProfileTests.cs" />
|
|
<Compile Include="MatterControl\PrinterConfigurationTests.cs" />
|
|
<Compile Include="MatterControl\PrinterWhiteListTests.cs" />
|
|
<Compile Include="MatterControl\ReleaseBuildTests.cs" />
|
|
<Compile Include="MatterControl\Slicing\SliceLayersTests.cs" />
|
|
<Compile Include="MatterControl\LevelingTests.cs" />
|
|
<Compile Include="MatterControl\GCodeStreamTests.cs" />
|
|
<Compile Include="MatterControl\TranslationsTests.cs" />
|
|
<Compile Include="MatterControl\UIFieldTestWindow.cs" />
|
|
<Compile Include="MatterControl\PathTests.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SceneTests.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\MatterControl.csproj">
|
|
<Project>{0b8d6f56-bd7f-4426-b858-d9292b084656}</Project>
|
|
<Name>MatterControl</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\MatterControl.Printing\MatterControl.Printing.csproj">
|
|
<Project>{97d5ade3-c1b4-4b46-8a3e-718a4f7f079f}</Project>
|
|
<Name>MatterControl.Printing</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\MatterControl.Winforms\MatterControl.Winforms.csproj">
|
|
<Project>{d6dc2669-7b1f-40fe-89bf-45d4c94473e3}</Project>
|
|
<Name>MatterControl.Winforms</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\PluginSystem\MatterControlPluginSystem.csproj">
|
|
<Project>{865172a0-a1a9-49c2-9386-f2fdb4e141b7}</Project>
|
|
<Name>MatterControlPluginSystem</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\DataConverters3D\DataConverters3D.csproj">
|
|
<Project>{04667764-dc7b-4b95-aef6-b4e6c87a54e9}</Project>
|
|
<Name>DataConverters3D</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\GuiAutomation\GuiAutomation.csproj">
|
|
<Project>{e9102310-0029-4d8f-b1e9-88fba6147d45}</Project>
|
|
<Name>GuiAutomation</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\Localizations\Localizations.csproj">
|
|
<Project>{ca96058c-1a37-465d-a357-d6d695b13d25}</Project>
|
|
<Name>Localizations</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\Net3dBool\Net3dBool.csproj">
|
|
<Project>{7ee4636d-8a92-4015-9562-7fcd6add0645}</Project>
|
|
<Name>Net3dBool</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\RenderOpenGl\RenderOpenGl.csproj">
|
|
<Project>{545b6912-77ff-4b34-ba76-6c3d6a32be6a}</Project>
|
|
<Name>RenderOpenGl</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\Tests\Agg.Tests\Agg.Tests.csproj">
|
|
<Project>{195cbe56-e654-437b-ab05-3be1b9452497}</Project>
|
|
<Name>Agg.Tests</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Submodules\agg-sharp\VectorMath\VectorMath.csproj">
|
|
<Project>{d3e41b4e-bfbb-44ca-94c8-95c00f754fdd}</Project>
|
|
<Name>VectorMath</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Submodules\MatterSlice\MatterSlice.csproj">
|
|
<Project>{b0aed568-8796-42b9-baa9-ebc796134e78}</Project>
|
|
<Name>MatterSlice</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Submodules\MatterSlice\MatterSliceLib\MatterSliceLib.csproj">
|
|
<Project>{23bd06a4-d017-4dd0-a922-d2aad91c3484}</Project>
|
|
<Name>MatterSliceLib</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="C5" Version="2.5.3" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
|
|
<PackageReference Include="NUnit" Version="3.9.0" />
|
|
<PackageReference Include="NUnit.ApplicationDomain" Version="11.0.0" />
|
|
<PackageReference Include="NUnit3TestAdapter" Version="3.9.0" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |