a
This commit is contained in:
@@ -0,0 +1,117 @@
|
||||
<?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>{2D4E062A-048A-43C7-9D34-B845ECC95AEF}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>UnityEngine.AnimationModule</RootNamespace>
|
||||
<AssemblyName>UnityEngine.AnimationModule</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</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="Cpp2IlInjected\AddressAttribute.cs" />
|
||||
<Compile Include="Cpp2IlInjected\AnalysisFailedException.cs" />
|
||||
<Compile Include="Cpp2IlInjected\AttributeAttribute.cs" />
|
||||
<Compile Include="Cpp2IlInjected\FieldOffsetAttribute.cs" />
|
||||
<Compile Include="Cpp2IlInjected\MetadataOffsetAttribute.cs" />
|
||||
<Compile Include="Cpp2IlInjected\TokenAttribute.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="UnityEngine\Animation.cs" />
|
||||
<Compile Include="UnityEngine\AnimationClip.cs" />
|
||||
<Compile Include="UnityEngine\AnimationCullingType.cs" />
|
||||
<Compile Include="UnityEngine\AnimationEvent.cs" />
|
||||
<Compile Include="UnityEngine\AnimationEventSource.cs" />
|
||||
<Compile Include="UnityEngine\AnimationPlayMode.cs" />
|
||||
<Compile Include="UnityEngine\AnimationState.cs" />
|
||||
<Compile Include="UnityEngine\Animations\AnimationClipPlayable.cs" />
|
||||
<Compile Include="UnityEngine\Animations\AnimationHumanStream.cs" />
|
||||
<Compile Include="UnityEngine\Animations\AnimationLayerMixerPlayable.cs" />
|
||||
<Compile Include="UnityEngine\Animations\AnimationMixerPlayable.cs" />
|
||||
<Compile Include="UnityEngine\Animations\AnimationMotionXToDeltaPlayable.cs" />
|
||||
<Compile Include="UnityEngine\Animations\AnimationOffsetPlayable.cs" />
|
||||
<Compile Include="UnityEngine\Animations\AnimationPlayableOutput.cs" />
|
||||
<Compile Include="UnityEngine\Animations\AnimationPosePlayable.cs" />
|
||||
<Compile Include="UnityEngine\Animations\AnimationRemoveScalePlayable.cs" />
|
||||
<Compile Include="UnityEngine\Animations\AnimationScriptPlayable.cs" />
|
||||
<Compile Include="UnityEngine\Animations\AnimationStream.cs" />
|
||||
<Compile Include="UnityEngine\Animations\AnimatorControllerPlayable.cs" />
|
||||
<Compile Include="UnityEngine\Animations\NotKeyableAttribute.cs" />
|
||||
<Compile Include="UnityEngine\Animator.cs" />
|
||||
<Compile Include="UnityEngine\AnimatorClipInfo.cs" />
|
||||
<Compile Include="UnityEngine\AnimatorControllerParameter.cs" />
|
||||
<Compile Include="UnityEngine\AnimatorControllerParameterType.cs" />
|
||||
<Compile Include="UnityEngine\AnimatorCullingMode.cs" />
|
||||
<Compile Include="UnityEngine\AnimatorOverrideController.cs" />
|
||||
<Compile Include="UnityEngine\AnimatorRecorderMode.cs" />
|
||||
<Compile Include="UnityEngine\AnimatorStateInfo.cs" />
|
||||
<Compile Include="UnityEngine\AnimatorTransitionInfo.cs" />
|
||||
<Compile Include="UnityEngine\AnimatorUpdateMode.cs" />
|
||||
<Compile Include="UnityEngine\Avatar.cs" />
|
||||
<Compile Include="UnityEngine\AvatarIKGoal.cs" />
|
||||
<Compile Include="UnityEngine\AvatarIKHint.cs" />
|
||||
<Compile Include="UnityEngine\AvatarTarget.cs" />
|
||||
<Compile Include="UnityEngine\HumanBodyBones.cs" />
|
||||
<Compile Include="UnityEngine\HumanBone.cs" />
|
||||
<Compile Include="UnityEngine\HumanDescription.cs" />
|
||||
<Compile Include="UnityEngine\HumanLimit.cs" />
|
||||
<Compile Include="UnityEngine\HumanPose.cs" />
|
||||
<Compile Include="UnityEngine\HumanPoseHandler.cs" />
|
||||
<Compile Include="UnityEngine\HumanTrait.cs" />
|
||||
<Compile Include="UnityEngine\MatchTargetWeightMask.cs" />
|
||||
<Compile Include="UnityEngine\Motion.cs" />
|
||||
<Compile Include="UnityEngine\PlayMode.cs" />
|
||||
<Compile Include="UnityEngine\QueueMode.cs" />
|
||||
<Compile Include="UnityEngine\RuntimeAnimatorController.cs" />
|
||||
<Compile Include="UnityEngine\SharedBetweenAnimatorsAttribute.cs" />
|
||||
<Compile Include="UnityEngine\SkeletonBone.cs" />
|
||||
<Compile Include="UnityEngine\StateInfoIndex.cs" />
|
||||
<Compile Include="UnityEngine\StateMachineBehaviour.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\mscorlib\mscorlib.csproj">
|
||||
<Project>{2d4e062a-048a-43c7-9d34-b845ecc95a9d}</Project>
|
||||
<Name>mscorlib</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\System\System.csproj">
|
||||
<Project>{2d4e062a-048a-43c7-9d34-b845ecc95ad8}</Project>
|
||||
<Name>System</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\UnityEngine.CoreModule\UnityEngine.CoreModule.csproj">
|
||||
<Project>{2d4e062a-048a-43c7-9d34-b845ecc95af4}</Project>
|
||||
<Name>UnityEngine.CoreModule</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\UnityEngine.SharedInternalsModule\UnityEngine.SharedInternalsModule.csproj">
|
||||
<Project>{2d4e062a-048a-43c7-9d34-b845ecc95b02}</Project>
|
||||
<Name>UnityEngine.SharedInternalsModule</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
Reference in New Issue
Block a user