fc8eb1d2cd
git-svn-id: https://triangle.svn.codeplex.com/svn@68154 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
151 lines
5.9 KiB
XML
151 lines
5.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{336AAF8A-5316-4303-9E73-5E38BD0B28AF}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MeshExplorer</RootNamespace>
|
|
<AssemblyName>Mesh Explorer</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<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|x86' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Controls\ColorScheme.cs" />
|
|
<Compile Include="Controls\DarkButton.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\DarkCheckBox.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\AngleHistogram.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\DarkListBox.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\DarkSlider.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\DarkTabControl.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\DarkTextBox.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\DarkToolStripRenderer.cs" />
|
|
<Compile Include="Controls\RendererControl.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="DarkMessageBox.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Examples.cs" />
|
|
<Compile Include="FormExport.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FormExport.Designer.cs">
|
|
<DependentUpon>FormExport.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FormGenerator.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FormGenerator.Designer.cs">
|
|
<DependentUpon>FormGenerator.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FormLog.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FormLog.Designer.cs">
|
|
<DependentUpon>FormLog.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FormMain.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FormMain.Designer.cs">
|
|
<DependentUpon>FormMain.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Generators\IGenerator.cs" />
|
|
<Compile Include="Generators\RandomPoints.cs" />
|
|
<Compile Include="Generators\RandomPointsCircle.cs" />
|
|
<Compile Include="Generators\RingPolygon.cs" />
|
|
<Compile Include="Generators\StarInBox.cs" />
|
|
<Compile Include="IO\EpsImage.cs" />
|
|
<Compile Include="IO\FileProcessor.cs" />
|
|
<Compile Include="IO\Formats\DatFile.cs" />
|
|
<Compile Include="IO\Formats\JsonFile.cs" />
|
|
<Compile Include="IO\Formats\TriangleFile.cs" />
|
|
<Compile Include="IO\IMeshFile.cs" />
|
|
<Compile Include="IO\JsonParser.cs" />
|
|
<Compile Include="IO\RasterImage.cs" />
|
|
<Compile Include="IO\SvgImage.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Rendering\MeshRenderer.cs" />
|
|
<Compile Include="Rendering\RenderColors.cs" />
|
|
<Compile Include="Rendering\RenderData.cs" />
|
|
<Compile Include="Rendering\VoronoiRenderer.cs" />
|
|
<Compile Include="Rendering\Zoom.cs" />
|
|
<Compile Include="Settings.cs" />
|
|
<Compile Include="Util.cs" />
|
|
<EmbeddedResource Include="FormExport.resx">
|
|
<DependentUpon>FormExport.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="FormGenerator.resx">
|
|
<DependentUpon>FormGenerator.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="FormMain.resx">
|
|
<DependentUpon>FormMain.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Triangle\Triangle.csproj">
|
|
<Project>{F7907A0A-B75F-400B-9E78-BFAD00DB4D6B}</Project>
|
|
<Name>Triangle</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- 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> |