118 lines
5.1 KiB
XML
118 lines
5.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" 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>{99604A24-13D0-4C83-A3AA-9A315339FA57}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>TriangleNet</RootNamespace>
|
|
<AssemblyName>Triangle</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<NoStdLib>true</NoStdLib>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<NoStdLib>true</NoStdLib>
|
|
</PropertyGroup>
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<AppDesigner Include="Properties\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Algorithm\Dwyer.cs" />
|
|
<Compile Include="Algorithm\Incremental.cs" />
|
|
<Compile Include="Algorithm\ITriangulator.cs" />
|
|
<Compile Include="Algorithm\SweepLine.cs" />
|
|
<Compile Include="BadTriQueue.cs" />
|
|
<Compile Include="Behavior.cs" />
|
|
<Compile Include="ConstraintMesher.cs" />
|
|
<Compile Include="Data\BadSubseg.cs" />
|
|
<Compile Include="Data\BadTriangle.cs" />
|
|
<Compile Include="Data\Osub.cs" />
|
|
<Compile Include="Data\Otri.cs" />
|
|
<Compile Include="Data\Segment.cs" />
|
|
<Compile Include="Data\Triangle.cs" />
|
|
<Compile Include="Data\Vertex.cs" />
|
|
<Compile Include="FindDirectionResult.cs" />
|
|
<Compile Include="Geometry\BoundingBox.cs" />
|
|
<Compile Include="Geometry\Edge.cs" />
|
|
<Compile Include="Geometry\EdgeEnumerator.cs" />
|
|
<Compile Include="Geometry\InputGeometry.cs" />
|
|
<Compile Include="Geometry\ISegment.cs" />
|
|
<Compile Include="Geometry\ITriangle.cs" />
|
|
<Compile Include="Geometry\Point.cs" />
|
|
<Compile Include="Geometry\RegionPointer.cs" />
|
|
<Compile Include="InsertVertexResult.cs" />
|
|
<Compile Include="IO\DataReader.cs" />
|
|
<Compile Include="IO\DebugWriter.cs" />
|
|
<Compile Include="IO\FileReader.cs" />
|
|
<Compile Include="IO\FileWriter.cs" />
|
|
<Compile Include="IO\IGeometryFormat.cs" />
|
|
<Compile Include="IO\IMeshFormat.cs" />
|
|
<Compile Include="IO\InputTriangle.cs" />
|
|
<Compile Include="IO\TriangleFormat.cs" />
|
|
<Compile Include="LocateResult.cs" />
|
|
<Compile Include="Log\ILog.cs" />
|
|
<Compile Include="Log\ILogItem.cs" />
|
|
<Compile Include="Log\LogLevel.cs" />
|
|
<Compile Include="Log\SimpleLog.cs" />
|
|
<Compile Include="Log\SimpleLogItem.cs" />
|
|
<Compile Include="Mesh.cs" />
|
|
<Compile Include="MeshValidator.cs" />
|
|
<Compile Include="NewLocation.cs" />
|
|
<Compile Include="NodeNumbering.cs" />
|
|
<Compile Include="Primitives.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="QualityMesher.cs" />
|
|
<Compile Include="Sampler.cs" />
|
|
<Compile Include="Smoothing\ISmoother.cs" />
|
|
<Compile Include="Smoothing\SimpleSmoother.cs" />
|
|
<Compile Include="Tools\AdjacencyMatrix.cs" />
|
|
<Compile Include="Tools\BoundedVoronoi.cs" />
|
|
<Compile Include="Tools\CuthillMcKee.cs" />
|
|
<Compile Include="Tools\IVoronoi.cs" />
|
|
<Compile Include="Tools\QuadNode.cs" />
|
|
<Compile Include="Tools\QuadTree.cs" />
|
|
<Compile Include="Tools\QualityMeasure.cs" />
|
|
<Compile Include="Tools\RegionIterator.cs" />
|
|
<Compile Include="Tools\Statistic.cs" />
|
|
<Compile Include="Tools\Voronoi.cs" />
|
|
<Compile Include="Tools\VoronoiRegion.cs" />
|
|
<Compile Include="TriangleLocator.cs" />
|
|
<Compile Include="TriangulationAlgorithm.cs" />
|
|
<Compile Include="VertexType.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\mscorlib\mscorlib.csproj">
|
|
<Project>{99604a24-13d0-4c83-a3aa-9a315339fa4c}</Project>
|
|
<Name>mscorlib</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\System.Core\System.Core.csproj">
|
|
<Project>{99604a24-13d0-4c83-a3aa-9a315339fa55}</Project>
|
|
<Name>System.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\System\System.csproj">
|
|
<Project>{99604a24-13d0-4c83-a3aa-9a315339fa56}</Project>
|
|
<Name>System</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |