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" >
<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>
<RestorePackages > true</RestorePackages>
</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 >
2015-05-07 19:57:33 -07:00
<Compile Include= "MatterControl\MatterControl.UI.cs" />
2015-05-05 07:25:47 -07:00
<Compile Include= "MatterControl\HtmlParser.cs" />
<Compile Include= "MatterControl\ReleaseBuildTests.cs" />
2015-06-09 11:30:14 -07:00
<Compile Include= "MatterControl\Slicing\SliceMappingCLassesTets.cs" />
<Compile Include= "MatterControl\Slicing\SliceLayersTests.cs" />
2015-05-05 07:25:47 -07:00
<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\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" />
<Import Project= "$(SolutionDir)\.nuget\NuGet.targets" Condition= "Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text= "$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name= "BeforeBuild" >
</Target>
<Target Name= "AfterBuild" >
</Target>
-->
</Project>