This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
@@ -0,0 +1,94 @@
<?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-9A315339FA52}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>ProBuilderMeshOps-Unity5</RootNamespace>
<AssemblyName>ProBuilderMeshOps-Unity5</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="Parabox\CSG\CSG.cs" />
<Compile Include="Parabox\CSG\CSG_Model.cs" />
<Compile Include="Parabox\CSG\CSG_Node.cs" />
<Compile Include="Parabox\CSG\CSG_Plane.cs" />
<Compile Include="Parabox\CSG\CSG_Polygon.cs" />
<Compile Include="Parabox\CSG\CSG_Vertex.cs" />
<Compile Include="ProBuilder2\MeshOperations\ConnectFaceRebuildData.cs" />
<Compile Include="ProBuilder2\MeshOperations\pbMeshOps.cs" />
<Compile Include="ProBuilder2\MeshOperations\pbMeshUtils.cs" />
<Compile Include="ProBuilder2\MeshOperations\pbTriangleOps.cs" />
<Compile Include="ProBuilder2\MeshOperations\pbUVOps.cs" />
<Compile Include="ProBuilder2\MeshOperations\pbVertexOps.cs" />
<Compile Include="ProBuilder2\MeshOperations\pb_AppendDelete.cs" />
<Compile Include="ProBuilder2\MeshOperations\pb_AppendPolygon.cs" />
<Compile Include="ProBuilder2\MeshOperations\pb_Bevel.cs" />
<Compile Include="ProBuilder2\MeshOperations\pb_ConformNormals.cs" />
<Compile Include="ProBuilder2\MeshOperations\pb_ConnectEdges.cs" />
<Compile Include="ProBuilder2\MeshOperations\pb_ConnectVertices.cs" />
<Compile Include="ProBuilder2\MeshOperations\pb_DeleteVertices.cs" />
<Compile Include="ProBuilder2\MeshOperations\pb_Extrude.cs" />
<Compile Include="ProBuilder2\MeshOperations\pb_Facetize.cs" />
<Compile Include="ProBuilder2\MeshOperations\pb_GrowShrink.cs" />
<Compile Include="ProBuilder2\MeshOperations\pb_Subdivide.cs" />
<Compile Include="ProBuilder2\MeshOperations\pb_Triangulation.cs" />
<Compile Include="ProBuilder2\MeshOperations\pb_WeldVertices.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KdTreeLib\KdTreeLib.csproj">
<Project>{99604a24-13d0-4c83-a3aa-9a315339fa4a}</Project>
<Name>KdTreeLib</Name>
</ProjectReference>
<ProjectReference Include="..\mscorlib\mscorlib.csproj">
<Project>{99604a24-13d0-4c83-a3aa-9a315339fa4c}</Project>
<Name>mscorlib</Name>
</ProjectReference>
<ProjectReference Include="..\Poly2Tri\Poly2Tri.csproj">
<Project>{99604a24-13d0-4c83-a3aa-9a315339fa50}</Project>
<Name>Poly2Tri</Name>
</ProjectReference>
<ProjectReference Include="..\ProBuilderCore-Unity5\ProBuilderCore-Unity5.csproj">
<Project>{99604a24-13d0-4c83-a3aa-9a315339fa51}</Project>
<Name>ProBuilderCore-Unity5</Name>
</ProjectReference>
<ProjectReference Include="..\System.Core\System.Core.csproj">
<Project>{99604a24-13d0-4c83-a3aa-9a315339fa55}</Project>
<Name>System.Core</Name>
</ProjectReference>
<ProjectReference Include="..\UnityEngine\UnityEngine.csproj">
<Project>{99604a24-13d0-4c83-a3aa-9a315339fa58}</Project>
<Name>UnityEngine</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>