m
This commit is contained in:
@@ -0,0 +1,137 @@
|
||||
<?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-FF63443DDEF1}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>Unity.ResourceManager</RootNamespace>
|
||||
<AssemblyName>Unity.ResourceManager</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="DelegateList.cs" />
|
||||
<Compile Include="ListWithEvents.cs" />
|
||||
<Compile Include="MonoBehaviourCallbackHooks.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\AsyncOperations\AsyncOperationBase.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\AsyncOperations\AsyncOperationHandle.2.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\AsyncOperations\AsyncOperationHandle.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\AsyncOperations\AsyncOperationStatus.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\AsyncOperations\GroupOperation.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\AsyncOperations\IAsyncOperation.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\AsyncOperations\ICachable.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\AsyncOperations\IGenericProviderOperation.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\AsyncOperations\ProviderOperation.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ChainOperation.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ChainOperationTypelessDepedency.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\Diagnostics\DiagnosticEvent.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\Diagnostics\DiagnosticEventCollector.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\Diagnostics\DiagnosticEventCollectorSingleton.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\Exceptions\ResourceManagerException.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\Exceptions\UnknownResourceProviderException.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\IUpdateReceiver.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceLocations\ILocationSizeData.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceLocations\IResourceLocation.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceLocations\ResourceLocationBase.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceManager.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceProviders\AssetBundleProvider.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceProviders\AssetBundleRequestOptions.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceProviders\AssetBundleResource.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceProviders\AtlasSpriteProvider.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceProviders\BundledAssetProvider.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceProviders\IAssetBundleResource.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceProviders\IInstanceProvider.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceProviders\InstanceProvider.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceProviders\InstantiationParameters.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceProviders\IResourceProvider.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceProviders\ISceneProvider.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceProviders\JsonAssetProvider.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceProviders\LegacyResourcesProvider.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceProviders\ProvideHandle.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceProviders\ProviderBehaviourFlags.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceProviders\ResourceProviderBase.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceProviders\SceneInstance.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceProviders\SceneProvider.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\ResourceProviders\TextDataProvider.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\Util\ComponentSingleton.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\Util\DefaultAllocationStrategy.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\Util\DelayedActionManager.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\Util\GlobalLinkedListNodeCache.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\Util\IAllocationStrategy.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\Util\IInitializableObject.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\Util\IObjectInitializationDataProvider.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\Util\LinkedListNodeCache.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\Util\LRUCacheAllocationStrategy.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\Util\ObjectInitializationData.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\Util\ResourceManagerConfig.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\Util\SerializedType.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\Util\SerializedTypeRestrictionAttribute.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\WebRequestQueue.cs" />
|
||||
<Compile Include="UnityEngine\ResourceManagement\WebRequestQueueOperation.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="..\UnityEngine.AssetBundleModule\UnityEngine.AssetBundleModule.csproj">
|
||||
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443ddefa}</Project>
|
||||
<Name>UnityEngine.AssetBundleModule</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\UnityEngine.CoreModule\UnityEngine.CoreModule.csproj">
|
||||
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443ddefd}</Project>
|
||||
<Name>UnityEngine.CoreModule</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\UnityEngine.UnityWebRequestAssetBundleModule\UnityEngine.UnityWebRequestAssetBundleModule.csproj">
|
||||
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443ddf17}</Project>
|
||||
<Name>UnityEngine.UnityWebRequestAssetBundleModule</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\UnityEngine.UnityWebRequestModule\UnityEngine.UnityWebRequestModule.csproj">
|
||||
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443ddf19}</Project>
|
||||
<Name>UnityEngine.UnityWebRequestModule</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
Reference in New Issue
Block a user