Files
Dec2017-Script-Dump/UnityEngine/UnityEngine.csproj
T
2026-06-04 11:42:34 +02:00

1225 lines
62 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-9A315339FA58}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>UnityEngine</RootNamespace>
<AssemblyName>UnityEngine</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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</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>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup />
<ItemGroup>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Compile Include="AccelerationEvent.cs" />
<Compile Include="AddComponentMenu.cs" />
<Compile Include="AdditionalCanvasShaderChannels.cs" />
<Compile Include="Advertisements\UnityAdsSettings.cs" />
<Compile Include="AI\NavMesh.cs" />
<Compile Include="AI\NavMeshAgent.cs" />
<Compile Include="AI\NavMeshBuildDebugSettings.cs" />
<Compile Include="AI\NavMeshBuilder.cs" />
<Compile Include="AI\NavMeshBuildMarkup.cs" />
<Compile Include="AI\NavMeshBuildSettings.cs" />
<Compile Include="AI\NavMeshBuildSource.cs" />
<Compile Include="AI\NavMeshBuildSourceShape.cs" />
<Compile Include="AI\NavMeshCollectGeometry.cs" />
<Compile Include="AI\NavMeshData.cs" />
<Compile Include="AI\NavMeshDataInstance.cs" />
<Compile Include="AI\NavMeshHit.cs" />
<Compile Include="AI\NavMeshLinkData.cs" />
<Compile Include="AI\NavMeshLinkInstance.cs" />
<Compile Include="AI\NavMeshObstacle.cs" />
<Compile Include="AI\NavMeshObstacleShape.cs" />
<Compile Include="AI\NavMeshPath.cs" />
<Compile Include="AI\NavMeshPathStatus.cs" />
<Compile Include="AI\NavMeshQueryFilter.cs" />
<Compile Include="AI\NavMeshTriangulation.cs" />
<Compile Include="AI\ObstacleAvoidanceType.cs" />
<Compile Include="AI\OffMeshLink.cs" />
<Compile Include="AI\OffMeshLinkData.cs" />
<Compile Include="AI\OffMeshLinkType.cs" />
<Compile Include="Analytics\Analytics.cs" />
<Compile Include="Analytics\AnalyticsResult.cs" />
<Compile Include="Analytics\CustomEventData.cs" />
<Compile Include="Analytics\Gender.cs" />
<Compile Include="Analytics\PerformanceReporting.cs" />
<Compile Include="Analytics\UnityAnalyticsHandler.cs" />
<Compile Include="AnchoredJoint2D.cs" />
<Compile Include="AndroidJavaClass.cs" />
<Compile Include="AndroidJavaException.cs" />
<Compile Include="AndroidJavaObject.cs" />
<Compile Include="AndroidJavaProxy.cs" />
<Compile Include="AndroidJavaRunnable.cs" />
<Compile Include="AndroidJavaRunnableProxy.cs" />
<Compile Include="AndroidJNI.cs" />
<Compile Include="AndroidJNIHelper.cs" />
<Compile Include="AndroidJNISafe.cs" />
<Compile Include="AndroidReflection.cs" />
<Compile Include="Animation.cs" />
<Compile Include="AnimationBlendMode.cs" />
<Compile Include="AnimationClip.cs" />
<Compile Include="AnimationClipPair.cs" />
<Compile Include="AnimationCullingType.cs" />
<Compile Include="AnimationCurve.cs" />
<Compile Include="AnimationEvent.cs" />
<Compile Include="AnimationEventSource.cs" />
<Compile Include="AnimationPlayMode.cs" />
<Compile Include="AnimationState.cs" />
<Compile Include="Animations\AnimationClipPlayable.cs" />
<Compile Include="Animations\AnimationLayerMixerPlayable.cs" />
<Compile Include="Animations\AnimationMixerPlayable.cs" />
<Compile Include="Animations\AnimationOffsetPlayable.cs" />
<Compile Include="Animations\AnimationPlayableExtensions.cs" />
<Compile Include="Animations\AnimationPlayableGraphExtensions.cs" />
<Compile Include="Animations\AnimationPlayableOutput.cs" />
<Compile Include="Animations\AnimatorControllerPlayable.cs" />
<Compile Include="Animations\IAnimatorControllerPlayable.cs" />
<Compile Include="Animator.cs" />
<Compile Include="AnimatorClipInfo.cs" />
<Compile Include="AnimatorControllerParameter.cs" />
<Compile Include="AnimatorControllerParameterType.cs" />
<Compile Include="AnimatorCullingMode.cs" />
<Compile Include="AnimatorOverrideController.cs" />
<Compile Include="AnimatorRecorderMode.cs" />
<Compile Include="AnimatorStateInfo.cs" />
<Compile Include="AnimatorTransitionInfo.cs" />
<Compile Include="AnimatorUpdateMode.cs" />
<Compile Include="AnimatorUtility.cs" />
<Compile Include="AnisotropicFiltering.cs" />
<Compile Include="AOT\MonoPInvokeCallbackAttribute.cs" />
<Compile Include="Application.cs" />
<Compile Include="ApplicationInstallMode.cs" />
<Compile Include="ApplicationSandboxType.cs" />
<Compile Include="AreaEffector2D.cs" />
<Compile Include="ArmDoF.cs" />
<Compile Include="ArrayUtils.cs" />
<Compile Include="AssemblyIsEditorAssembly.cs" />
<Compile Include="Assertions\Assert.cs" />
<Compile Include="Assertions\AssertionException.cs" />
<Compile Include="Assertions\AssertionMessageUtil.cs" />
<Compile Include="Assertions\Comparers\FloatComparer.cs" />
<Compile Include="Assertions\Must\MustExtensions.cs" />
<Compile Include="AssetBundle.cs" />
<Compile Include="AssetBundleCreateRequest.cs" />
<Compile Include="AssetBundleManifest.cs" />
<Compile Include="AssetBundleRequest.cs" />
<Compile Include="AsyncOperation.cs" />
<Compile Include="AtomicSafetyHandle.cs" />
<Compile Include="AtomicSafetyHandleVersionMask.cs" />
<Compile Include="AttributeHelperEngine.cs" />
<Compile Include="AudioBehaviour.cs" />
<Compile Include="AudioChorusFilter.cs" />
<Compile Include="AudioClip.cs" />
<Compile Include="AudioClipLoadType.cs" />
<Compile Include="AudioCompressionFormat.cs" />
<Compile Include="AudioConfiguration.cs" />
<Compile Include="AudioDataLoadState.cs" />
<Compile Include="AudioDistortionFilter.cs" />
<Compile Include="AudioEchoFilter.cs" />
<Compile Include="AudioHighPassFilter.cs" />
<Compile Include="AudioListener.cs" />
<Compile Include="AudioLowPassFilter.cs" />
<Compile Include="AudioReverbFilter.cs" />
<Compile Include="AudioReverbPreset.cs" />
<Compile Include="AudioReverbZone.cs" />
<Compile Include="AudioRolloffMode.cs" />
<Compile Include="AudioSettings.cs" />
<Compile Include="AudioSource.cs" />
<Compile Include="AudioSourceCurveType.cs" />
<Compile Include="AudioSpeakerMode.cs" />
<Compile Include="AudioType.cs" />
<Compile Include="AudioVelocityUpdateMode.cs" />
<Compile Include="Audio\AudioClipPlayable.cs" />
<Compile Include="Audio\AudioMixer.cs" />
<Compile Include="Audio\AudioMixerGroup.cs" />
<Compile Include="Audio\AudioMixerPlayable.cs" />
<Compile Include="Audio\AudioMixerSnapshot.cs" />
<Compile Include="Audio\AudioMixerUpdateMode.cs" />
<Compile Include="Audio\AudioPlayableOutput.cs" />
<Compile Include="Avatar.cs" />
<Compile Include="AvatarBuilder.cs" />
<Compile Include="AvatarIKGoal.cs" />
<Compile Include="AvatarIKHint.cs" />
<Compile Include="AvatarMask.cs" />
<Compile Include="AvatarMaskBodyPart.cs" />
<Compile Include="AvatarTarget.cs" />
<Compile Include="BatteryStatus.cs" />
<Compile Include="Behaviour.cs" />
<Compile Include="BillboardAsset.cs" />
<Compile Include="BillboardRenderer.cs" />
<Compile Include="Bindings\CodegenOptions.cs" />
<Compile Include="Bindings\FreeFunctionAttribute.cs" />
<Compile Include="Bindings\IBindingsAttribute.cs" />
<Compile Include="Bindings\IBindingsGenerateMarshallingTypeAttribute.cs" />
<Compile Include="Bindings\IBindingsHeaderProviderAttribute.cs" />
<Compile Include="Bindings\IBindingsIsFreeFunctionProviderAttribute.cs" />
<Compile Include="Bindings\IBindingsIsThreadSafeProviderAttribute.cs" />
<Compile Include="Bindings\IBindingsNameProviderAttribute.cs" />
<Compile Include="Bindings\IBindingsThrowsProviderAttribute.cs" />
<Compile Include="Bindings\IgnoreAttribute.cs" />
<Compile Include="Bindings\NativeConditionalAttribute.cs" />
<Compile Include="Bindings\NativeHeaderAttribute.cs" />
<Compile Include="Bindings\NativeMethodAttribute.cs" />
<Compile Include="Bindings\NativeNameAttribute.cs" />
<Compile Include="Bindings\NativePropertyAttribute.cs" />
<Compile Include="Bindings\NativeThrowsAttribute.cs" />
<Compile Include="Bindings\NativeTypeAttribute.cs" />
<Compile Include="Bindings\NotNullAttribute.cs" />
<Compile Include="Bindings\StaticAccessorAttribute.cs" />
<Compile Include="Bindings\ThreadSafeAttribute.cs" />
<Compile Include="Bindings\UnmarshalledAttribute.cs" />
<Compile Include="BitStream.cs" />
<Compile Include="BlendWeights.cs" />
<Compile Include="BodyDoF.cs" />
<Compile Include="BoneWeight.cs" />
<Compile Include="BootConfigData.cs" />
<Compile Include="BoundingSphere.cs" />
<Compile Include="Bounds.cs" />
<Compile Include="BoxCollider.cs" />
<Compile Include="BoxCollider2D.cs" />
<Compile Include="BuoyancyEffector2D.cs" />
<Compile Include="Cache.cs" />
<Compile Include="CachedAssetBundle.cs" />
<Compile Include="CacheIndex.cs" />
<Compile Include="Caching.cs" />
<Compile Include="Camera.cs" />
<Compile Include="CameraClearFlags.cs" />
<Compile Include="CameraType.cs" />
<Compile Include="Canvas.cs" />
<Compile Include="CanvasGroup.cs" />
<Compile Include="CanvasRenderer.cs" />
<Compile Include="CapsuleCollider.cs" />
<Compile Include="CapsuleCollider2D.cs" />
<Compile Include="CapsuleDirection2D.cs" />
<Compile Include="CastHelper.cs" />
<Compile Include="CharacterController.cs" />
<Compile Include="CharacterInfo.cs" />
<Compile Include="CharacterJoint.cs" />
<Compile Include="CircleCollider2D.cs" />
<Compile Include="ClassLibraryInitializer.cs" />
<Compile Include="Cloth.cs" />
<Compile Include="ClothSkinningCoefficient.cs" />
<Compile Include="ClothSphereColliderPair.cs" />
<Compile Include="ClusterInput.cs" />
<Compile Include="ClusterInputType.cs" />
<Compile Include="ClusterNetwork.cs" />
<Compile Include="Collections\Allocator.cs" />
<Compile Include="Collections\DeallocateOnJobCompletionAttribute.cs" />
<Compile Include="Collections\NativeArray.cs" />
<Compile Include="Collections\NativeArrayDebugView.cs" />
<Compile Include="Collections\NativeContainerAttribute.cs" />
<Compile Include="Collections\NativeContainerSupportsAtomicWriteAttribute.cs" />
<Compile Include="Collections\NativeContainerSupportsMinMaxWriteRestrictionAttribute.cs" />
<Compile Include="Collections\ReadOnlyAttribute.cs" />
<Compile Include="Collections\ReadWriteAttribute.cs" />
<Compile Include="Collections\WriteOnlyAttribute.cs" />
<Compile Include="Collider.cs" />
<Compile Include="Collider2D.cs" />
<Compile Include="ColliderDistance2D.cs" />
<Compile Include="ColliderErrorState2D.cs" />
<Compile Include="Collision.cs" />
<Compile Include="Collision2D.cs" />
<Compile Include="CollisionDetectionMode.cs" />
<Compile Include="CollisionDetectionMode2D.cs" />
<Compile Include="CollisionFlags.cs" />
<Compile Include="Color.cs" />
<Compile Include="Color32.cs" />
<Compile Include="ColorSpace.cs" />
<Compile Include="ColorUsageAttribute.cs" />
<Compile Include="ColorUtility.cs" />
<Compile Include="CombineInstance.cs" />
<Compile Include="CombineInstanceHelper.cs" />
<Compile Include="Compass.cs" />
<Compile Include="Component.cs" />
<Compile Include="CompositeCollider2D.cs" />
<Compile Include="ComputeBuffer.cs" />
<Compile Include="ComputeBufferType.cs" />
<Compile Include="ComputeShader.cs" />
<Compile Include="ConfigurableJoint.cs" />
<Compile Include="ConfigurableJointMotion.cs" />
<Compile Include="ConnectionTesterStatus.cs" />
<Compile Include="Connect\UnityConnectSettings.cs" />
<Compile Include="ConstantForce.cs" />
<Compile Include="ConstantForce2D.cs" />
<Compile Include="ContactFilter2D.cs" />
<Compile Include="ContactPoint.cs" />
<Compile Include="ContactPoint2D.cs" />
<Compile Include="ContextMenu.cs" />
<Compile Include="ContextMenuItemAttribute.cs" />
<Compile Include="ControllerColliderHit.cs" />
<Compile Include="Coroutine.cs" />
<Compile Include="CrashReport.cs" />
<Compile Include="CrashReportHandler\CrashReportHandler.cs" />
<Compile Include="CreateAssetMenuAttribute.cs" />
<Compile Include="CSSLayoutCallbacks.cs" />
<Compile Include="CSSLayout\CSSAlign.cs" />
<Compile Include="CSSLayout\CSSConstants.cs" />
<Compile Include="CSSLayout\CSSDimension.cs" />
<Compile Include="CSSLayout\CSSDirection.cs" />
<Compile Include="CSSLayout\CSSEdge.cs" />
<Compile Include="CSSLayout\CSSExperimentalFeature.cs" />
<Compile Include="CSSLayout\CSSFlexDirection.cs" />
<Compile Include="CSSLayout\CSSJustify.cs" />
<Compile Include="CSSLayout\CSSLogger.cs" />
<Compile Include="CSSLayout\CSSLogLevel.cs" />
<Compile Include="CSSLayout\CSSMeasureFunc.cs" />
<Compile Include="CSSLayout\CSSMeasureMode.cs" />
<Compile Include="CSSLayout\CSSNode.cs" />
<Compile Include="CSSLayout\CSSOverflow.cs" />
<Compile Include="CSSLayout\CSSPositionType.cs" />
<Compile Include="CSSLayout\CSSPrintOptions.cs" />
<Compile Include="CSSLayout\CSSSize.cs" />
<Compile Include="CSSLayout\CSSWrap.cs" />
<Compile Include="CSSLayout\MeasureFunction.cs" />
<Compile Include="CSSLayout\MeasureOutput.cs" />
<Compile Include="CSSLayout\Native.cs" />
<Compile Include="Cubemap.cs" />
<Compile Include="CubemapArray.cs" />
<Compile Include="CubemapFace.cs" />
<Compile Include="CullingGroup.cs" />
<Compile Include="CullingGroupEvent.cs" />
<Compile Include="CullingQueryOptions.cs" />
<Compile Include="Cursor.cs" />
<Compile Include="CursorLockMode.cs" />
<Compile Include="CursorMode.cs" />
<Compile Include="CustomRenderTexture.cs" />
<Compile Include="CustomRenderTextureInitializationSource.cs" />
<Compile Include="CustomRenderTextureUpdateMode.cs" />
<Compile Include="CustomRenderTextureUpdateZone.cs" />
<Compile Include="CustomRenderTextureUpdateZoneSpace.cs" />
<Compile Include="CustomYieldInstruction.cs" />
<Compile Include="Debug.cs" />
<Compile Include="DebugLogHandler.cs" />
<Compile Include="DefaultExecutionOrder.cs" />
<Compile Include="DelayedAttribute.cs" />
<Compile Include="DepthTextureMode.cs" />
<Compile Include="DetailPrototype.cs" />
<Compile Include="DetailRenderMode.cs" />
<Compile Include="DeviceOrientation.cs" />
<Compile Include="DeviceType.cs" />
<Compile Include="DiagnosticSwitch.cs" />
<Compile Include="DiagnosticSwitchFlags.cs" />
<Compile Include="Diagnostics\PlayerConnection.cs" />
<Compile Include="DisableBatchingType.cs" />
<Compile Include="DisallowMultipleComponent.cs" />
<Compile Include="Display.cs" />
<Compile Include="DistanceJoint2D.cs" />
<Compile Include="DoF.cs" />
<Compile Include="DrivenPropertyManager.cs" />
<Compile Include="DrivenRectTransformTracker.cs" />
<Compile Include="DrivenTransformProperties.cs" />
<Compile Include="DynamicGI.cs" />
<Compile Include="EdgeCollider2D.cs" />
<Compile Include="Effector2D.cs" />
<Compile Include="EffectorForceMode2D.cs" />
<Compile Include="EffectorSelection2D.cs" />
<Compile Include="EllipsoidParticleEmitter.cs" />
<Compile Include="EnumInfo.cs" />
<Compile Include="Event.cs" />
<Compile Include="EventInterests.cs" />
<Compile Include="EventModifiers.cs" />
<Compile Include="Events\ArgumentCache.cs" />
<Compile Include="Events\BaseInvokableCall.cs" />
<Compile Include="Events\CachedInvokableCall.cs" />
<Compile Include="Events\InvokableCall.2.cs" />
<Compile Include="Events\InvokableCall.3.cs" />
<Compile Include="Events\InvokableCall.4.cs" />
<Compile Include="Events\InvokableCall.5.cs" />
<Compile Include="Events\InvokableCall.cs" />
<Compile Include="Events\InvokableCallList.cs" />
<Compile Include="Events\PersistentCall.cs" />
<Compile Include="Events\PersistentCallGroup.cs" />
<Compile Include="Events\PersistentListenerMode.cs" />
<Compile Include="Events\UnityAction.2.cs" />
<Compile Include="Events\UnityAction.3.cs" />
<Compile Include="Events\UnityAction.4.cs" />
<Compile Include="Events\UnityAction.5.cs" />
<Compile Include="Events\UnityAction.cs" />
<Compile Include="Events\UnityEvent.2.cs" />
<Compile Include="Events\UnityEvent.3.cs" />
<Compile Include="Events\UnityEvent.4.cs" />
<Compile Include="Events\UnityEvent.5.cs" />
<Compile Include="Events\UnityEvent.cs" />
<Compile Include="Events\UnityEventBase.cs" />
<Compile Include="Events\UnityEventCallState.cs" />
<Compile Include="EventType.cs" />
<Compile Include="ExecuteInEditMode.cs" />
<Compile Include="ExitGUIException.cs" />
<Compile Include="Experimental\Rendering\CullingParameters.cs" />
<Compile Include="Experimental\Rendering\CullResults.cs" />
<Compile Include="Experimental\Rendering\DrawRendererFlags.cs" />
<Compile Include="Experimental\Rendering\DrawRendererSettings.cs" />
<Compile Include="Experimental\Rendering\DrawRendererSortSettings.cs" />
<Compile Include="Experimental\Rendering\DrawShadowsSettings.cs" />
<Compile Include="Experimental\Rendering\InputFilter.cs" />
<Compile Include="Experimental\Rendering\IRenderPipeline.cs" />
<Compile Include="Experimental\Rendering\IRenderPipelineAsset.cs" />
<Compile Include="Experimental\Rendering\LODParameters.cs" />
<Compile Include="Experimental\Rendering\ReflectionProbeSortOptions.cs" />
<Compile Include="Experimental\Rendering\RendererConfiguration.cs" />
<Compile Include="Experimental\Rendering\RenderPipelineAsset.cs" />
<Compile Include="Experimental\Rendering\RenderPipelineManager.cs" />
<Compile Include="Experimental\Rendering\ScriptableRenderContext.cs" />
<Compile Include="Experimental\Rendering\ShaderPassName.cs" />
<Compile Include="Experimental\Rendering\ShadowSplitData.cs" />
<Compile Include="Experimental\Rendering\SortFlags.cs" />
<Compile Include="Experimental\Rendering\VisibleLight.cs" />
<Compile Include="Experimental\Rendering\VisibleLightFlags.cs" />
<Compile Include="Experimental\Rendering\VisibleReflectionProbe.cs" />
<Compile Include="Experimental\UIElements\BaseVisualElementPanel.cs" />
<Compile Include="Experimental\UIElements\Button.cs" />
<Compile Include="Experimental\UIElements\ChangeType.cs" />
<Compile Include="Experimental\UIElements\ClampedDragger.cs" />
<Compile Include="Experimental\UIElements\Clickable.cs" />
<Compile Include="Experimental\UIElements\ContextType.cs" />
<Compile Include="Experimental\UIElements\EventDispatcher.cs" />
<Compile Include="Experimental\UIElements\EventHandlerExtensions.cs" />
<Compile Include="Experimental\UIElements\EventPhase.cs" />
<Compile Include="Experimental\UIElements\EventPropagation.cs" />
<Compile Include="Experimental\UIElements\IDataWatchHandle.cs" />
<Compile Include="Experimental\UIElements\IDataWatchService.cs" />
<Compile Include="Experimental\UIElements\IDispatcher.cs" />
<Compile Include="Experimental\UIElements\IEventHandler.cs" />
<Compile Include="Experimental\UIElements\Image.cs" />
<Compile Include="Experimental\UIElements\IManipulator.cs" />
<Compile Include="Experimental\UIElements\IMBox.cs" />
<Compile Include="Experimental\UIElements\IMButton.cs" />
<Compile Include="Experimental\UIElements\IMButtonGrid.cs" />
<Compile Include="Experimental\UIElements\IMContainer.cs" />
<Compile Include="Experimental\UIElements\IMElement.cs" />
<Compile Include="Experimental\UIElements\IMGroup.cs" />
<Compile Include="Experimental\UIElements\IMGUIContainer.cs" />
<Compile Include="Experimental\UIElements\IMImage.cs" />
<Compile Include="Experimental\UIElements\IMKeyboardTextField.cs" />
<Compile Include="Experimental\UIElements\IMLabel.cs" />
<Compile Include="Experimental\UIElements\IMRepeatButton.cs" />
<Compile Include="Experimental\UIElements\IMScroller.cs" />
<Compile Include="Experimental\UIElements\IMScrollView.cs" />
<Compile Include="Experimental\UIElements\IMSlider.cs" />
<Compile Include="Experimental\UIElements\IMTextField.cs" />
<Compile Include="Experimental\UIElements\IMToggle.cs" />
<Compile Include="Experimental\UIElements\IMTouchScreenTextField.cs" />
<Compile Include="Experimental\UIElements\IOnGUIHandler.cs" />
<Compile Include="Experimental\UIElements\IPanel.cs" />
<Compile Include="Experimental\UIElements\IRecyclable.cs" />
<Compile Include="Experimental\UIElements\IScheduler.cs" />
<Compile Include="Experimental\UIElements\KeyboardEventArgs.cs" />
<Compile Include="Experimental\UIElements\KeyboardTextEditor.cs" />
<Compile Include="Experimental\UIElements\Label.cs" />
<Compile Include="Experimental\UIElements\LoadResourceFunction.cs" />
<Compile Include="Experimental\UIElements\Manipulator.cs" />
<Compile Include="Experimental\UIElements\ManipulatorActivationFilter.cs" />
<Compile Include="Experimental\UIElements\MouseButton.cs" />
<Compile Include="Experimental\UIElements\MouseEventArgs.cs" />
<Compile Include="Experimental\UIElements\MouseManipulator.cs" />
<Compile Include="Experimental\UIElements\OnStylesResolved.cs" />
<Compile Include="Experimental\UIElements\Panel.cs" />
<Compile Include="Experimental\UIElements\PickingMode.cs" />
<Compile Include="Experimental\UIElements\PseudoStates.cs" />
<Compile Include="Experimental\UIElements\Recycler.cs" />
<Compile Include="Experimental\UIElements\RenderData.cs" />
<Compile Include="Experimental\UIElements\RepeatButton.cs" />
<Compile Include="Experimental\UIElements\ScheduleBuilder.cs" />
<Compile Include="Experimental\UIElements\ScheduledItem.cs" />
<Compile Include="Experimental\UIElements\Scroller.cs" />
<Compile Include="Experimental\UIElements\ScrollerButton.cs" />
<Compile Include="Experimental\UIElements\ScrollView.cs" />
<Compile Include="Experimental\UIElements\Slider.cs" />
<Compile Include="Experimental\UIElements\Spacing.cs" />
<Compile Include="Experimental\UIElements\StyleEnums\Align.cs" />
<Compile Include="Experimental\UIElements\StyleEnums\FlexDirection.cs" />
<Compile Include="Experimental\UIElements\StyleEnums\ImageScaleMode.cs" />
<Compile Include="Experimental\UIElements\StyleEnums\Justify.cs" />
<Compile Include="Experimental\UIElements\StyleEnums\Overflow.cs" />
<Compile Include="Experimental\UIElements\StyleEnums\PositionType.cs" />
<Compile Include="Experimental\UIElements\StyleEnums\Wrap.cs" />
<Compile Include="Experimental\UIElements\StyleSheets\CustomProperty.cs" />
<Compile Include="Experimental\UIElements\StyleSheets\ICustomStyles.cs" />
<Compile Include="Experimental\UIElements\StyleSheets\RuleMatcher.cs" />
<Compile Include="Experimental\UIElements\StyleSheets\Style.cs" />
<Compile Include="Experimental\UIElements\StyleSheets\StyleComplexSelectorExtensions.cs" />
<Compile Include="Experimental\UIElements\StyleSheets\StyleContext.cs" />
<Compile Include="Experimental\UIElements\StyleSheets\StylePropertyApplyMode.cs" />
<Compile Include="Experimental\UIElements\StyleSheets\StylePropertyAttribute.cs" />
<Compile Include="Experimental\UIElements\StyleSheets\StylePropertyID.cs" />
<Compile Include="Experimental\UIElements\StyleSheets\StyleSheetCache.cs" />
<Compile Include="Experimental\UIElements\StyleSheets\StyleSheetExtensions.cs" />
<Compile Include="Experimental\UIElements\StyleSheets\VisualElementStyles.cs" />
<Compile Include="Experimental\UIElements\TextEditor.cs" />
<Compile Include="Experimental\UIElements\TextField.cs" />
<Compile Include="Experimental\UIElements\TimerEventScheduler.cs" />
<Compile Include="Experimental\UIElements\TimerState.cs" />
<Compile Include="Experimental\UIElements\Toggle.cs" />
<Compile Include="Experimental\UIElements\TouchScreenTextEditor.cs" />
<Compile Include="Experimental\UIElements\UIElementsUtility.cs" />
<Compile Include="Experimental\UIElements\VisualContainer.cs" />
<Compile Include="Experimental\UIElements\VisualElement.cs" />
<Compile Include="Experimental\UIElements\VisualElementExtensions.cs" />
<Compile Include="Experimental\UIElements\VisualElementUtils.cs" />
<Compile Include="Experimental\UIElements\VisualTreeBuilder.cs" />
<Compile Include="Experimental\UIElements\VisualTreeBuilderExtensions.cs" />
<Compile Include="Experimental\VR\Boundary.cs" />
<Compile Include="ExposedPropertyResolver.cs" />
<Compile Include="ExposedReference.cs" />
<Compile Include="FailedToLoadScriptObject.cs" />
<Compile Include="FFTWindow.cs" />
<Compile Include="FilterMode.cs" />
<Compile Include="FingerDoF.cs" />
<Compile Include="FixedJoint.cs" />
<Compile Include="FixedJoint2D.cs" />
<Compile Include="Flare.cs" />
<Compile Include="FlareLayer.cs" />
<Compile Include="FocusType.cs" />
<Compile Include="FogMode.cs" />
<Compile Include="Font.cs" />
<Compile Include="FontStyle.cs" />
<Compile Include="ForceMode.cs" />
<Compile Include="ForceMode2D.cs" />
<Compile Include="FrictionJoint2D.cs" />
<Compile Include="GameObject.cs" />
<Compile Include="GeometryUtility.cs" />
<Compile Include="Gizmos.cs" />
<Compile Include="GL.cs" />
<Compile Include="GlobalJavaObjectRef.cs" />
<Compile Include="Gradient.cs" />
<Compile Include="GradientAlphaKey.cs" />
<Compile Include="GradientColorKey.cs" />
<Compile Include="GradientMode.cs" />
<Compile Include="Graphics.cs" />
<Compile Include="GUI.cs" />
<Compile Include="GUIAspectSizer.cs" />
<Compile Include="GUIClip.cs" />
<Compile Include="GUIContent.cs" />
<Compile Include="GUIDebugger.cs" />
<Compile Include="GUIElement.cs" />
<Compile Include="GUIGridSizer.cs" />
<Compile Include="GUILayer.cs" />
<Compile Include="GUILayout.cs" />
<Compile Include="GUILayoutEntry.cs" />
<Compile Include="GUILayoutGroup.cs" />
<Compile Include="GUILayoutOption.cs" />
<Compile Include="GUILayoutUtility.cs" />
<Compile Include="GUIScrollGroup.cs" />
<Compile Include="GUISettings.cs" />
<Compile Include="GUISkin.cs" />
<Compile Include="GUIStateObjects.cs" />
<Compile Include="GUIStyle.cs" />
<Compile Include="GUIStyleState.cs" />
<Compile Include="GUITargetAttribute.cs" />
<Compile Include="GUIText.cs" />
<Compile Include="GUITexture.cs" />
<Compile Include="GUIUtility.cs" />
<Compile Include="GUIWordWrapSizer.cs" />
<Compile Include="Gyroscope.cs" />
<Compile Include="Halo.cs" />
<Compile Include="Hash128.cs" />
<Compile Include="HeadDoF.cs" />
<Compile Include="HeaderAttribute.cs" />
<Compile Include="HelpURLAttribute.cs" />
<Compile Include="HideFlags.cs" />
<Compile Include="HideInInspector.cs" />
<Compile Include="HingeJoint.cs" />
<Compile Include="HingeJoint2D.cs" />
<Compile Include="HorizontalWrapMode.cs" />
<Compile Include="HostData.cs" />
<Compile Include="HumanBodyBones.cs" />
<Compile Include="HumanBone.cs" />
<Compile Include="HumanDescription.cs" />
<Compile Include="HumanLimit.cs" />
<Compile Include="HumanParameter.cs" />
<Compile Include="HumanPose.cs" />
<Compile Include="HumanPoseHandler.cs" />
<Compile Include="HumanTrait.cs" />
<Compile Include="ICanvasRaycastFilter.cs" />
<Compile Include="IExposedPropertyTable.cs" />
<Compile Include="IL2CPPStructAlignmentAttribute.cs" />
<Compile Include="ILogger.cs" />
<Compile Include="ILogHandler.cs" />
<Compile Include="ImageConversion.cs" />
<Compile Include="ImageEffectAllowedInSceneView.cs" />
<Compile Include="ImageEffectOpaque.cs" />
<Compile Include="ImageEffectTransformsToLDR.cs" />
<Compile Include="ImagePosition.cs" />
<Compile Include="IMECompositionMode.cs" />
<Compile Include="Input.cs" />
<Compile Include="InternalEmitParticleArguments.cs" />
<Compile Include="InternalStaticBatchingUtility.cs" />
<Compile Include="Internal\DefaultValueAttribute.cs" />
<Compile Include="Internal\ExcludeFromDocsAttribute.cs" />
<Compile Include="Internal\VR\VRTestMock.cs" />
<Compile Include="Internal_DrawArguments.cs" />
<Compile Include="Internal_DrawMeshMatrixArguments.cs" />
<Compile Include="Internal_DrawTextureArguments.cs" />
<Compile Include="Internal_DrawWithTextSelectionArguments.cs" />
<Compile Include="IPlayerEditorConnectionNative.cs" />
<Compile Include="ISerializationCallbackReceiver.cs" />
<Compile Include="IStylePainter.cs" />
<Compile Include="JetBrains\Annotations\AssertionMethodAttribute.cs" />
<Compile Include="JetBrains\Annotations\BaseTypeRequiredAttribute.cs" />
<Compile Include="JetBrains\Annotations\CanBeNullAttribute.cs" />
<Compile Include="JetBrains\Annotations\CannotApplyEqualityOperatorAttribute.cs" />
<Compile Include="JetBrains\Annotations\ContractAnnotationAttribute.cs" />
<Compile Include="JetBrains\Annotations\ImplicitUseKindFlags.cs" />
<Compile Include="JetBrains\Annotations\ImplicitUseTargetFlags.cs" />
<Compile Include="JetBrains\Annotations\InstantHandleAttribute.cs" />
<Compile Include="JetBrains\Annotations\InvokerParameterNameAttribute.cs" />
<Compile Include="JetBrains\Annotations\LinqTunnelAttribute.cs" />
<Compile Include="JetBrains\Annotations\LocalizationRequiredAttribute.cs" />
<Compile Include="JetBrains\Annotations\MeansImplicitUseAttribute.cs" />
<Compile Include="JetBrains\Annotations\NoEnumerationAttribute.cs" />
<Compile Include="JetBrains\Annotations\NotifyPropertyChangedInvocatorAttribute.cs" />
<Compile Include="JetBrains\Annotations\NotNullAttribute.cs" />
<Compile Include="JetBrains\Annotations\PathReferenceAttribute.cs" />
<Compile Include="JetBrains\Annotations\PublicAPIAttribute.cs" />
<Compile Include="JetBrains\Annotations\PureAttribute.cs" />
<Compile Include="JetBrains\Annotations\StringFormatMethodAttribute.cs" />
<Compile Include="JetBrains\Annotations\UsedImplicitlyAttribute.cs" />
<Compile Include="Joint.cs" />
<Compile Include="Joint2D.cs" />
<Compile Include="JointAngleLimits2D.cs" />
<Compile Include="JointDrive.cs" />
<Compile Include="JointDriveMode.cs" />
<Compile Include="JointLimits.cs" />
<Compile Include="JointLimitState2D.cs" />
<Compile Include="JointMotor.cs" />
<Compile Include="JointMotor2D.cs" />
<Compile Include="JointProjectionMode.cs" />
<Compile Include="JointSpring.cs" />
<Compile Include="JointSuspension2D.cs" />
<Compile Include="JointTranslationLimits2D.cs" />
<Compile Include="JsonUtility.cs" />
<Compile Include="jvalue.cs" />
<Compile Include="KeyCode.cs" />
<Compile Include="Keyframe.cs" />
<Compile Include="LayerMask.cs" />
<Compile Include="LegDoF.cs" />
<Compile Include="LensFlare.cs" />
<Compile Include="Light.cs" />
<Compile Include="LightmapBakeType.cs" />
<Compile Include="LightmapData.cs" />
<Compile Include="LightmapSettings.cs" />
<Compile Include="LightmapsMode.cs" />
<Compile Include="LightmapsModeLegacy.cs" />
<Compile Include="LightProbeGroup.cs" />
<Compile Include="LightProbeProxyVolume.cs" />
<Compile Include="LightProbes.cs" />
<Compile Include="LightRenderMode.cs" />
<Compile Include="LightShadows.cs" />
<Compile Include="LightType.cs" />
<Compile Include="LineAlignment.cs" />
<Compile Include="LineRenderer.cs" />
<Compile Include="LineTextureMode.cs" />
<Compile Include="LineUtility.cs" />
<Compile Include="LocationInfo.cs" />
<Compile Include="LocationService.cs" />
<Compile Include="LocationServiceStatus.cs" />
<Compile Include="LOD.cs" />
<Compile Include="LODFadeMode.cs" />
<Compile Include="LODGroup.cs" />
<Compile Include="Logger.cs" />
<Compile Include="LogType.cs" />
<Compile Include="MasterServer.cs" />
<Compile Include="MasterServerEvent.cs" />
<Compile Include="MatchTargetWeightMask.cs" />
<Compile Include="Material.cs" />
<Compile Include="MaterialGlobalIlluminationFlags.cs" />
<Compile Include="MaterialPropertyBlock.cs" />
<Compile Include="Mathf.cs" />
<Compile Include="Matrix4x4.cs" />
<Compile Include="Mesh.cs" />
<Compile Include="MeshCollider.cs" />
<Compile Include="MeshFilter.cs" />
<Compile Include="MeshParticleEmitter.cs" />
<Compile Include="MeshRenderer.cs" />
<Compile Include="MeshSubsetCombineUtility.cs" />
<Compile Include="MeshTopology.cs" />
<Compile Include="Microphone.cs" />
<Compile Include="MissingComponentException.cs" />
<Compile Include="MissingReferenceException.cs" />
<Compile Include="MonoBehaviour.cs" />
<Compile Include="Motion.cs" />
<Compile Include="MotionVectorGenerationMode.cs" />
<Compile Include="MovieTexture.cs" />
<Compile Include="MultilineAttribute.cs" />
<Compile Include="NativeClassAttribute.cs" />
<Compile Include="Network.cs" />
<Compile Include="NetworkConnectionError.cs" />
<Compile Include="NetworkDisconnection.cs" />
<Compile Include="Networking\ChannelQOS.cs" />
<Compile Include="Networking\ConnectionAcksType.cs" />
<Compile Include="Networking\ConnectionConfig.cs" />
<Compile Include="Networking\ConnectionConfigInternal.cs" />
<Compile Include="Networking\ConnectionSimulatorConfig.cs" />
<Compile Include="Networking\DownloadHandler.cs" />
<Compile Include="Networking\DownloadHandlerAssetBundle.cs" />
<Compile Include="Networking\DownloadHandlerAudioClip.cs" />
<Compile Include="Networking\DownloadHandlerBuffer.cs" />
<Compile Include="Networking\DownloadHandlerMovieTexture.cs" />
<Compile Include="Networking\DownloadHandlerScript.cs" />
<Compile Include="Networking\DownloadHandlerTexture.cs" />
<Compile Include="Networking\GlobalConfig.cs" />
<Compile Include="Networking\GlobalConfigInternal.cs" />
<Compile Include="Networking\HostTopology.cs" />
<Compile Include="Networking\HostTopologyInternal.cs" />
<Compile Include="Networking\IMultipartFormSection.cs" />
<Compile Include="Networking\Match\BasicResponse.cs" />
<Compile Include="Networking\Match\CreateMatchRequest.cs" />
<Compile Include="Networking\Match\CreateMatchResponse.cs" />
<Compile Include="Networking\Match\CreateOrJoinMatchRequest.cs" />
<Compile Include="Networking\Match\DestroyMatchRequest.cs" />
<Compile Include="Networking\Match\DropConnectionRequest.cs" />
<Compile Include="Networking\Match\DropConnectionResponse.cs" />
<Compile Include="Networking\Match\IResponse.cs" />
<Compile Include="Networking\Match\JoinMatchRequest.cs" />
<Compile Include="Networking\Match\JoinMatchResponse.cs" />
<Compile Include="Networking\Match\ListMatchRequest.cs" />
<Compile Include="Networking\Match\ListMatchResponse.cs" />
<Compile Include="Networking\Match\MatchDesc.cs" />
<Compile Include="Networking\Match\MatchDirectConnectInfo.cs" />
<Compile Include="Networking\Match\MatchInfo.cs" />
<Compile Include="Networking\Match\MatchInfoSnapshot.cs" />
<Compile Include="Networking\Match\NetworkMatch.cs" />
<Compile Include="Networking\Match\Request.cs" />
<Compile Include="Networking\Match\Response.cs" />
<Compile Include="Networking\Match\ResponseBase.cs" />
<Compile Include="Networking\Match\SetMatchAttributesRequest.cs" />
<Compile Include="Networking\MultipartFormDataSection.cs" />
<Compile Include="Networking\MultipartFormFileSection.cs" />
<Compile Include="Networking\NetworkError.cs" />
<Compile Include="Networking\NetworkEventType.cs" />
<Compile Include="Networking\NetworkTransport.cs" />
<Compile Include="Networking\PlayerConnection\IEditorPlayerConnection.cs" />
<Compile Include="Networking\PlayerConnection\MessageEventArgs.cs" />
<Compile Include="Networking\PlayerConnection\PlayerConnection.cs" />
<Compile Include="Networking\PlayerConnection\PlayerEditorConnectionEvents.cs" />
<Compile Include="Networking\QosType.cs" />
<Compile Include="Networking\ReactorModel.cs" />
<Compile Include="Networking\Types\AppID.cs" />
<Compile Include="Networking\Types\HostPriority.cs" />
<Compile Include="Networking\Types\NetworkAccessLevel.cs" />
<Compile Include="Networking\Types\NetworkAccessToken.cs" />
<Compile Include="Networking\Types\NetworkID.cs" />
<Compile Include="Networking\Types\NodeID.cs" />
<Compile Include="Networking\Types\SourceID.cs" />
<Compile Include="Networking\UnityWebRequest.cs" />
<Compile Include="Networking\UnityWebRequestMultimedia.cs" />
<Compile Include="Networking\UnityWebRequestTexture.cs" />
<Compile Include="Networking\UploadHandler.cs" />
<Compile Include="Networking\UploadHandlerRaw.cs" />
<Compile Include="Networking\Utility.cs" />
<Compile Include="Networking\WebRequestWWW.cs" />
<Compile Include="NetworkLogLevel.cs" />
<Compile Include="NetworkMessageInfo.cs" />
<Compile Include="NetworkPeerType.cs" />
<Compile Include="NetworkPlayer.cs" />
<Compile Include="NetworkReachability.cs" />
<Compile Include="NetworkStateSynchronization.cs" />
<Compile Include="NetworkView.cs" />
<Compile Include="NetworkViewID.cs" />
<Compile Include="NPOTSupport.cs" />
<Compile Include="Object.cs" />
<Compile Include="OcclusionArea.cs" />
<Compile Include="OcclusionPortal.cs" />
<Compile Include="OperatingSystemFamily.cs" />
<Compile Include="Particle.cs" />
<Compile Include="ParticleAnimator.cs" />
<Compile Include="ParticleCollisionEvent.cs" />
<Compile Include="ParticleEmitter.cs" />
<Compile Include="ParticlePhysicsExtensions.cs" />
<Compile Include="ParticleRenderer.cs" />
<Compile Include="ParticleRenderMode.cs" />
<Compile Include="ParticleSystem.cs" />
<Compile Include="ParticleSystemAnimationMode.cs" />
<Compile Include="ParticleSystemAnimationType.cs" />
<Compile Include="ParticleSystemCollisionMode.cs" />
<Compile Include="ParticleSystemCollisionQuality.cs" />
<Compile Include="ParticleSystemCollisionType.cs" />
<Compile Include="ParticleSystemCurveMode.cs" />
<Compile Include="ParticleSystemCustomData.cs" />
<Compile Include="ParticleSystemCustomDataMode.cs" />
<Compile Include="ParticleSystemEmissionType.cs" />
<Compile Include="ParticleSystemEmitterVelocityMode.cs" />
<Compile Include="ParticleSystemExtensionsImpl.cs" />
<Compile Include="ParticleSystemGradientMode.cs" />
<Compile Include="ParticleSystemInheritVelocityMode.cs" />
<Compile Include="ParticleSystemMeshShapeType.cs" />
<Compile Include="ParticleSystemNoiseQuality.cs" />
<Compile Include="ParticleSystemOverlapAction.cs" />
<Compile Include="ParticleSystemRenderer.cs" />
<Compile Include="ParticleSystemRenderMode.cs" />
<Compile Include="ParticleSystemRenderSpace.cs" />
<Compile Include="ParticleSystemScalingMode.cs" />
<Compile Include="ParticleSystemShapeMultiModeValue.cs" />
<Compile Include="ParticleSystemShapeType.cs" />
<Compile Include="ParticleSystemSimulationSpace.cs" />
<Compile Include="ParticleSystemSortMode.cs" />
<Compile Include="ParticleSystemStopBehavior.cs" />
<Compile Include="ParticleSystemSubEmitterProperties.cs" />
<Compile Include="ParticleSystemSubEmitterType.cs" />
<Compile Include="ParticleSystemTrailTextureMode.cs" />
<Compile Include="ParticleSystemTriggerEventType.cs" />
<Compile Include="ParticleSystemVertexStream.cs" />
<Compile Include="ParticleSystemVertexStreams.cs" />
<Compile Include="PhysicMaterial.cs" />
<Compile Include="PhysicMaterialCombine.cs" />
<Compile Include="Physics.cs" />
<Compile Include="Physics2D.cs" />
<Compile Include="PhysicsMaterial2D.cs" />
<Compile Include="PhysicsUpdateBehaviour2D.cs" />
<Compile Include="Ping.cs" />
<Compile Include="Plane.cs" />
<Compile Include="PlatformEffector2D.cs" />
<Compile Include="PlatformSelection.cs" />
<Compile Include="Playables\AnimationPlayableUtilities.cs" />
<Compile Include="Playables\AudioPlayableGraphExtensions.cs" />
<Compile Include="Playables\DataStreamType.cs" />
<Compile Include="Playables\DirectorUpdateMode.cs" />
<Compile Include="Playables\DirectorWrapMode.cs" />
<Compile Include="Playables\FrameData.cs" />
<Compile Include="Playables\IPlayable.cs" />
<Compile Include="Playables\IPlayableAsset.cs" />
<Compile Include="Playables\IPlayableBehaviour.cs" />
<Compile Include="Playables\IPlayableOutput.cs" />
<Compile Include="Playables\Playable.cs" />
<Compile Include="Playables\PlayableAsset.cs" />
<Compile Include="Playables\PlayableBehaviour.cs" />
<Compile Include="Playables\PlayableBinding.cs" />
<Compile Include="Playables\PlayableDirector.cs" />
<Compile Include="Playables\PlayableExtensions.cs" />
<Compile Include="Playables\PlayableGraph.cs" />
<Compile Include="Playables\PlayableHandle.cs" />
<Compile Include="Playables\PlayableOutput.cs" />
<Compile Include="Playables\PlayableOutputExtensions.cs" />
<Compile Include="Playables\PlayableOutputHandle.cs" />
<Compile Include="Playables\PlayState.cs" />
<Compile Include="Playables\ScriptPlayable.cs" />
<Compile Include="Playables\ScriptPlayableOutput.cs" />
<Compile Include="PlayerConnectionInternal.cs" />
<Compile Include="PlayerPrefs.cs" />
<Compile Include="PlayerPrefsException.cs" />
<Compile Include="PlayMode.cs" />
<Compile Include="PointEffector2D.cs" />
<Compile Include="PolygonCollider2D.cs" />
<Compile Include="PreferBinarySerialization.cs" />
<Compile Include="PrimitiveType.cs" />
<Compile Include="ProceduralCacheSize.cs" />
<Compile Include="ProceduralLoadingBehavior.cs" />
<Compile Include="ProceduralMaterial.cs" />
<Compile Include="ProceduralOutputType.cs" />
<Compile Include="ProceduralProcessorUsage.cs" />
<Compile Include="ProceduralPropertyDescription.cs" />
<Compile Include="ProceduralPropertyType.cs" />
<Compile Include="ProceduralTexture.cs" />
<Compile Include="Profiling\CustomSampler.cs" />
<Compile Include="Profiling\Profiler.cs" />
<Compile Include="Profiling\Recorder.cs" />
<Compile Include="Profiling\Sampler.cs" />
<Compile Include="Projector.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PropertyAttribute.cs" />
<Compile Include="PropertyName.cs" />
<Compile Include="PropertyNameUtils.cs" />
<Compile Include="QualityLevel.cs" />
<Compile Include="QualitySettings.cs" />
<Compile Include="Quaternion.cs" />
<Compile Include="QueryTriggerInteraction.cs" />
<Compile Include="QueueMode.cs" />
<Compile Include="Random.cs" />
<Compile Include="RangeAttribute.cs" />
<Compile Include="RangeInt.cs" />
<Compile Include="Ray.cs" />
<Compile Include="Ray2D.cs" />
<Compile Include="RaycastHit.cs" />
<Compile Include="RaycastHit2D.cs" />
<Compile Include="Rect.cs" />
<Compile Include="RectOffset.cs" />
<Compile Include="RectTransform.cs" />
<Compile Include="RectTransformUtility.cs" />
<Compile Include="ReflectionProbe.cs" />
<Compile Include="RejectDragAndDropMaterial.cs" />
<Compile Include="RelativeJoint2D.cs" />
<Compile Include="RemoteSettings.cs" />
<Compile Include="RenderBuffer.cs" />
<Compile Include="RenderBufferHelper.cs" />
<Compile Include="Renderer.cs" />
<Compile Include="RendererExtensions.cs" />
<Compile Include="RenderingPath.cs" />
<Compile Include="Rendering\AmbientMode.cs" />
<Compile Include="Rendering\BlendMode.cs" />
<Compile Include="Rendering\BlendOp.cs" />
<Compile Include="Rendering\BuiltinRenderTextureType.cs" />
<Compile Include="Rendering\BuiltinShaderDefine.cs" />
<Compile Include="Rendering\BuiltinShaderMode.cs" />
<Compile Include="Rendering\BuiltinShaderType.cs" />
<Compile Include="Rendering\CameraEvent.cs" />
<Compile Include="Rendering\CameraHDRMode.cs" />
<Compile Include="Rendering\ColorWriteMask.cs" />
<Compile Include="Rendering\CommandBuffer.cs" />
<Compile Include="Rendering\CompareFunction.cs" />
<Compile Include="Rendering\CopyTextureSupport.cs" />
<Compile Include="Rendering\CullMode.cs" />
<Compile Include="Rendering\DefaultReflectionMode.cs" />
<Compile Include="Rendering\GraphicsDeviceType.cs" />
<Compile Include="Rendering\GraphicsSettings.cs" />
<Compile Include="Rendering\GraphicsTier.cs" />
<Compile Include="Rendering\LightEvent.cs" />
<Compile Include="Rendering\LightProbeUsage.cs" />
<Compile Include="Rendering\LightShadowResolution.cs" />
<Compile Include="Rendering\OpaqueSortMode.cs" />
<Compile Include="Rendering\PassType.cs" />
<Compile Include="Rendering\RealtimeGICPUUsage.cs" />
<Compile Include="Rendering\ReflectionCubemapCompression.cs" />
<Compile Include="Rendering\ReflectionProbeBlendInfo.cs" />
<Compile Include="Rendering\ReflectionProbeClearFlags.cs" />
<Compile Include="Rendering\ReflectionProbeMode.cs" />
<Compile Include="Rendering\ReflectionProbeRefreshMode.cs" />
<Compile Include="Rendering\ReflectionProbeTimeSlicingMode.cs" />
<Compile Include="Rendering\ReflectionProbeType.cs" />
<Compile Include="Rendering\ReflectionProbeUsage.cs" />
<Compile Include="Rendering\RenderBufferLoadAction.cs" />
<Compile Include="Rendering\RenderBufferStoreAction.cs" />
<Compile Include="Rendering\RenderQueue.cs" />
<Compile Include="Rendering\RenderTargetIdentifier.cs" />
<Compile Include="Rendering\ShaderHardwareTier.cs" />
<Compile Include="Rendering\ShadowCastingMode.cs" />
<Compile Include="Rendering\ShadowMapPass.cs" />
<Compile Include="Rendering\ShadowSamplingMode.cs" />
<Compile Include="Rendering\SortingGroup.cs" />
<Compile Include="Rendering\SphericalHarmonicsL2.cs" />
<Compile Include="Rendering\SplashScreen.cs" />
<Compile Include="Rendering\StencilOp.cs" />
<Compile Include="Rendering\TextureDimension.cs" />
<Compile Include="Rendering\UVChannelFlags.cs" />
<Compile Include="RenderMode.cs" />
<Compile Include="RenderSettings.cs" />
<Compile Include="RenderTargetSetup.cs" />
<Compile Include="RenderTexture.cs" />
<Compile Include="RenderTextureCreationFlags.cs" />
<Compile Include="RenderTextureDescriptor.cs" />
<Compile Include="RenderTextureFormat.cs" />
<Compile Include="RenderTextureMemoryless.cs" />
<Compile Include="RenderTextureReadWrite.cs" />
<Compile Include="RequireComponent.cs" />
<Compile Include="Resolution.cs" />
<Compile Include="ResourceRequest.cs" />
<Compile Include="Resources.cs" />
<Compile Include="Rigidbody.cs" />
<Compile Include="Rigidbody2D.cs" />
<Compile Include="RigidbodyConstraints.cs" />
<Compile Include="RigidbodyConstraints2D.cs" />
<Compile Include="RigidbodyInterpolation.cs" />
<Compile Include="RigidbodyInterpolation2D.cs" />
<Compile Include="RigidbodySleepMode2D.cs" />
<Compile Include="RigidbodyType2D.cs" />
<Compile Include="RotationDriveMode.cs" />
<Compile Include="RotationOrder.cs" />
<Compile Include="RPC.cs" />
<Compile Include="RPCMode.cs" />
<Compile Include="RuntimeAnimatorController.cs" />
<Compile Include="RuntimeInitializeLoadType.cs" />
<Compile Include="RuntimeInitializeOnLoadMethodAttribute.cs" />
<Compile Include="RuntimePlatform.cs" />
<Compile Include="RuntimeUndo.cs" />
<Compile Include="ScaleMode.cs" />
<Compile Include="SceneManagement\LoadSceneMode.cs" />
<Compile Include="SceneManagement\Scene.cs" />
<Compile Include="SceneManagement\SceneManager.cs" />
<Compile Include="SceneManagement\SceneUtility.cs" />
<Compile Include="Screen.cs" />
<Compile Include="ScreenCapture.cs" />
<Compile Include="ScreenOrientation.cs" />
<Compile Include="ScriptableObject.cs" />
<Compile Include="Scripting\APIUpdating\MovedFromAttribute.cs" />
<Compile Include="Scripting\GeneratedByOldBindingsGeneratorAttribute.cs" />
<Compile Include="Scripting\GenerateManagedProxyAttribute.cs" />
<Compile Include="Scripting\PreserveAttribute.cs" />
<Compile Include="Scripting\RequiredByNativeCodeAttribute.cs" />
<Compile Include="Scripting\UsedByNativeCodeAttribute.cs" />
<Compile Include="ScrollViewState.cs" />
<Compile Include="ScrollWaitDefinitions.cs" />
<Compile Include="Security.cs" />
<Compile Include="SelectionBaseAttribute.cs" />
<Compile Include="SendMessageOptions.cs" />
<Compile Include="SendMouseEvents.cs" />
<Compile Include="Serialization\DictionarySerializationSurrogate.cs" />
<Compile Include="Serialization\FormerlySerializedAsAttribute.cs" />
<Compile Include="Serialization\ListSerializationSurrogate.cs" />
<Compile Include="Serialization\UnitySurrogateSelector.cs" />
<Compile Include="SerializeField.cs" />
<Compile Include="SerializePrivateVariables.cs" />
<Compile Include="SetupCoroutine.cs" />
<Compile Include="Shader.cs" />
<Compile Include="ShaderVariantCollection.cs" />
<Compile Include="ShadowmaskMode.cs" />
<Compile Include="ShadowProjection.cs" />
<Compile Include="ShadowQuality.cs" />
<Compile Include="ShadowResolution.cs" />
<Compile Include="SharedBetweenAnimatorsAttribute.cs" />
<Compile Include="SimpleJson\IJsonSerializerStrategy.cs" />
<Compile Include="SimpleJson\JsonArray.cs" />
<Compile Include="SimpleJson\JsonObject.cs" />
<Compile Include="SimpleJson\PocoJsonSerializerStrategy.cs" />
<Compile Include="SimpleJson\Reflection\ReflectionUtils.cs" />
<Compile Include="SimpleJson\SimpleJson.cs" />
<Compile Include="SkeletonBone.cs" />
<Compile Include="SkinnedMeshRenderer.cs" />
<Compile Include="SkinQuality.cs" />
<Compile Include="Skybox.cs" />
<Compile Include="SleepTimeout.cs" />
<Compile Include="SliderHandler.cs" />
<Compile Include="SliderJoint2D.cs" />
<Compile Include="SliderState.cs" />
<Compile Include="Social.cs" />
<Compile Include="SocialPlatforms\ActivePlatform.cs" />
<Compile Include="SocialPlatforms\IAchievement.cs" />
<Compile Include="SocialPlatforms\IAchievementDescription.cs" />
<Compile Include="SocialPlatforms\ILeaderboard.cs" />
<Compile Include="SocialPlatforms\ILocalUser.cs" />
<Compile Include="SocialPlatforms\Impl\Achievement.cs" />
<Compile Include="SocialPlatforms\Impl\AchievementDescription.cs" />
<Compile Include="SocialPlatforms\Impl\Leaderboard.cs" />
<Compile Include="SocialPlatforms\Impl\LocalUser.cs" />
<Compile Include="SocialPlatforms\Impl\Score.cs" />
<Compile Include="SocialPlatforms\Impl\UserProfile.cs" />
<Compile Include="SocialPlatforms\IScore.cs" />
<Compile Include="SocialPlatforms\ISocialPlatform.cs" />
<Compile Include="SocialPlatforms\IUserProfile.cs" />
<Compile Include="SocialPlatforms\Local.cs" />
<Compile Include="SocialPlatforms\Range.cs" />
<Compile Include="SocialPlatforms\TimeScope.cs" />
<Compile Include="SocialPlatforms\UserScope.cs" />
<Compile Include="SocialPlatforms\UserState.cs" />
<Compile Include="SoftJointLimit.cs" />
<Compile Include="SoftJointLimitSpring.cs" />
<Compile Include="SortingLayer.cs" />
<Compile Include="Space.cs" />
<Compile Include="SpaceAttribute.cs" />
<Compile Include="SparseTexture.cs" />
<Compile Include="SpeedTreeWindAsset.cs" />
<Compile Include="SphereCollider.cs" />
<Compile Include="SplatPrototype.cs" />
<Compile Include="SpringJoint.cs" />
<Compile Include="SpringJoint2D.cs" />
<Compile Include="Sprite.cs" />
<Compile Include="SpriteAlignment.cs" />
<Compile Include="SpriteDrawMode.cs" />
<Compile Include="SpriteMask.cs" />
<Compile Include="SpriteMaskInteraction.cs" />
<Compile Include="SpriteMeshType.cs" />
<Compile Include="SpritePackingMode.cs" />
<Compile Include="SpritePackingRotation.cs" />
<Compile Include="SpriteRenderer.cs" />
<Compile Include="Sprites\DataUtility.cs" />
<Compile Include="SpriteTileMode.cs" />
<Compile Include="StackTraceLogType.cs" />
<Compile Include="StackTraceUtility.cs" />
<Compile Include="StateMachineBehaviour.cs" />
<Compile Include="StaticBatchingHelper.cs" />
<Compile Include="StaticBatchingUtility.cs" />
<Compile Include="StereoTargetEyeMask.cs" />
<Compile Include="StylePainter.cs" />
<Compile Include="StyleSheets\StyleComplexSelector.cs" />
<Compile Include="StyleSheets\StyleProperty.cs" />
<Compile Include="StyleSheets\StyleRule.cs" />
<Compile Include="StyleSheets\StyleSelector.cs" />
<Compile Include="StyleSheets\StyleSelectorPart.cs" />
<Compile Include="StyleSheets\StyleSelectorRelationship.cs" />
<Compile Include="StyleSheets\StyleSelectorType.cs" />
<Compile Include="StyleSheets\StyleSheet.cs" />
<Compile Include="StyleSheets\StyleValueHandle.cs" />
<Compile Include="StyleSheets\StyleValueKeyword.cs" />
<Compile Include="StyleSheets\StyleValueType.cs" />
<Compile Include="SurfaceEffector2D.cs" />
<Compile Include="SystemClock.cs" />
<Compile Include="SystemInfo.cs" />
<Compile Include="SystemLanguage.cs" />
<Compile Include="TargetJoint2D.cs" />
<Compile Include="Terrain.cs" />
<Compile Include="TerrainChangedFlags.cs" />
<Compile Include="TerrainCollider.cs" />
<Compile Include="TerrainData.cs" />
<Compile Include="TerrainExtensions.cs" />
<Compile Include="TerrainRenderFlags.cs" />
<Compile Include="TexGenMode.cs" />
<Compile Include="TextAlignment.cs" />
<Compile Include="TextAnchor.cs" />
<Compile Include="TextAreaAttribute.cs" />
<Compile Include="TextAsset.cs" />
<Compile Include="TextClipping.cs" />
<Compile Include="TextEditor.cs" />
<Compile Include="TextGenerationError.cs" />
<Compile Include="TextGenerationSettings.cs" />
<Compile Include="TextGenerator.cs" />
<Compile Include="TextMesh.cs" />
<Compile Include="Texture.cs" />
<Compile Include="Texture2D.cs" />
<Compile Include="Texture2DArray.cs" />
<Compile Include="Texture3D.cs" />
<Compile Include="TextureFormat.cs" />
<Compile Include="TextureWrapMode.cs" />
<Compile Include="ThreadAndSerializationSafeAttribute.cs" />
<Compile Include="ThreadPriority.cs" />
<Compile Include="Time.cs" />
<Compile Include="TooltipAttribute.cs" />
<Compile Include="Touch.cs" />
<Compile Include="TouchPhase.cs" />
<Compile Include="TouchScreenKeyboard.cs" />
<Compile Include="TouchScreenKeyboardType.cs" />
<Compile Include="TouchType.cs" />
<Compile Include="TrackedReference.cs" />
<Compile Include="TrailRenderer.cs" />
<Compile Include="Transform.cs" />
<Compile Include="TransitionType.cs" />
<Compile Include="TransparencySortMode.cs" />
<Compile Include="Tree.cs" />
<Compile Include="TreeInstance.cs" />
<Compile Include="TreePrototype.cs" />
<Compile Include="Types.cs" />
<Compile Include="U2D\SpriteAtlas.cs" />
<Compile Include="U2D\SpriteAtlasManager.cs" />
<Compile Include="UICharInfo.cs" />
<Compile Include="UILineInfo.cs" />
<Compile Include="UISystemProfilerApi.cs" />
<Compile Include="UIVertex.cs" />
<Compile Include="UnassignedReferenceException.cs" />
<Compile Include="UnityAPICompatibilityVersionAttribute.cs" />
<Compile Include="UnityEngineInternal\APIUpdaterRuntimeServices.cs" />
<Compile Include="UnityEngineInternal\FastCallExceptionHandler.cs" />
<Compile Include="UnityEngineInternal\GenericStack.cs" />
<Compile Include="UnityEngineInternal\GetMethodDelegate.cs" />
<Compile Include="UnityEngineInternal\GIDebugVisualisation.cs" />
<Compile Include="UnityEngineInternal\GITextureType.cs" />
<Compile Include="UnityEngineInternal\Input\NativeClickEvent.cs" />
<Compile Include="UnityEngineInternal\Input\NativeDeviceDiscoveredCallback.cs" />
<Compile Include="UnityEngineInternal\Input\NativeEventCallback.cs" />
<Compile Include="UnityEngineInternal\Input\NativeGenericEvent.cs" />
<Compile Include="UnityEngineInternal\Input\NativeInputDeviceInfo.cs" />
<Compile Include="UnityEngineInternal\Input\NativeInputEvent.cs" />
<Compile Include="UnityEngineInternal\Input\NativeInputEventType.cs" />
<Compile Include="UnityEngineInternal\Input\NativeInputSystem.cs" />
<Compile Include="UnityEngineInternal\Input\NativeInputUpdateType.cs" />
<Compile Include="UnityEngineInternal\Input\NativeKeyEvent.cs" />
<Compile Include="UnityEngineInternal\Input\NativePointerEvent.cs" />
<Compile Include="UnityEngineInternal\Input\NativeTextEvent.cs" />
<Compile Include="UnityEngineInternal\Input\NativeTrackingEvent.cs" />
<Compile Include="UnityEngineInternal\Input\NativeUpdateCallback.cs" />
<Compile Include="UnityEngineInternal\LightmapType.cs" />
<Compile Include="UnityEngineInternal\MathfInternal.cs" />
<Compile Include="UnityEngineInternal\NetFxCoreExtensions.cs" />
<Compile Include="UnityEngineInternal\ScriptingUtils.cs" />
<Compile Include="UnityEngineInternal\TypeInferenceRuleAttribute.cs" />
<Compile Include="UnityEngineInternal\TypeInferenceRules.cs" />
<Compile Include="UnityEngineInternal\WebRequestUtils.cs" />
<Compile Include="UnityEventQueueSystem.cs" />
<Compile Include="UnityException.cs" />
<Compile Include="UnityLogWriter.cs" />
<Compile Include="UnityString.cs" />
<Compile Include="UnitySynchronizationContext.cs" />
<Compile Include="UnsafeUtility.cs" />
<Compile Include="UserAuthorization.cs" />
<Compile Include="Vector2.cs" />
<Compile Include="Vector3.cs" />
<Compile Include="Vector4.cs" />
<Compile Include="VerticalWrapMode.cs" />
<Compile Include="Video\VideoAspectRatio.cs" />
<Compile Include="Video\VideoAudioOutputMode.cs" />
<Compile Include="Video\VideoClip.cs" />
<Compile Include="Video\VideoPlayer.cs" />
<Compile Include="Video\VideoRenderMode.cs" />
<Compile Include="Video\VideoSource.cs" />
<Compile Include="Video\VideoTimeReference.cs" />
<Compile Include="Video\VideoTimeSource.cs" />
<Compile Include="VRTextureUsage.cs" />
<Compile Include="VR\AvailableTrackingData.cs" />
<Compile Include="VR\InputTracking.cs" />
<Compile Include="VR\TrackingSpaceType.cs" />
<Compile Include="VR\VRDevice.cs" />
<Compile Include="VR\VRDeviceType.cs" />
<Compile Include="VR\VRNode.cs" />
<Compile Include="VR\VRNodeState.cs" />
<Compile Include="VR\VRSettings.cs" />
<Compile Include="VR\VRStats.cs" />
<Compile Include="VR\WSA\PositionalLocatorState.cs" />
<Compile Include="WaitForEndOfFrame.cs" />
<Compile Include="WaitForFixedUpdate.cs" />
<Compile Include="WaitForSeconds.cs" />
<Compile Include="WaitForSecondsRealtime.cs" />
<Compile Include="WaitUntil.cs" />
<Compile Include="WaitWhile.cs" />
<Compile Include="WeakListenerBindings.cs" />
<Compile Include="WebCamDevice.cs" />
<Compile Include="WebCamFlags.cs" />
<Compile Include="WebCamTexture.cs" />
<Compile Include="WheelCollider.cs" />
<Compile Include="WheelFrictionCurve.cs" />
<Compile Include="WheelHit.cs" />
<Compile Include="WheelJoint2D.cs" />
<Compile Include="Windows\Speech\ConfidenceLevel.cs" />
<Compile Include="Windows\Speech\DictationCompletionCause.cs" />
<Compile Include="Windows\Speech\DictationRecognizer.cs" />
<Compile Include="Windows\Speech\DictationTopicConstraint.cs" />
<Compile Include="Windows\Speech\GrammarRecognizer.cs" />
<Compile Include="Windows\Speech\KeywordRecognizer.cs" />
<Compile Include="Windows\Speech\PhraseRecognitionSystem.cs" />
<Compile Include="Windows\Speech\PhraseRecognizedEventArgs.cs" />
<Compile Include="Windows\Speech\PhraseRecognizer.cs" />
<Compile Include="Windows\Speech\SemanticMeaning.cs" />
<Compile Include="Windows\Speech\SpeechError.cs" />
<Compile Include="Windows\Speech\SpeechSystemStatus.cs" />
<Compile Include="WindZone.cs" />
<Compile Include="WindZoneMode.cs" />
<Compile Include="WorldParticleCollider.cs" />
<Compile Include="WrapMode.cs" />
<Compile Include="WritableAttribute.cs" />
<Compile Include="WWW.cs" />
<Compile Include="WWWAudioExtensions.cs" />
<Compile Include="WWWForm.cs" />
<Compile Include="WWWTranscoder.cs" />
<Compile Include="YieldInstruction.cs" />
<Compile Include="_AndroidJNIHelper.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>