m
This commit is contained in:
@@ -0,0 +1,145 @@
|
||||
<?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>{E3D718FF-6CCA-48A8-8FBE-FF63443DDEF3}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>Unity.XR.ARFoundation</RootNamespace>
|
||||
<AssemblyName>Unity.XR.ARFoundation</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\XR\ARFoundation\ARAnchor.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARAnchorManager.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARAnchorsChangedEventArgs.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARBackgroundRendererFeature.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARCameraBackground.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARCameraFrameEventArgs.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARCameraManager.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\AREnvironmentProbe.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\AREnvironmentProbeManager.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\AREnvironmentProbePlacementType.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\AREnvironmentProbesChangedEvent.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARFace.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARFaceManager.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARFaceMeshVisualizer.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARFacesChangedEventArgs.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARFaceUpdatedEventArgs.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARInputManager.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARLightEstimationData.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARMeshesChangedEventArgs.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARMeshManager.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARParticipant.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARParticipantManager.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARParticipantsChangedEventArgs.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARPlane.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARPlaneBoundaryChangedEventArgs.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARPlaneManager.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARPlaneMeshGenerators.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARPlaneMeshVisualizer.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARPlanesChangedEventArgs.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARPointCloud.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARPointCloudChangedEventArgs.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARPointCloudManager.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARPointCloudMeshVisualizer.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARPointCloudParticleVisualizer.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARPointCloudUpdatedEventArgs.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARPoseDriver.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARRaycastHit.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARRaycastManager.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARSession.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARSessionOrigin.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARSessionState.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARSessionStateChangedEventArgs.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARTextureInfo.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARTrackable.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARTrackableManager.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARTrackedImage.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARTrackedImageManager.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARTrackedImagesChangedEventArgs.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\ARUpdateOrder.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\IRaycaster.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\MeshInfoComparer.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\MeshQueue.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\MutableRuntimeReferenceImageLibraryExtensions.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\PlaneDetectionModeMaskAttribute.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\PoseExtensions.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\SubsystemLifecycleManager.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\TrackableCollection.cs" />
|
||||
<Compile Include="UnityEngine\XR\ARFoundation\TransformExtensions.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\mscorlib\mscorlib.csproj">
|
||||
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443dde9d}</Project>
|
||||
<Name>mscorlib</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\System.Core\System.Core.csproj">
|
||||
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443dded8}</Project>
|
||||
<Name>System.Core</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\System\System.csproj">
|
||||
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443ddedb}</Project>
|
||||
<Name>System</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Unity.RenderPipelines.Universal.Runtime\Unity.RenderPipelines.Universal.Runtime.csproj">
|
||||
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443ddef0}</Project>
|
||||
<Name>Unity.RenderPipelines.Universal.Runtime</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Unity.XR.ARSubsystems\Unity.XR.ARSubsystems.csproj">
|
||||
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443ddef4}</Project>
|
||||
<Name>Unity.XR.ARSubsystems</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\UnityEngine.CoreModule\UnityEngine.CoreModule.csproj">
|
||||
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443ddefd}</Project>
|
||||
<Name>UnityEngine.CoreModule</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\UnityEngine.ParticleSystemModule\UnityEngine.ParticleSystemModule.csproj">
|
||||
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443ddf07}</Project>
|
||||
<Name>UnityEngine.ParticleSystemModule</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\UnityEngine.SubsystemsModule\UnityEngine.SubsystemsModule.csproj">
|
||||
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443ddf0d}</Project>
|
||||
<Name>UnityEngine.SubsystemsModule</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\UnityEngine.XRModule\UnityEngine.XRModule.csproj">
|
||||
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443ddf1f}</Project>
|
||||
<Name>UnityEngine.XRModule</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
Reference in New Issue
Block a user