Files
2026-06-04 11:42:34 +02:00

148 lines
6.3 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-9A315339FA51}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>ProBuilder2.Common</RootNamespace>
<AssemblyName>ProBuilderCore-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="AttibuteType.cs" />
<Compile Include="Axis.cs" />
<Compile Include="ColliderType.cs" />
<Compile Include="Culling.cs" />
<Compile Include="DragSelectMode.cs" />
<Compile Include="EdgeExtensions.cs" />
<Compile Include="EditLevel.cs" />
<Compile Include="EntityType.cs" />
<Compile Include="ExtrudeMethod.cs" />
<Compile Include="HandleAlignment.cs" />
<Compile Include="IndexFormat.cs" />
<Compile Include="MeshRebuildReason.cs" />
<Compile Include="pbTransformUtil.cs" />
<Compile Include="pbUtil.cs" />
<Compile Include="pb_ActionResult.cs" />
<Compile Include="pb_BezierPoint.cs" />
<Compile Include="pb_BezierShape.cs" />
<Compile Include="pb_BezierTangentDirection.cs" />
<Compile Include="pb_BezierTangentMode.cs" />
<Compile Include="pb_Bounds2D.cs" />
<Compile Include="pb_CIE_Lab_Color.cs" />
<Compile Include="pb_Color.cs" />
<Compile Include="pb_ColorPalette.cs" />
<Compile Include="pb_ColorUtil.cs" />
<Compile Include="pb_Constant.cs" />
<Compile Include="pb_DummyScript.cs" />
<Compile Include="pb_Edge.cs" />
<Compile Include="pb_EdgeConnection.cs" />
<Compile Include="pb_EdgeLookup.cs" />
<Compile Include="pb_ElementGraphics.cs" />
<Compile Include="pb_Entity.cs" />
<Compile Include="pb_Face.cs" />
<Compile Include="pb_FaceRebuildData.cs" />
<Compile Include="pb_HandleConstraint2D.cs" />
<Compile Include="pb_HandleUtility.cs" />
<Compile Include="pb_HsvColor.cs" />
<Compile Include="pb_IHasDefault.cs" />
<Compile Include="pb_IntArray.cs" />
<Compile Include="pb_IntArrayUtility.cs" />
<Compile Include="pb_IntVec3.cs" />
<Compile Include="pb_LineRenderer.cs" />
<Compile Include="pb_Log.cs" />
<Compile Include="pb_LogLevel.cs" />
<Compile Include="pb_LogOutput.cs" />
<Compile Include="pb_Math.cs" />
<Compile Include="pb_MeshRenderer.cs" />
<Compile Include="pb_MeshUtility.cs" />
<Compile Include="pb_MonoBehaviourSingleton.cs" />
<Compile Include="pb_Object.cs" />
<Compile Include="pb_ObjectPool.cs" />
<Compile Include="pb_Object_Utility.cs" />
<Compile Include="pb_PolyShape.cs" />
<Compile Include="pb_PreferenceDictionary.cs" />
<Compile Include="pb_PreferenceDictionaryEnumerator.cs" />
<Compile Include="pb_Projection.cs" />
<Compile Include="pb_RaycastHit.cs" />
<Compile Include="pb_Renderable.cs" />
<Compile Include="pb_SelectionPicker.cs" />
<Compile Include="pb_ShapeGenerator.cs" />
<Compile Include="pb_Shortcut.cs" />
<Compile Include="pb_Snap.cs" />
<Compile Include="pb_Spline.cs" />
<Compile Include="pb_Transform2D.cs" />
<Compile Include="pb_Tuple.2.cs" />
<Compile Include="pb_Tuple.3.cs" />
<Compile Include="pb_Tuple.cs" />
<Compile Include="pb_Type.cs" />
<Compile Include="pb_UnwrapParameters.cs" />
<Compile Include="pb_UV.cs" />
<Compile Include="pb_UVUtility.cs" />
<Compile Include="pb_Vector.cs" />
<Compile Include="pb_Vertex.cs" />
<Compile Include="pb_VertexConnection.cs" />
<Compile Include="pb_WingedEdge.cs" />
<Compile Include="pb_WingedEdgeEnumerator.cs" />
<Compile Include="pb_XYZ_Color.cs" />
<Compile Include="ProGridsConditionalSnapAttribute.cs" />
<Compile Include="ProGridsNoSnapAttribute.cs" />
<Compile Include="ProjectionAxis.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RefreshMask.cs" />
<Compile Include="SelectionRenderState.cs" />
<Compile Include="SelectMode.cs" />
<Compile Include="Shape.cs" />
<Compile Include="SortMethod.cs" />
<Compile Include="Status.cs" />
<Compile Include="UV2Method.cs" />
<Compile Include="WindingOrder.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>
<ProjectReference Include="..\UnityEngine\UnityEngine.csproj">
<Project>{99604a24-13d0-4c83-a3aa-9a315339fa58}</Project>
<Name>UnityEngine</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>