Building shop functional and Building states are saved online
This commit is contained in:
@@ -36,31 +36,19 @@
|
||||
<ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestBuildAssemblyFilter.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/ITestAdaptorFactory.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/IEditorLoadedTestAssemblyProvider.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/TestListTreeView/TestTreeViewItem.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/Tasks/LegacyPlayModeRunTask.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/NUnitExtension/TestRunnerStateSerializer.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/Tasks/BuildActionTaskBase.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Callbacks/RerunCallback.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/TestListTreeView/TestListTreeViewGUI.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Messages/EnterPlayMode.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/Tasks/PrebuildSetupTask.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestResultSerializer.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/EditModeRunner.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/IEditorCompilationInterfaceProxy.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/Analytics/AnalyticsTestCallback.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/RemoteTestResultReciever.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/TestRunnerResult.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/RuntimeTestLauncherBase.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Callbacks/WindowResultUpdaterDataHolder.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/UnityTestProtocol/Message.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Callbacks/RerunCallbackData.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestSettings/TestSettings.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/ITestListCacheData.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/RemotePlayerTestController.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/UnityTestProtocol/UtpDebuglogger.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/SwitchPlatformSetup.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/NUnitExtension/Attributes/AssetPipelineIgnore.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PostbuildCleanupAttributeFinder.cs" />
|
||||
@@ -68,136 +56,148 @@
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/TestListBuilder/TestFilterSettings.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/TestAdaptor.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Messages/RecompileScripts.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/EditModePCHelper.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/ITestResultAdaptor.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Callbacks/WindowResultUpdater.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/RequireApiProfileAttribute.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/AttributeFinderBase.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/Tasks/TestTaskBase.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/TestListTreeView/Icons.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/ExecutionSettings.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PlaymodeLauncher.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/UnityTestProtocol/UnityTestProtocolListener.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/AndroidPlatformSetup.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/Views/EditModeTestListGUI.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/ITestAdaptor.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/UnityTestProtocol/TestPlanMessage.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/ITestRunSettings.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/Analytics/AnalyticsReporter.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/EditmodeWorkItemFactory.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/TestRunnerUIFilter.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineTest/ISettingsBuilder.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/TestListProvider.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/Filter.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineParser/CommandLineOptionSet.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/TestJobDataHolder.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/CachingTestListProvider.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/RunState.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestSettings/ITestSettingsDeserializer.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/ICallbacks.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/IEditorAssembliesProxy.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/UnityTestProtocol/ITestRunnerApiMapper.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/StadiaPlatformSetup.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/TestMode.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineTest/LogSavingCallbacks.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/NUnitExtension/Attributes/ITestPlayerBuildModifier.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/CallbacksDelegator.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/TestRunCanceledException.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/IGuiHelper.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/TestListGuiHelper.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunnerWindowSettings.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/UnityTestProtocol/UtpMessageReporter.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/LuminPlatformSetup.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/DelayedCallback.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/CallbacksHolder.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineTest/ResultsWriter.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineTest/ResultsSavingCallbacks.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/Tasks/BuildTestTreeTask.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/Tasks/LegacyPlayerRunTask.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/RemotePlayerLogController.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/TestListCache.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/ITestTreeRebuildCallbacks.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/ITestListCache.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineTest/ExitCallbacksDataHolder.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PlayerLauncherContextSettings.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/CallbacksDelegatorListener.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/IAssetsDatabaseHelper.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PlayerLauncherTestRunSettings.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/ApplePlatformSetup.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/IPlatformSetup.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/Tasks/LegacyEditModeRunTask.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/ICallbacksHolder.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestSettings/ITestSettings.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/TestListBuilder/ResultSummarizer.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/TestListBuilder/TestTreeViewBuilder.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/UnityTestProtocol/TestStartedMessage.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestSettings/TestSettingsDeserializer.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineTest/SettingsBuilder.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/PlatformSpecificSetup.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineTest/LogWriter.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/Tasks/CleanupVerificationTask.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunnerWindow.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/Tasks/SaveUndoIndexTask.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/UnityTestProtocol/TestFinishedMessage.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/NUnitExtension/Attributes/TestPlayerBuildModifierAttribute.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/ITestListProvider.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/UnityTestProtocol/UnityTestProtocolStarter.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineTest/ExecutionSettings.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Callbacks/EditModeRunnerCallback.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/EditModeLauncher.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineTest/Executer.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/TestResultAdaptor.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/ICallbacksDelegator.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/TestResultAdaptor.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/TestJobData.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/EditorAssemblyWrapper.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineTest/RunData.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/TestListJob.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/ITestRunnerApi.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/RequirePlatformSupportAttribute.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PlayerLauncherBuildOptions.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/UnityTestProtocol/TestRunnerApiMapper.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/EditorEnumeratorTestWorkItem.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Callbacks/RerunCallbackInitializer.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/GuiHelper.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/UITestRunnerFilter.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/EditorLoadedTestAssemblyProvider.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/EditModeLauncherContextSettings.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineTest/SetupException.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/EnumeratorStepHelper.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/Analytics/TestTreeData.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PrebuildSetupAttributeFinder.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/Tasks/SaveModiedSceneTask.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/AssemblyInfo.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/Tasks/PerformUndoTask.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/EditorCompilationInterfaceProxy.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/Tasks/FileCleanupVerifierTaskBase.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/TestAdaptorFactory.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/Views/TestListGUIBase.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/AssetsDatabaseHelper.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineParser/CommandLineOption.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineParser/ICommandLineOption.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/UnityTestProtocol/TestState.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PlayerLauncher.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/TestStatus.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/XboxOnePlatformSetup.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/Analytics/RunFinishedData.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/UwpPlatformSetup.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Messages/WaitForDomainReload.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/Tasks/RegisterFilesForCleanupVerificationTask.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/TestJobRunner.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/EditorAssembliesProxy.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Messages/ExitPlayMode.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineTest/ExitCallbacks.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/IErrorCallbacks.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestBuildAssemblyFilter.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/ITestAdaptorFactory.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/IEditorLoadedTestAssemblyProvider.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/NUnitExtension/TestRunnerStateSerializer.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/Tasks/BuildActionTaskBase.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/TestListTreeView/TestListTreeViewGUI.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestResultSerializer.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/IEditorCompilationInterfaceProxy.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/TestRunnerResult.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestSettings/TestSettings.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/ITestListCacheData.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/UnityTestProtocol/UtpDebuglogger.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/EditModePCHelper.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Callbacks/WindowResultUpdater.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/ExecutionSettings.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PlaymodeLauncher.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/Views/EditModeTestListGUI.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/UnityTestProtocol/TestPlanMessage.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/Analytics/AnalyticsReporter.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/EditmodeWorkItemFactory.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/TestRunnerUIFilter.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/TestListProvider.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineParser/CommandLineOptionSet.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/RunState.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestSettings/ITestSettingsDeserializer.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/UnityTestProtocol/ITestRunnerApiMapper.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/StadiaPlatformSetup.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/NUnitExtension/Attributes/ITestPlayerBuildModifier.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/CallbacksDelegator.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/IGuiHelper.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/UnityTestProtocol/UtpMessageReporter.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineTest/ResultsSavingCallbacks.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/Tasks/BuildTestTreeTask.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/Tasks/LegacyPlayerRunTask.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/TestListCache.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/IAssetsDatabaseHelper.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PlayerLauncherTestRunSettings.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/ApplePlatformSetup.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/Tasks/LegacyEditModeRunTask.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/ICallbacksHolder.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/TestListBuilder/ResultSummarizer.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/UnityTestProtocol/TestStartedMessage.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestSettings/TestSettingsDeserializer.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/PlatformSpecificSetup.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/Tasks/CleanupVerificationTask.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/Tasks/SaveUndoIndexTask.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/UnityTestProtocol/TestFinishedMessage.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/NUnitExtension/Attributes/TestPlayerBuildModifierAttribute.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Callbacks/EditModeRunnerCallback.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineTest/Executer.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/EditorAssemblyWrapper.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineTest/RunData.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/ITestRunnerApi.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/RequirePlatformSupportAttribute.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/EditorEnumeratorTestWorkItem.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/EditorLoadedTestAssemblyProvider.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/Analytics/TestTreeData.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PrebuildSetupAttributeFinder.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/AssemblyInfo.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/Tasks/SaveModiedSceneTask.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRun/Tasks/PerformUndoTask.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/EditorCompilationInterfaceProxy.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/Views/TestListGUIBase.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineParser/CommandLineOption.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineParser/ICommandLineOption.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/UnityTestProtocol/TestState.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/PlatformSetup/XboxOnePlatformSetup.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/Analytics/RunFinishedData.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineTest/TestStarter.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Callbacks/TestRunnerCallback.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/TestListBuilder/RenderingOptions.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/EditorAssembliesProxy.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Messages/ExitPlayMode.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/UnityTestProtocol/IUtpMessageReporter.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineTest/ExitCallbacks.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestRunner/Utils/TestListCacheData.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/CommandLineTest/RunSettings.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/GUI/TestListTreeView/TestListTreeViewDataSource.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/TestLaunchers/TestLauncherBase.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/TestRunnerApi.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/Api/IErrorCallbacks.cs" />
|
||||
<Compile Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/UnityTestProtocol/IUtpLogger.cs" />
|
||||
<None Include="Library/PackageCache/com.unity.test-framework@1.1.31/UnityEditor.TestRunner/UnityEditor.TestRunner.asmdef" />
|
||||
<Reference Include="UnityEngine">
|
||||
|
||||
Reference in New Issue
Block a user