diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/.gitignore b/Standalone-Samples/WindowsML-CustomVision-Hololens/.gitignore index 1c2caff..324c6be 100644 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/.gitignore +++ b/Standalone-Samples/WindowsML-CustomVision-Hololens/.gitignore @@ -15,6 +15,9 @@ Players/ # Unity3D Exported Data files Data/ +# UWP generated project +/**/UWP/ + # UWP Exported Binaries /**/UWP/**/*.dll /**/UWP/**/*.exe diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/Assets/Scripts/SceneStartup.cs b/Standalone-Samples/WindowsML-CustomVision-Hololens/Assets/Scripts/SceneStartup.cs index 7ba173d..f173984 100644 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/Assets/Scripts/SceneStartup.cs +++ b/Standalone-Samples/WindowsML-CustomVision-Hololens/Assets/Scripts/SceneStartup.cs @@ -44,7 +44,7 @@ private void DisplayText(string text) #if UNITY_WSA && !UNITY_EDITOR public async void InitializeModel() { - StorageFile imageRecoModelFile = await StorageFile.GetFileFromApplicationUriAsync(new Uri($"ms-appx:///Assets/model.onnx")); + StorageFile imageRecoModelFile = await StorageFile.GetFileFromApplicationUriAsync(new Uri($"ms-appx:///Data/StreamingAssets/model.onnx")); imageRecoModel = await Image_RecoModel.CreateImage_RecoModel(imageRecoModelFile); } diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/Assets/Scripts/Vision.cs b/Standalone-Samples/WindowsML-CustomVision-Hololens/Assets/Scripts/Vision.cs index 37c51dd..3d617b3 100644 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/Assets/Scripts/Vision.cs +++ b/Standalone-Samples/WindowsML-CustomVision-Hololens/Assets/Scripts/Vision.cs @@ -2,12 +2,14 @@ using System; using System.Collections.Generic; using System.Diagnostics; +using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Windows.AI.MachineLearning.Preview; using Windows.Media; using Windows.Storage; +using Windows.Storage.Streams; public sealed class Image_RecoModelInput { @@ -48,11 +50,6 @@ public static async Task CreateImage_RecoModel(StorageFile file Image_RecoModelOutput output = new Image_RecoModelOutput(); public async Task EvaluateAsync(Image_RecoModelInput input) { - if (input.data.Direct3DSurface == null) - { - return output; - } - var d = input.data.Direct3DSurface.Description; binding.Bind("data", input.data); LearningModelEvaluationResultPreview evalResult = await learningModel.EvaluateAsync(binding, string.Empty); diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/Assets/StreamingAssets.meta b/Standalone-Samples/WindowsML-CustomVision-Hololens/Assets/StreamingAssets.meta new file mode 100644 index 0000000..2dedf1d --- /dev/null +++ b/Standalone-Samples/WindowsML-CustomVision-Hololens/Assets/StreamingAssets.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 58a23d141d25ebe46b716488ac2282e3 +folderAsset: yes +timeCreated: 1526509467 +licenseType: Free +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/model.onnx b/Standalone-Samples/WindowsML-CustomVision-Hololens/Assets/StreamingAssets/model.onnx similarity index 100% rename from Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/model.onnx rename to Standalone-Samples/WindowsML-CustomVision-Hololens/Assets/StreamingAssets/model.onnx diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/Assets/StreamingAssets/model.onnx.meta b/Standalone-Samples/WindowsML-CustomVision-Hololens/Assets/StreamingAssets/model.onnx.meta new file mode 100644 index 0000000..e899b75 --- /dev/null +++ b/Standalone-Samples/WindowsML-CustomVision-Hololens/Assets/StreamingAssets/model.onnx.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: bf72f37ef716c214eb1430f9c6701bf1 +timeCreated: 1526509517 +licenseType: Free +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/HoloML.Editor.csproj b/Standalone-Samples/WindowsML-CustomVision-Hololens/HoloML.Editor.csproj deleted file mode 100644 index fbca1b6..0000000 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/HoloML.Editor.csproj +++ /dev/null @@ -1,445 +0,0 @@ - - - - Debug - AnyCPU - 10.0.20506 - 2.0 - {EB549A36-A48A-7390-113D-B2813C43EE24} - Library - Assembly-CSharp-Editor.dll - 512 - {E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - .NETFramework - v4.6 - - - Editor:5 - WSAPlayer:21 - 2017.4.1f1 - - 6 - - - true - true - false - - - pdbonly - false - Temp\UnityVS_bin\Debug\ - Temp\UnityVS_obj\Debug\ - prompt - 4 - DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2017_4_1;UNITY_2017_4;UNITY_2017;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;ENABLE_LOCALIZATION;PLATFORM_METRO;UNITY_METRO;UNITY_METRO_API;PLATFORM_WINRT;UNITY_WINRT;ENABLE_WINRT_PINVOKE;ENABLE_LAZY_METHOD_CACHING;ENABLE_MOVIES;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_NETWORK;ENABLE_EVENT_QUEUE;UNITY_PLATFORM_THREAD_TO_CORE_MAPPING;ENABLE_SUBSTANCE;PLATFORM_SUPPORTS_ADS_ID;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;CURL_STATICLIB;ENABLE_VR;ENABLE_AR;UNITY_WSA;ENABLE_DOTNET;ENABLE_PROFILER;UNITY_WSA_10_0;UNITY_WINRT_10_0;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_NATIVE_ARRAY_CHECKS;UNITY_TEAM_LICENSE;ENABLE_VSTU - true - - - pdbonly - false - Temp\UnityVS_bin\Release\ - Temp\UnityVS_obj\Release\ - prompt - 4 - TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2017_4_1;UNITY_2017_4;UNITY_2017;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;ENABLE_LOCALIZATION;PLATFORM_METRO;UNITY_METRO;UNITY_METRO_API;PLATFORM_WINRT;UNITY_WINRT;ENABLE_WINRT_PINVOKE;ENABLE_LAZY_METHOD_CACHING;ENABLE_MOVIES;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_NETWORK;ENABLE_EVENT_QUEUE;UNITY_PLATFORM_THREAD_TO_CORE_MAPPING;ENABLE_SUBSTANCE;PLATFORM_SUPPORTS_ADS_ID;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;CURL_STATICLIB;ENABLE_VR;ENABLE_AR;UNITY_WSA;ENABLE_DOTNET;ENABLE_PROFILER;UNITY_WSA_10_0;UNITY_WINRT_10_0;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_NATIVE_ARRAY_CHECKS;UNITY_TEAM_LICENSE;ENABLE_VSTU - true - - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\MonoBleedingEdge\lib\mono\4.6-api\mscorlib.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\MonoBleedingEdge\lib\mono\4.6-api\System.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\MonoBleedingEdge\lib\mono\4.6-api\System.XML.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\MonoBleedingEdge\lib\mono\4.6-api\System.Core.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\MonoBleedingEdge\lib\mono\4.6-api\Microsoft.CSharp.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\MonoBleedingEdge\lib\mono\4.6-api\System.Runtime.Serialization.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\MonoBleedingEdge\lib\mono\4.6-api\System.Xml.Linq.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/Managed/UnityEditor.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.CoreModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.AccessibilityModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.ParticleSystemModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.PhysicsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.VehiclesModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.ClothModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.AIModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.AnimationModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.TextRenderingModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UIModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.TerrainPhysicsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.IMGUIModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UNETModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.DirectorModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UnityAnalyticsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.PerformanceReportingModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UnityConnectModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.WebModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.ARModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.VRModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UIElementsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.StyleSheetsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.AssetBundleModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.AudioModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.CrashReportingModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.GameCenterModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.GridModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.ImageConversionModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.InputModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.JSONSerializeModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.ParticlesLegacyModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.Physics2DModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.ScreenCaptureModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.SharedInternalsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.SpriteMaskModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.SpriteShapeModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.TerrainModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.TilemapModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UnityWebRequestModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UnityWebRequestAudioModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UnityWebRequestTextureModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UnityWebRequestWWWModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.VideoModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.WindModule.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/TreeEditor/Editor/UnityEditor.TreeEditor.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UIAutomation/UnityEngine.UIAutomation.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UIAutomation/Editor/UnityEditor.UIAutomation.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/Editor/UnityEditor.GoogleAudioSpatializer.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Editor/UnityEditor.HoloLens.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Editor/UnityEditor.SpatialTracking.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/Managed/UnityEditor.Graphs.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/PlaybackEngines/MetroSupport/UnityEditor.WSA.Extensions.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll - - - C:/Program Files (x86)/Microsoft Visual Studio Tools for Unity/15.0/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll - - - Assets/HoloToolkit/Utilities/Scripts/GLTF/Plugins/GLTFSerialization/GLTFSerialization.dll - - - Assets/HoloToolkit/Utilities/Scripts/GLTF/Plugins/JsonNet/Newtonsoft.Json.dll - - - C:/ProgramData/Unity/cache/packages/packages.unity.com/com.unity.ads@2.0.3/UnityEngine.Advertisements.dll - - - C:/ProgramData/Unity/cache/packages/packages.unity.com/com.unity.ads@2.0.3/Editor/UnityEditor.Advertisements.dll - - - C:/ProgramData/Unity/cache/packages/packages.unity.com/com.unity.analytics@2.0.13/UnityEngine.Analytics.dll - - - C:/ProgramData/Unity/cache/packages/packages.unity.com/com.unity.analytics@2.0.13/Editor/UnityEditor.Analytics.dll - - - C:/ProgramData/Unity/cache/packages/packages.unity.com/com.unity.purchasing@0.0.19/UnityEngine.Purchasing.dll - - - C:/ProgramData/Unity/cache/packages/packages.unity.com/com.unity.purchasing@0.0.19/Editor/UnityEditor.Purchasing.dll - - - C:/ProgramData/Unity/cache/packages/packages.unity.com/com.unity.standardevents@1.0.10/UnityEngine.StandardEvents.dll - - - - - {4D9D3579-CE2B-5AF8-4719-0B0B9B1BB9B8} - HoloML - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/HoloML.Player.csproj b/Standalone-Samples/WindowsML-CustomVision-Hololens/HoloML.Player.csproj deleted file mode 100644 index 88e362d..0000000 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/HoloML.Player.csproj +++ /dev/null @@ -1,1000 +0,0 @@ - - - - Debug - AnyCPU - 10.0.20506 - 2.0 - {4D9D3579-CE2B-5AF8-4719-0B0B9B1BB9B8} - Library - Assembly-CSharp.dll-player - 512 - {E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - .NETFramework - v4.6 - - - Game:1 - WSAPlayer:21 - 2017.4.1f1 - - 6 - - - true - true - false - - - pdbonly - false - Temp\UnityVS_bin\Debug\ - Temp\UnityVS_obj\Debug\ - prompt - 4 - DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2017_4_1;UNITY_2017_4;UNITY_2017;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;ENABLE_LOCALIZATION;PLATFORM_METRO;UNITY_METRO;UNITY_METRO_API;PLATFORM_WINRT;UNITY_WINRT;ENABLE_WINRT_PINVOKE;ENABLE_LAZY_METHOD_CACHING;ENABLE_MOVIES;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_NETWORK;ENABLE_EVENT_QUEUE;UNITY_PLATFORM_THREAD_TO_CORE_MAPPING;ENABLE_SUBSTANCE;PLATFORM_SUPPORTS_ADS_ID;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;CURL_STATICLIB;ENABLE_VR;ENABLE_AR;UNITY_WSA;ENABLE_DOTNET;UNITY_WSA_10_0;UNITY_WINRT_10_0;ENABLE_WINMD_SUPPORT;WINDOWS_UWP - true - - - pdbonly - false - Temp\UnityVS_bin\Release\ - Temp\UnityVS_obj\Release\ - prompt - 4 - TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2017_4_1;UNITY_2017_4;UNITY_2017;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;ENABLE_LOCALIZATION;PLATFORM_METRO;UNITY_METRO;UNITY_METRO_API;PLATFORM_WINRT;UNITY_WINRT;ENABLE_WINRT_PINVOKE;ENABLE_LAZY_METHOD_CACHING;ENABLE_MOVIES;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_NETWORK;ENABLE_EVENT_QUEUE;UNITY_PLATFORM_THREAD_TO_CORE_MAPPING;ENABLE_SUBSTANCE;PLATFORM_SUPPORTS_ADS_ID;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;CURL_STATICLIB;ENABLE_VR;ENABLE_AR;UNITY_WSA;ENABLE_DOTNET;UNITY_WSA_10_0;UNITY_WINRT_10_0;ENABLE_WINMD_SUPPORT;WINDOWS_UWP - true - - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\Mono\lib\mono\4.6-api\mscorlib.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\Mono\lib\mono\4.6-api\System.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\Mono\lib\mono\4.6-api\System.XML.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\Mono\lib\mono\4.6-api\System.Core.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\Mono\lib\mono\4.6-api\Microsoft.CSharp.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\Mono\lib\mono\4.6-api\System.Runtime.Serialization.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\Mono\lib\mono\4.6-api\System.Xml.Linq.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.CoreModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.AccessibilityModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.ParticleSystemModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.PhysicsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.VehiclesModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.ClothModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.AIModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.AnimationModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.TextRenderingModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.UIModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.TerrainPhysicsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.IMGUIModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.UNETModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.DirectorModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.UnityAnalyticsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.PerformanceReportingModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.UnityConnectModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.WebModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.ARModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.VRModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.UIElementsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.StyleSheetsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.AssetBundleModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.AudioModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.CrashReportingModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.GameCenterModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.GridModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.ImageConversionModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.InputModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.JSONSerializeModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.ParticlesLegacyModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.Physics2DModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.ScreenCaptureModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.SharedInternalsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.SpriteMaskModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.SpriteShapeModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.TerrainModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.TilemapModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.UnityWebRequestModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.UnityWebRequestAudioModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.UnityWebRequestTextureModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.UnityWebRequestWWWModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.VideoModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Managed/il2cpp/UnityEngine.WindModule.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/Timeline/Runtime/UnityEngine.Timeline.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Runtime/UnityEngine.SpatialTracking.dll - - - C:/ProgramData/Unity/cache/packages/packages.unity.com/com.unity.standardevents@1.0.10/UnityEngine.StandardEvents.dll - - - Assets/HoloToolkit/Utilities/Scripts/GLTF/Plugins/JsonNet/WSA/Newtonsoft.Json.dll - - - Assets/HoloToolkit/Utilities/Scripts/GLTF/Plugins/GLTFSerialization/WSA/GLTFSerializationUWP.dll - - - C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.17125.0\Facade\Windows.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract\1.0.0.0\Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Calls.CallsVoipContract\3.0.0.0\Windows.ApplicationModel.Calls.CallsVoipContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.SocialInfo.SocialInfoContract\2.0.0.0\Windows.ApplicationModel.SocialInfo.SocialInfoContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.StartupTaskContract\3.0.0.0\Windows.ApplicationModel.StartupTaskContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Devices.Custom.CustomDeviceContract\1.0.0.0\Windows.Devices.Custom.CustomDeviceContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Devices.DevicesLowLevelContract\3.0.0.0\Windows.Devices.DevicesLowLevelContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Devices.Printers.PrintersContract\1.0.0.0\Windows.Devices.Printers.PrintersContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract\3.0.0.0\Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Devices.SmartCards.SmartCardEmulatorContract\5.0.0.0\Windows.Devices.SmartCards.SmartCardEmulatorContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Foundation.FoundationContract\3.0.0.0\Windows.Foundation.FoundationContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Foundation.UniversalApiContract\6.0.0.0\Windows.Foundation.UniversalApiContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Gaming.XboxLive.StorageApiContract\1.0.0.0\Windows.Gaming.XboxLive.StorageApiContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Graphics.Printing3D.Printing3DContract\4.0.0.0\Windows.Graphics.Printing3D.Printing3DContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Networking.Connectivity.WwanContract\2.0.0.0\Windows.Networking.Connectivity.WwanContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Services.Store.StoreContract\3.0.0.0\Windows.Services.Store.StoreContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Services.TargetedContent.TargetedContentContract\1.0.0.0\Windows.Services.TargetedContent.TargetedContentContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.System.Profile.ProfileHardwareTokenContract\1.0.0.0\Windows.System.Profile.ProfileHardwareTokenContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.System.Profile.ProfileSharedModeContract\2.0.0.0\Windows.System.Profile.ProfileSharedModeContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.UI.ViewManagement.ViewManagementViewScalingContract\1.0.0.0\Windows.UI.ViewManagement.ViewManagementViewScalingContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Activation.ActivatedEventsContract\1.0.0.0\Windows.ApplicationModel.Activation.ActivatedEventsContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Activation.ActivationCameraSettingsContract\1.0.0.0\Windows.ApplicationModel.Activation.ActivationCameraSettingsContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Activation.ContactActivatedEventsContract\1.0.0.0\Windows.ApplicationModel.Activation.ContactActivatedEventsContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Activation.WebUISearchActivatedEventsContract\1.0.0.0\Windows.ApplicationModel.Activation.WebUISearchActivatedEventsContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Background.BackgroundAlarmApplicationContract\1.0.0.0\Windows.ApplicationModel.Background.BackgroundAlarmApplicationContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Calls.Background.CallsBackgroundContract\1.0.0.0\Windows.ApplicationModel.Calls.Background.CallsBackgroundContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Calls.LockScreenCallContract\1.0.0.0\Windows.ApplicationModel.Calls.LockScreenCallContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.FullTrustAppContract\1.0.0.0\Windows.ApplicationModel.FullTrustAppContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Preview.InkWorkspace.PreviewInkWorkspaceContract\1.0.0.0\Windows.ApplicationModel.Preview.InkWorkspace.PreviewInkWorkspaceContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Preview.Notes.PreviewNotesContract\2.0.0.0\Windows.ApplicationModel.Preview.Notes.PreviewNotesContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Resources.Management.ResourceIndexerContract\1.0.0.0\Windows.ApplicationModel.Resources.Management.ResourceIndexerContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Search.Core.SearchCoreContract\1.0.0.0\Windows.ApplicationModel.Search.Core.SearchCoreContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Search.SearchContract\1.0.0.0\Windows.ApplicationModel.Search.SearchContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Wallet.WalletContract\1.0.0.0\Windows.ApplicationModel.Wallet.WalletContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Devices.Portable.PortableDeviceContract\1.0.0.0\Windows.Devices.Portable.PortableDeviceContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Devices.Printers.Extensions.ExtensionsContract\2.0.0.0\Windows.Devices.Printers.Extensions.ExtensionsContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Devices.Scanners.ScannerDeviceContract\1.0.0.0\Windows.Devices.Scanners.ScannerDeviceContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Devices.Sms.LegacySmsApiContract\1.0.0.0\Windows.Devices.Sms.LegacySmsApiContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Gaming.Input.GamingInputPreviewContract\1.0.0.0\Windows.Gaming.Input.GamingInputPreviewContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Gaming.Preview.GamesEnumerationContract\2.0.0.0\Windows.Gaming.Preview.GamesEnumerationContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Gaming.UI.GameChatOverlayContract\1.0.0.0\Windows.Gaming.UI.GameChatOverlayContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Gaming.UI.GamingUIProviderContract\1.0.0.0\Windows.Gaming.UI.GamingUIProviderContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Globalization.GlobalizationJapanesePhoneticAnalyzerContract\1.0.0.0\Windows.Globalization.GlobalizationJapanesePhoneticAnalyzerContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Management.Deployment.Preview.DeploymentPreviewContract\1.0.0.0\Windows.Management.Deployment.Preview.DeploymentPreviewContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Management.Workplace.WorkplaceSettingsContract\1.0.0.0\Windows.Management.Workplace.WorkplaceSettingsContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.AppBroadcasting.AppBroadcastingContract\1.0.0.0\Windows.Media.AppBroadcasting.AppBroadcastingContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.AppRecording.AppRecordingContract\1.0.0.0\Windows.Media.AppRecording.AppRecordingContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.Capture.AppBroadcastContract\2.0.0.0\Windows.Media.Capture.AppBroadcastContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.Capture.AppCaptureContract\4.0.0.0\Windows.Media.Capture.AppCaptureContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.Capture.AppCaptureMetadataContract\1.0.0.0\Windows.Media.Capture.AppCaptureMetadataContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.Capture.CameraCaptureUIContract\1.0.0.0\Windows.Media.Capture.CameraCaptureUIContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.Capture.GameBarContract\1.0.0.0\Windows.Media.Capture.GameBarContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.Devices.CallControlContract\1.0.0.0\Windows.Media.Devices.CallControlContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.MediaControlContract\1.0.0.0\Windows.Media.MediaControlContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.Playlists.PlaylistsContract\1.0.0.0\Windows.Media.Playlists.PlaylistsContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.Protection.ProtectionRenewalContract\1.0.0.0\Windows.Media.Protection.ProtectionRenewalContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Networking.NetworkOperators.LegacyNetworkOperatorsContract\1.0.0.0\Windows.Networking.NetworkOperators.LegacyNetworkOperatorsContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Networking.Sockets.ControlChannelTriggerContract\3.0.0.0\Windows.Networking.Sockets.ControlChannelTriggerContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Networking.XboxLive.XboxLiveSecureSocketsContract\1.0.0.0\Windows.Networking.XboxLive.XboxLiveSecureSocketsContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Perception.Automation.Core.PerceptionAutomationCoreContract\1.0.0.0\Windows.Perception.Automation.Core.PerceptionAutomationCoreContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Security.EnterpriseData.EnterpriseDataContract\5.0.0.0\Windows.Security.EnterpriseData.EnterpriseDataContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Security.ExchangeActiveSyncProvisioning.EasContract\1.0.0.0\Windows.Security.ExchangeActiveSyncProvisioning.EasContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Services.Maps.GuidanceContract\3.0.0.0\Windows.Services.Maps.GuidanceContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Services.Maps.LocalSearchContract\4.0.0.0\Windows.Services.Maps.LocalSearchContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Storage.Provider.CloudFilesContract\2.0.0.0\Windows.Storage.Provider.CloudFilesContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.System.Profile.SystemManufacturers.SystemManufacturersContract\2.0.0.0\Windows.System.Profile.SystemManufacturers.SystemManufacturersContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.System.Profile.ProfileRetailInfoContract\1.0.0.0\Windows.System.Profile.ProfileRetailInfoContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.System.UserProfile.UserProfileContract\1.0.0.0\Windows.System.UserProfile.UserProfileContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.System.UserProfile.UserProfileLockScreenContract\1.0.0.0\Windows.System.UserProfile.UserProfileLockScreenContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.UI.ApplicationSettings.ApplicationsSettingsContract\1.0.0.0\Windows.UI.ApplicationSettings.ApplicationsSettingsContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.UI.Core.AnimationMetrics.AnimationMetricsContract\1.0.0.0\Windows.UI.Core.AnimationMetrics.AnimationMetricsContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.UI.Core.CoreWindowDialogsContract\1.0.0.0\Windows.UI.Core.CoreWindowDialogsContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.UI.Xaml.Hosting.HostingContract\2.0.0.0\Windows.UI.Xaml.Hosting.HostingContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Web.Http.Diagnostics.HttpDiagnosticsContract\2.0.0.0\Windows.Web.Http.Diagnostics.HttpDiagnosticsContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.System.SystemManagementContract\5.0.0.0\Windows.System.SystemManagementContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Calls.CallsPhoneContract\4.0.0.0\Windows.ApplicationModel.Calls.CallsPhoneContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingContract\2.0.0.0\Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Embedded.DeviceLockdown.DeviceLockdownContract\1.0.0.0\Windows.Embedded.DeviceLockdown.DeviceLockdownContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Networking.NetworkOperators.NetworkOperatorsFdnContract\1.0.0.0\Windows.Networking.NetworkOperators.NetworkOperatorsFdnContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Phone.PhoneContract\1.0.0.0\Windows.Phone.PhoneContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Phone.StartScreen.DualSimTileContract\1.0.0.0\Windows.Phone.StartScreen.DualSimTileContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.UI.WebUI.Core.WebUICommandBarContract\1.0.0.0\Windows.UI.WebUI.Core.WebUICommandBarContract.winmd - - - C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.17125.0\Facade\Windows.winmd - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\il2cpp\BCLExtensions\System.Runtime.WindowsRuntime.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\il2cpp\BCLExtensions\System.Runtime.WindowsRuntime.UI.Xaml.dll - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/HoloML.csproj b/Standalone-Samples/WindowsML-CustomVision-Hololens/HoloML.csproj deleted file mode 100644 index e59e12c..0000000 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/HoloML.csproj +++ /dev/null @@ -1,771 +0,0 @@ - - - - Debug - AnyCPU - 10.0.20506 - 2.0 - {4D9D3579-CE2B-5AF8-4719-0B0B9B1BB9B8} - Library - Assembly-CSharp.dll - 512 - {E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - .NETFramework - v4.6 - - - Game:1 - WSAPlayer:21 - 2017.4.1f1 - - 6 - - - true - true - false - - - pdbonly - false - Temp\UnityVS_bin\Debug\ - Temp\UnityVS_obj\Debug\ - prompt - 4 - DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2017_4_1;UNITY_2017_4;UNITY_2017;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;ENABLE_LOCALIZATION;PLATFORM_METRO;UNITY_METRO;UNITY_METRO_API;PLATFORM_WINRT;UNITY_WINRT;ENABLE_WINRT_PINVOKE;ENABLE_LAZY_METHOD_CACHING;ENABLE_MOVIES;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_NETWORK;ENABLE_EVENT_QUEUE;UNITY_PLATFORM_THREAD_TO_CORE_MAPPING;ENABLE_SUBSTANCE;PLATFORM_SUPPORTS_ADS_ID;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;CURL_STATICLIB;ENABLE_VR;ENABLE_AR;UNITY_WSA;ENABLE_DOTNET;ENABLE_PROFILER;UNITY_WSA_10_0;UNITY_WINRT_10_0;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_NATIVE_ARRAY_CHECKS;UNITY_TEAM_LICENSE;ENABLE_VSTU - true - - - pdbonly - false - Temp\UnityVS_bin\Release\ - Temp\UnityVS_obj\Release\ - prompt - 4 - TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2017_4_1;UNITY_2017_4;UNITY_2017;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;ENABLE_LOCALIZATION;PLATFORM_METRO;UNITY_METRO;UNITY_METRO_API;PLATFORM_WINRT;UNITY_WINRT;ENABLE_WINRT_PINVOKE;ENABLE_LAZY_METHOD_CACHING;ENABLE_MOVIES;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_NETWORK;ENABLE_EVENT_QUEUE;UNITY_PLATFORM_THREAD_TO_CORE_MAPPING;ENABLE_SUBSTANCE;PLATFORM_SUPPORTS_ADS_ID;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;CURL_STATICLIB;ENABLE_VR;ENABLE_AR;UNITY_WSA;ENABLE_DOTNET;ENABLE_PROFILER;UNITY_WSA_10_0;UNITY_WINRT_10_0;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_NATIVE_ARRAY_CHECKS;UNITY_TEAM_LICENSE;ENABLE_VSTU - true - - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\MonoBleedingEdge\lib\mono\4.6-api\mscorlib.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\MonoBleedingEdge\lib\mono\4.6-api\System.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\MonoBleedingEdge\lib\mono\4.6-api\System.XML.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\MonoBleedingEdge\lib\mono\4.6-api\System.Core.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\MonoBleedingEdge\lib\mono\4.6-api\Microsoft.CSharp.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\MonoBleedingEdge\lib\mono\4.6-api\System.Runtime.Serialization.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\MonoBleedingEdge\lib\mono\4.6-api\System.Xml.Linq.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/Managed/UnityEditor.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.CoreModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.AccessibilityModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.ParticleSystemModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.PhysicsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.VehiclesModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.ClothModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.AIModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.AnimationModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.TextRenderingModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UIModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.TerrainPhysicsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.IMGUIModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UNETModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.DirectorModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UnityAnalyticsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.PerformanceReportingModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UnityConnectModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.WebModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.ARModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.VRModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UIElementsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.StyleSheetsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.AssetBundleModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.AudioModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.CrashReportingModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.GameCenterModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.GridModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.ImageConversionModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.InputModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.JSONSerializeModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.ParticlesLegacyModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.Physics2DModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.ScreenCaptureModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.SharedInternalsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.SpriteMaskModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.SpriteShapeModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.TerrainModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.TilemapModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UnityWebRequestModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UnityWebRequestAudioModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UnityWebRequestTextureModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UnityWebRequestWWWModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.VideoModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.WindModule.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UIAutomation/UnityEngine.UIAutomation.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll - - - Assets/HoloToolkit/Utilities/Scripts/GLTF/Plugins/GLTFSerialization/GLTFSerialization.dll - - - Assets/HoloToolkit/Utilities/Scripts/GLTF/Plugins/JsonNet/Newtonsoft.Json.dll - - - C:/ProgramData/Unity/cache/packages/packages.unity.com/com.unity.ads@2.0.3/UnityEngine.Advertisements.dll - - - C:/ProgramData/Unity/cache/packages/packages.unity.com/com.unity.analytics@2.0.13/UnityEngine.Analytics.dll - - - C:/ProgramData/Unity/cache/packages/packages.unity.com/com.unity.purchasing@0.0.19/UnityEngine.Purchasing.dll - - - C:/ProgramData/Unity/cache/packages/packages.unity.com/com.unity.standardevents@1.0.10/UnityEngine.StandardEvents.dll - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/HoloML.sln b/Standalone-Samples/WindowsML-CustomVision-Hololens/HoloML.sln deleted file mode 100644 index 5c48c81..0000000 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/HoloML.sln +++ /dev/null @@ -1,26 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2017 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HoloML", "HoloML.csproj", "{4D9D3579-CE2B-5AF8-4719-0B0B9B1BB9B8}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HoloML.Editor", "HoloML.Editor.csproj", "{EB549A36-A48A-7390-113D-B2813C43EE24}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4D9D3579-CE2B-5AF8-4719-0B0B9B1BB9B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4D9D3579-CE2B-5AF8-4719-0B0B9B1BB9B8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4D9D3579-CE2B-5AF8-4719-0B0B9B1BB9B8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4D9D3579-CE2B-5AF8-4719-0B0B9B1BB9B8}.Release|Any CPU.Build.0 = Release|Any CPU - {EB549A36-A48A-7390-113D-B2813C43EE24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {EB549A36-A48A-7390-113D-B2813C43EE24}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EB549A36-A48A-7390-113D-B2813C43EE24}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EB549A36-A48A-7390-113D-B2813C43EE24}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/ProjectSettings/ProjectSettings.asset b/Standalone-Samples/WindowsML-CustomVision-Hololens/ProjectSettings/ProjectSettings.asset index b93cef7..67c717e 100644 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/ProjectSettings/ProjectSettings.asset +++ b/Standalone-Samples/WindowsML-CustomVision-Hololens/ProjectSettings/ProjectSettings.asset @@ -563,7 +563,7 @@ PlayerSettings: m_RenderingPath: 1 m_MobileRenderingPath: 1 metroPackageName: HoloML - metroPackageVersion: + metroPackageVersion: 1.0.0.0 metroCertificatePath: Assets\WSATestCertificate.pfx metroCertificatePassword: metroCertificateSubject: DefaultCompany @@ -585,10 +585,31 @@ PlayerSettings: metroSplashScreenUseBackgroundColor: 0 platformCapabilities: WindowsStoreApps: + AllJoyn: False + BlockedChatMessages: False + Bluetooth: False + Chat: False + CodeGeneration: False + EnterpriseAuthentication: False HumanInterfaceDevice: False + InputInjectionBrokered: False InternetClient: False InternetClientServer: False + Location: False + Microphone: True + MusicLibrary: False + Objects3D: False + PhoneCall: False + PicturesLibrary: False PrivateNetworkClientServer: False + Proximity: False + RemovableStorage: False + SharedUserCertificates: False + SpatialPerception: False + UserAccountInformation: False + VideosLibrary: False + VoipCall: False + WebCam: True metroFTAName: metroFTAFileTypes: [] metroProtocolName: diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/GeneratedProjects/UWP/Assembly-CSharp/Assembly-CSharp.csproj b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/GeneratedProjects/UWP/Assembly-CSharp/Assembly-CSharp.csproj deleted file mode 100644 index 2f0ee0e..0000000 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/GeneratedProjects/UWP/Assembly-CSharp/Assembly-CSharp.csproj +++ /dev/null @@ -1,387 +0,0 @@ - - - - - - Debug - AnyCPU - {aa1e2541-56d9-40f0-a83c-85901ec5775e} - Library - Properties - AssemblyCSharpWSA - Assembly-CSharp - en-US - UAP - 10.0.17125.0 - 10.0.10240.0 - 14 - 512 - {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - - - true - full - false - bin\x86\Debug\ - obj\x86\Debug\ - DEBUG;TRACE;ENABLE_PROFILER;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2017_4_1;UNITY_2017_4;UNITY_2017;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;ENABLE_LOCALIZATION;PLATFORM_METRO;UNITY_METRO;UNITY_METRO_API;PLATFORM_WINRT;UNITY_WINRT;ENABLE_WINRT_PINVOKE;ENABLE_LAZY_METHOD_CACHING;ENABLE_MOVIES;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_NETWORK;ENABLE_EVENT_QUEUE;UNITY_PLATFORM_THREAD_TO_CORE_MAPPING;ENABLE_SUBSTANCE;PLATFORM_SUPPORTS_ADS_ID;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;CURL_STATICLIB;ENABLE_VR;ENABLE_AR;UNITY_WSA;ENABLE_DOTNET;UNITY_WINRT_10_0;NETFX_CORE;ENABLE_WINMD_SUPPORT;WINDOWS_UWP;UNITY_UWP;UNITY_WSA_10_0; - x86 - false - prompt - true - - - true - pdbonly - true - bin\x86\Release\ - obj\x86\Release\ - TRACE;ENABLE_PROFILER;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2017_4_1;UNITY_2017_4;UNITY_2017;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;ENABLE_LOCALIZATION;PLATFORM_METRO;UNITY_METRO;UNITY_METRO_API;PLATFORM_WINRT;UNITY_WINRT;ENABLE_WINRT_PINVOKE;ENABLE_LAZY_METHOD_CACHING;ENABLE_MOVIES;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_NETWORK;ENABLE_EVENT_QUEUE;UNITY_PLATFORM_THREAD_TO_CORE_MAPPING;ENABLE_SUBSTANCE;PLATFORM_SUPPORTS_ADS_ID;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;CURL_STATICLIB;ENABLE_VR;ENABLE_AR;UNITY_WSA;ENABLE_DOTNET;UNITY_WINRT_10_0;NETFX_CORE;ENABLE_WINMD_SUPPORT;WINDOWS_UWP;UNITY_UWP;UNITY_WSA_10_0; - x86 - false - prompt - true - - - true - pdbonly - true - bin\x86\Master\ - obj\x86\Master\ - TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2017_4_1;UNITY_2017_4;UNITY_2017;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;ENABLE_LOCALIZATION;PLATFORM_METRO;UNITY_METRO;UNITY_METRO_API;PLATFORM_WINRT;UNITY_WINRT;ENABLE_WINRT_PINVOKE;ENABLE_LAZY_METHOD_CACHING;ENABLE_MOVIES;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_NETWORK;ENABLE_EVENT_QUEUE;UNITY_PLATFORM_THREAD_TO_CORE_MAPPING;ENABLE_SUBSTANCE;PLATFORM_SUPPORTS_ADS_ID;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;CURL_STATICLIB;ENABLE_VR;ENABLE_AR;UNITY_WSA;ENABLE_DOTNET;UNITY_WINRT_10_0;NETFX_CORE;ENABLE_WINMD_SUPPORT;WINDOWS_UWP;UNITY_UWP;UNITY_WSA_10_0; - x86 - false - prompt - true - - - true - full - false - bin\x64\Debug\ - obj\x64\Debug\ - DEBUG;TRACE;ENABLE_PROFILER;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2017_4_1;UNITY_2017_4;UNITY_2017;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;ENABLE_LOCALIZATION;PLATFORM_METRO;UNITY_METRO;UNITY_METRO_API;PLATFORM_WINRT;UNITY_WINRT;ENABLE_WINRT_PINVOKE;ENABLE_LAZY_METHOD_CACHING;ENABLE_MOVIES;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_NETWORK;ENABLE_EVENT_QUEUE;UNITY_PLATFORM_THREAD_TO_CORE_MAPPING;ENABLE_SUBSTANCE;PLATFORM_SUPPORTS_ADS_ID;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;CURL_STATICLIB;ENABLE_VR;ENABLE_AR;UNITY_WSA;ENABLE_DOTNET;UNITY_WINRT_10_0;NETFX_CORE;ENABLE_WINMD_SUPPORT;WINDOWS_UWP;UNITY_UWP;UNITY_WSA_10_0; - x64 - false - prompt - true - - - true - pdbonly - true - bin\x64\Release\ - obj\x64\Release\ - TRACE;ENABLE_PROFILER;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2017_4_1;UNITY_2017_4;UNITY_2017;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;ENABLE_LOCALIZATION;PLATFORM_METRO;UNITY_METRO;UNITY_METRO_API;PLATFORM_WINRT;UNITY_WINRT;ENABLE_WINRT_PINVOKE;ENABLE_LAZY_METHOD_CACHING;ENABLE_MOVIES;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_NETWORK;ENABLE_EVENT_QUEUE;UNITY_PLATFORM_THREAD_TO_CORE_MAPPING;ENABLE_SUBSTANCE;PLATFORM_SUPPORTS_ADS_ID;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;CURL_STATICLIB;ENABLE_VR;ENABLE_AR;UNITY_WSA;ENABLE_DOTNET;UNITY_WINRT_10_0;NETFX_CORE;ENABLE_WINMD_SUPPORT;WINDOWS_UWP;UNITY_UWP;UNITY_WSA_10_0; - x64 - false - prompt - true - - - true - pdbonly - true - bin\x64\Master\ - obj\x64\Master\ - TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2017_4_1;UNITY_2017_4;UNITY_2017;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;ENABLE_LOCALIZATION;PLATFORM_METRO;UNITY_METRO;UNITY_METRO_API;PLATFORM_WINRT;UNITY_WINRT;ENABLE_WINRT_PINVOKE;ENABLE_LAZY_METHOD_CACHING;ENABLE_MOVIES;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_NETWORK;ENABLE_EVENT_QUEUE;UNITY_PLATFORM_THREAD_TO_CORE_MAPPING;ENABLE_SUBSTANCE;PLATFORM_SUPPORTS_ADS_ID;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;CURL_STATICLIB;ENABLE_VR;ENABLE_AR;UNITY_WSA;ENABLE_DOTNET;UNITY_WINRT_10_0;NETFX_CORE;ENABLE_WINMD_SUPPORT;WINDOWS_UWP;UNITY_UWP;UNITY_WSA_10_0; - x64 - false - prompt - true - - - true - full - false - bin\ARM\Debug\ - obj\ARM\Debug\ - DEBUG;TRACE;ENABLE_PROFILER;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2017_4_1;UNITY_2017_4;UNITY_2017;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;ENABLE_LOCALIZATION;PLATFORM_METRO;UNITY_METRO;UNITY_METRO_API;PLATFORM_WINRT;UNITY_WINRT;ENABLE_WINRT_PINVOKE;ENABLE_LAZY_METHOD_CACHING;ENABLE_MOVIES;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_NETWORK;ENABLE_EVENT_QUEUE;UNITY_PLATFORM_THREAD_TO_CORE_MAPPING;ENABLE_SUBSTANCE;PLATFORM_SUPPORTS_ADS_ID;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;CURL_STATICLIB;ENABLE_VR;ENABLE_AR;UNITY_WSA;ENABLE_DOTNET;UNITY_WINRT_10_0;NETFX_CORE;ENABLE_WINMD_SUPPORT;WINDOWS_UWP;UNITY_UWP;UNITY_WSA_10_0; - ARM - false - prompt - true - - - true - pdbonly - true - bin\ARM\Release\ - obj\ARM\Release\ - TRACE;ENABLE_PROFILER;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2017_4_1;UNITY_2017_4;UNITY_2017;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;ENABLE_LOCALIZATION;PLATFORM_METRO;UNITY_METRO;UNITY_METRO_API;PLATFORM_WINRT;UNITY_WINRT;ENABLE_WINRT_PINVOKE;ENABLE_LAZY_METHOD_CACHING;ENABLE_MOVIES;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_NETWORK;ENABLE_EVENT_QUEUE;UNITY_PLATFORM_THREAD_TO_CORE_MAPPING;ENABLE_SUBSTANCE;PLATFORM_SUPPORTS_ADS_ID;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;CURL_STATICLIB;ENABLE_VR;ENABLE_AR;UNITY_WSA;ENABLE_DOTNET;UNITY_WINRT_10_0;NETFX_CORE;ENABLE_WINMD_SUPPORT;WINDOWS_UWP;UNITY_UWP;UNITY_WSA_10_0; - ARM - false - prompt - true - - - true - pdbonly - true - bin\ARM\Master\ - obj\ARM\Master\ - TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2017_4_1;UNITY_2017_4;UNITY_2017;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;ENABLE_LOCALIZATION;PLATFORM_METRO;UNITY_METRO;UNITY_METRO_API;PLATFORM_WINRT;UNITY_WINRT;ENABLE_WINRT_PINVOKE;ENABLE_LAZY_METHOD_CACHING;ENABLE_MOVIES;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_NETWORK;ENABLE_EVENT_QUEUE;UNITY_PLATFORM_THREAD_TO_CORE_MAPPING;ENABLE_SUBSTANCE;PLATFORM_SUPPORTS_ADS_ID;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;CURL_STATICLIB;ENABLE_VR;ENABLE_AR;UNITY_WSA;ENABLE_DOTNET;UNITY_WINRT_10_0;NETFX_CORE;ENABLE_WINMD_SUPPORT;WINDOWS_UWP;UNITY_UWP;UNITY_WSA_10_0; - ARM - false - prompt - true - - - - - - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.UIElementsModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.TilemapModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.TextRenderingModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.TerrainPhysicsModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.SpriteMaskModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.SpriteShapeModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.StyleSheetsModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.TerrainModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.UIModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.WindModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.WebModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.VRModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.VideoModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.VehiclesModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.UnityWebRequestWWWModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.UNETModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.UnityAnalyticsModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.UnityConnectModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.UnityWebRequestAudioModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.UnityWebRequestModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.UnityWebRequestTextureModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.SharedInternalsModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.DirectorModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.CrashReportingModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.CoreModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.ClothModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.AudioModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.AccessibilityModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.AIModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.AnimationModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.ARModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.AssetBundleModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.GameCenterModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.ParticlesLegacyModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.ParticleSystemModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.PerformanceReportingModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.Physics2DModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.PhysicsModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.ScreenCaptureModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.GridModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.ImageConversionModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.IMGUIModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.InputModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.JSONSerializeModule.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\WinRTLegacy.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.Timeline.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\nunit.framework.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.UI.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.SpatialTracking.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.HoloLens.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.StandardEvents.dll - False - - - $(UnityWSASolutionDir)$(UnityWSASolutionName)\Unprocessed\UnityEngine.Networking.dll - False - - - - - - - - - Scripts\SceneStartup.cs - - - Scripts\Vision.cs - - - - 14.0 - - - - $(TargetsTriggeredByCompilation);RunSerializationWeaver - - - - - - - - - - $(CleanDependsOn);CleanSerializationWeaver - - - - - - - \ No newline at end of file diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/GeneratedProjects/UWP/Assembly-CSharp/SerializationWeaverArgs.txt b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/GeneratedProjects/UWP/Assembly-CSharp/SerializationWeaverArgs.txt deleted file mode 100644 index 6f0c1ab..0000000 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/GeneratedProjects/UWP/Assembly-CSharp/SerializationWeaverArgs.txt +++ /dev/null @@ -1,82 +0,0 @@ --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.17125.0\Facade --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Calls.CallsVoipContract\3.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.SocialInfo.SocialInfoContract\2.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.StartupTaskContract\3.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Devices.Custom.CustomDeviceContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Devices.DevicesLowLevelContract\3.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Devices.Printers.PrintersContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract\3.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Devices.SmartCards.SmartCardEmulatorContract\5.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Foundation.FoundationContract\3.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Foundation.UniversalApiContract\6.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Gaming.XboxLive.StorageApiContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Graphics.Printing3D.Printing3DContract\4.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Networking.Connectivity.WwanContract\2.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Services.Store.StoreContract\3.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Services.TargetedContent.TargetedContentContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.System.Profile.ProfileHardwareTokenContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.System.Profile.ProfileSharedModeContract\2.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.UI.ViewManagement.ViewManagementViewScalingContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Activation.ActivatedEventsContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Activation.ActivationCameraSettingsContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Activation.ContactActivatedEventsContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Activation.WebUISearchActivatedEventsContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Background.BackgroundAlarmApplicationContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Calls.Background.CallsBackgroundContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Calls.LockScreenCallContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.FullTrustAppContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Preview.InkWorkspace.PreviewInkWorkspaceContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Preview.Notes.PreviewNotesContract\2.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Resources.Management.ResourceIndexerContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Search.Core.SearchCoreContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Search.SearchContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Wallet.WalletContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Devices.Portable.PortableDeviceContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Devices.Printers.Extensions.ExtensionsContract\2.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Devices.Scanners.ScannerDeviceContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Devices.Sms.LegacySmsApiContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Gaming.Input.GamingInputPreviewContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Gaming.Preview.GamesEnumerationContract\2.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Gaming.UI.GameChatOverlayContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Gaming.UI.GamingUIProviderContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Globalization.GlobalizationJapanesePhoneticAnalyzerContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Management.Deployment.Preview.DeploymentPreviewContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Management.Workplace.WorkplaceSettingsContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.AppBroadcasting.AppBroadcastingContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.AppRecording.AppRecordingContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.Capture.AppBroadcastContract\2.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.Capture.AppCaptureContract\4.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.Capture.AppCaptureMetadataContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.Capture.CameraCaptureUIContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.Capture.GameBarContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.Devices.CallControlContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.MediaControlContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.Playlists.PlaylistsContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Media.Protection.ProtectionRenewalContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Networking.NetworkOperators.LegacyNetworkOperatorsContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Networking.Sockets.ControlChannelTriggerContract\3.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Networking.XboxLive.XboxLiveSecureSocketsContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Perception.Automation.Core.PerceptionAutomationCoreContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Security.EnterpriseData.EnterpriseDataContract\5.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Security.ExchangeActiveSyncProvisioning.EasContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Services.Maps.GuidanceContract\3.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Services.Maps.LocalSearchContract\4.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Storage.Provider.CloudFilesContract\2.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.System.Profile.SystemManufacturers.SystemManufacturersContract\2.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.System.Profile.ProfileRetailInfoContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.System.UserProfile.UserProfileContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.System.UserProfile.UserProfileLockScreenContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.UI.ApplicationSettings.ApplicationsSettingsContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.UI.Core.AnimationMetrics.AnimationMetricsContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.UI.Core.CoreWindowDialogsContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.UI.Xaml.Hosting.HostingContract\2.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Web.Http.Diagnostics.HttpDiagnosticsContract\2.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.System.SystemManagementContract\5.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.Calls.CallsPhoneContract\4.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingContract\2.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Embedded.DeviceLockdown.DeviceLockdownContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Networking.NetworkOperators.NetworkOperatorsFdnContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Phone.PhoneContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.Phone.StartScreen.DualSimTileContract\1.0.0.0 --additionalAssemblyPath=C:\Program Files (x86)\Windows Kits\10\References\10.0.17125.0\Windows.UI.WebUI.Core.WebUICommandBarContract\1.0.0.0 diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/GeneratedProjects/UWP/Assembly-CSharp/project.json b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/GeneratedProjects/UWP/Assembly-CSharp/project.json deleted file mode 100644 index e3b2dba..0000000 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/GeneratedProjects/UWP/Assembly-CSharp/project.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "dependencies": { - "Microsoft.ApplicationInsights": "1.0.0", - "Microsoft.ApplicationInsights.PersistenceChannel": "1.0.0", - "Microsoft.ApplicationInsights.WindowsApps": "1.0.0", - "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0" - }, - "frameworks": { - "uap10.0": {} - }, - "runtimes": { - "win10-arm": {}, - "win10-arm-aot": {}, - "win10-x86": {}, - "win10-x86-aot": {}, - "win10-x64": {}, - "win10-x64-aot": {} - } -} \ No newline at end of file diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML.sln b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML.sln deleted file mode 100644 index 753e2c5..0000000 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML.sln +++ /dev/null @@ -1,75 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27004.2006 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HoloML", "HoloML\HoloML.csproj", "{13A45C13-3265-47B8-BC48-A553B569DF55}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "D:\wks\mixedreality-winml\UWP\GeneratedProjects\UWP\Assembly-CSharp\Assembly-CSharp.csproj", "{CDF48158-100A-48BE-969C-B9C58349EB09}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|ARM = Debug|ARM - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Master|ARM = Master|ARM - Master|x64 = Master|x64 - Master|x86 = Master|x86 - Release|ARM = Release|ARM - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {13A45C13-3265-47B8-BC48-A553B569DF55}.Debug|ARM.ActiveCfg = Debug|ARM - {13A45C13-3265-47B8-BC48-A553B569DF55}.Debug|ARM.Build.0 = Debug|ARM - {13A45C13-3265-47B8-BC48-A553B569DF55}.Debug|ARM.Deploy.0 = Debug|ARM - {13A45C13-3265-47B8-BC48-A553B569DF55}.Debug|x64.ActiveCfg = Debug|x64 - {13A45C13-3265-47B8-BC48-A553B569DF55}.Debug|x64.Build.0 = Debug|x64 - {13A45C13-3265-47B8-BC48-A553B569DF55}.Debug|x64.Deploy.0 = Debug|x64 - {13A45C13-3265-47B8-BC48-A553B569DF55}.Debug|x86.ActiveCfg = Debug|x86 - {13A45C13-3265-47B8-BC48-A553B569DF55}.Debug|x86.Build.0 = Debug|x86 - {13A45C13-3265-47B8-BC48-A553B569DF55}.Debug|x86.Deploy.0 = Debug|x86 - {13A45C13-3265-47B8-BC48-A553B569DF55}.Master|ARM.ActiveCfg = Master|ARM - {13A45C13-3265-47B8-BC48-A553B569DF55}.Master|ARM.Build.0 = Master|ARM - {13A45C13-3265-47B8-BC48-A553B569DF55}.Master|ARM.Deploy.0 = Master|ARM - {13A45C13-3265-47B8-BC48-A553B569DF55}.Master|x64.ActiveCfg = Master|x64 - {13A45C13-3265-47B8-BC48-A553B569DF55}.Master|x64.Build.0 = Master|x64 - {13A45C13-3265-47B8-BC48-A553B569DF55}.Master|x64.Deploy.0 = Master|x64 - {13A45C13-3265-47B8-BC48-A553B569DF55}.Master|x86.ActiveCfg = Master|x86 - {13A45C13-3265-47B8-BC48-A553B569DF55}.Master|x86.Build.0 = Master|x86 - {13A45C13-3265-47B8-BC48-A553B569DF55}.Master|x86.Deploy.0 = Master|x86 - {13A45C13-3265-47B8-BC48-A553B569DF55}.Release|ARM.ActiveCfg = Release|ARM - {13A45C13-3265-47B8-BC48-A553B569DF55}.Release|ARM.Build.0 = Release|ARM - {13A45C13-3265-47B8-BC48-A553B569DF55}.Release|ARM.Deploy.0 = Release|ARM - {13A45C13-3265-47B8-BC48-A553B569DF55}.Release|x64.ActiveCfg = Release|x64 - {13A45C13-3265-47B8-BC48-A553B569DF55}.Release|x64.Build.0 = Release|x64 - {13A45C13-3265-47B8-BC48-A553B569DF55}.Release|x64.Deploy.0 = Release|x64 - {13A45C13-3265-47B8-BC48-A553B569DF55}.Release|x86.ActiveCfg = Release|x86 - {13A45C13-3265-47B8-BC48-A553B569DF55}.Release|x86.Build.0 = Release|x86 - {13A45C13-3265-47B8-BC48-A553B569DF55}.Release|x86.Deploy.0 = Release|x86 - {CDF48158-100A-48BE-969C-B9C58349EB09}.Debug|ARM.ActiveCfg = Debug|ARM - {CDF48158-100A-48BE-969C-B9C58349EB09}.Debug|ARM.Build.0 = Debug|ARM - {CDF48158-100A-48BE-969C-B9C58349EB09}.Debug|x64.ActiveCfg = Debug|x64 - {CDF48158-100A-48BE-969C-B9C58349EB09}.Debug|x64.Build.0 = Debug|x64 - {CDF48158-100A-48BE-969C-B9C58349EB09}.Debug|x86.ActiveCfg = Debug|x86 - {CDF48158-100A-48BE-969C-B9C58349EB09}.Debug|x86.Build.0 = Debug|x86 - {CDF48158-100A-48BE-969C-B9C58349EB09}.Master|ARM.ActiveCfg = Master|ARM - {CDF48158-100A-48BE-969C-B9C58349EB09}.Master|ARM.Build.0 = Master|ARM - {CDF48158-100A-48BE-969C-B9C58349EB09}.Master|x64.ActiveCfg = Master|x64 - {CDF48158-100A-48BE-969C-B9C58349EB09}.Master|x64.Build.0 = Master|x64 - {CDF48158-100A-48BE-969C-B9C58349EB09}.Master|x86.ActiveCfg = Master|x86 - {CDF48158-100A-48BE-969C-B9C58349EB09}.Master|x86.Build.0 = Master|x86 - {CDF48158-100A-48BE-969C-B9C58349EB09}.Release|ARM.ActiveCfg = Release|ARM - {CDF48158-100A-48BE-969C-B9C58349EB09}.Release|ARM.Build.0 = Release|ARM - {CDF48158-100A-48BE-969C-B9C58349EB09}.Release|x64.ActiveCfg = Release|x64 - {CDF48158-100A-48BE-969C-B9C58349EB09}.Release|x64.Build.0 = Release|x64 - {CDF48158-100A-48BE-969C-B9C58349EB09}.Release|x86.ActiveCfg = Release|x86 - {CDF48158-100A-48BE-969C-B9C58349EB09}.Release|x86.Build.0 = Release|x86 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {7BB21E8B-3EFE-4632-A853-8DA394516DC6} - EndGlobalSection -EndGlobal diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/App.cs b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/App.cs deleted file mode 100644 index 809ac6f..0000000 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/App.cs +++ /dev/null @@ -1,92 +0,0 @@ -using System; -using Windows.ApplicationModel; -using Windows.ApplicationModel.Activation; -using Windows.ApplicationModel.Core; -using Windows.UI.Core; -using Windows.UI.ViewManagement; -using UnityPlayer; - -namespace HoloML -{ - class App : IFrameworkView, IFrameworkViewSource - { - private WinRTBridge.WinRTBridge m_Bridge; - private AppCallbacks m_AppCallbacks; - - public App() - { - SetupOrientation(); - m_AppCallbacks = new AppCallbacks(); - - // Allow clients of this class to append their own callbacks. - AddAppCallbacks(m_AppCallbacks); - } - - public virtual void Initialize(CoreApplicationView applicationView) - { - applicationView.Activated += ApplicationView_Activated; - CoreApplication.Suspending += CoreApplication_Suspending; - - // Setup scripting bridge - m_Bridge = new WinRTBridge.WinRTBridge(); - m_AppCallbacks.SetBridge(m_Bridge); - - m_AppCallbacks.SetCoreApplicationViewEvents(applicationView); - } - - /// - /// This is where apps can hook up any additional setup they need to do before Unity intializes. - /// - /// - virtual protected void AddAppCallbacks(AppCallbacks appCallbacks) - { - } - - private void CoreApplication_Suspending(object sender, SuspendingEventArgs e) - { - } - - private void ApplicationView_Activated(CoreApplicationView sender, IActivatedEventArgs args) - { - CoreWindow.GetForCurrentThread().Activate(); - } - - public void SetWindow(CoreWindow coreWindow) - { - ApplicationView.GetForCurrentView().SuppressSystemOverlays = true; - - m_AppCallbacks.SetCoreWindowEvents(coreWindow); - m_AppCallbacks.InitializeD3DWindow(); - } - - public void Load(string entryPoint) - { - } - - public void Run() - { - m_AppCallbacks.Run(); - } - - public void Uninitialize() - { - } - - [MTAThread] - static void Main(string[] args) - { - var app = new App(); - CoreApplication.Run(app); - } - - public IFrameworkView CreateView() - { - return this; - } - - private void SetupOrientation() - { - Unity.UnityGenerated.SetupDisplay(); - } - } -} diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/OnnxWrapper.cs b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/OnnxWrapper.cs deleted file mode 100644 index 69709b8..0000000 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/OnnxWrapper.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Threading.Tasks; -using Windows.Media; -using Windows.Storage; -using Windows.AI.MachineLearning.Preview; - -// c2302845-023d-4c61-9b48-25d860a0c350_c6ad3001-dc81-45fd-a943-e7afa90c07f5 - -namespace test -{ - public sealed class C2302845_x002D_023d_x002D_4c61_x002D_9b48_x002D_25d860a0c350_c6ad3001_x002D_dc81_x002D_45fd_x002D_a943_x002D_e7afa90c07f5ModelInput - { - public VideoFrame data { get; set; } - } - - public sealed class C2302845_x002D_023d_x002D_4c61_x002D_9b48_x002D_25d860a0c350_c6ad3001_x002D_dc81_x002D_45fd_x002D_a943_x002D_e7afa90c07f5ModelOutput - { - public IList classLabel { get; set; } - public IDictionary loss { get; set; } - public C2302845_x002D_023d_x002D_4c61_x002D_9b48_x002D_25d860a0c350_c6ad3001_x002D_dc81_x002D_45fd_x002D_a943_x002D_e7afa90c07f5ModelOutput() - { - this.classLabel = new List(); - this.loss = new Dictionary(); - } - } - - public sealed class C2302845_x002D_023d_x002D_4c61_x002D_9b48_x002D_25d860a0c350_c6ad3001_x002D_dc81_x002D_45fd_x002D_a943_x002D_e7afa90c07f5Model - { - private LearningModelPreview learningModel; - public static async Task CreateC2302845_x002D_023d_x002D_4c61_x002D_9b48_x002D_25d860a0c350_c6ad3001_x002D_dc81_x002D_45fd_x002D_a943_x002D_e7afa90c07f5Model(StorageFile file) - { - LearningModelPreview learningModel = await LearningModelPreview.LoadModelFromStorageFileAsync(file); - C2302845_x002D_023d_x002D_4c61_x002D_9b48_x002D_25d860a0c350_c6ad3001_x002D_dc81_x002D_45fd_x002D_a943_x002D_e7afa90c07f5Model model = new C2302845_x002D_023d_x002D_4c61_x002D_9b48_x002D_25d860a0c350_c6ad3001_x002D_dc81_x002D_45fd_x002D_a943_x002D_e7afa90c07f5Model(); - model.learningModel = learningModel; - return model; - } - public async Task EvaluateAsync(C2302845_x002D_023d_x002D_4c61_x002D_9b48_x002D_25d860a0c350_c6ad3001_x002D_dc81_x002D_45fd_x002D_a943_x002D_e7afa90c07f5ModelInput input) { - C2302845_x002D_023d_x002D_4c61_x002D_9b48_x002D_25d860a0c350_c6ad3001_x002D_dc81_x002D_45fd_x002D_a943_x002D_e7afa90c07f5ModelOutput output = new C2302845_x002D_023d_x002D_4c61_x002D_9b48_x002D_25d860a0c350_c6ad3001_x002D_dc81_x002D_45fd_x002D_a943_x002D_e7afa90c07f5ModelOutput(); - LearningModelBindingPreview binding = new LearningModelBindingPreview(learningModel); - binding.Bind("data", input.data); - binding.Bind("classLabel", output.classLabel); - binding.Bind("loss", output.loss); - LearningModelEvaluationResultPreview evalResult = await learningModel.EvaluateAsync(binding, string.Empty); - return output; - } - } -} diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/SplashScreen.scale-200.png b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/SplashScreen.scale-200.png deleted file mode 100644 index 023e7f1..0000000 Binary files a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/SplashScreen.scale-200.png and /dev/null differ diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/Square150x150Logo.scale-200.png b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/Square150x150Logo.scale-200.png deleted file mode 100644 index 3851bdf..0000000 Binary files a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/Square150x150Logo.scale-200.png and /dev/null differ diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/Square44x44Logo.scale-200.png b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/Square44x44Logo.scale-200.png deleted file mode 100644 index 7398a9f..0000000 Binary files a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/Square44x44Logo.scale-200.png and /dev/null differ diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/Square44x44Logo.targetsize-24_altform-unplated.png b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/Square44x44Logo.targetsize-24_altform-unplated.png deleted file mode 100644 index f725edd..0000000 Binary files a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/Square44x44Logo.targetsize-24_altform-unplated.png and /dev/null differ diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/StoreLogo.png b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/StoreLogo.png deleted file mode 100644 index 92eb6f2..0000000 Binary files a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/StoreLogo.png and /dev/null differ diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/Wide310x150Logo.scale-200.png b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/Wide310x150Logo.scale-200.png deleted file mode 100644 index e39837a..0000000 Binary files a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Assets/Wide310x150Logo.scale-200.png and /dev/null differ diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/HoloML.csproj b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/HoloML.csproj deleted file mode 100644 index 3dc6072..0000000 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/HoloML.csproj +++ /dev/null @@ -1,895 +0,0 @@ - - - - - - Debug - AnyCPU - {13A45C13-3265-47B8-BC48-A553B569DF55} - AppContainerExe - Properties - HoloML - HoloML - en-US - UAP - 10.0.17125.0 - 10.0.10240.0 - 14 - true - 512 - {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - WSATestCertificate.pfx - true - $(Platform) - - $(AllowedReferenceRelatedFileExtensions); - _UAP_$(Platform)_$(Configuration)_dotnet.pdb; - .pdb; - - - - true - bin\ARM\Debug\ - DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP;UNITY_METRO;PLATFORM_METRO;UNITY_WSA;UNITY_UWP;UNITY_WSA_10_0;UNITY_HOLOGRAPHIC - ;2008 - full - ARM - false - prompt - true - False - - - bin\ARM\Release\ - TRACE;NETFX_CORE;WINDOWS_UWP;UNITY_METRO;PLATFORM_METRO;UNITY_WSA;UNITY_UWP;UNITY_WSA_10_0;UNITY_HOLOGRAPHIC - true - ;2008 - pdbonly - ARM - false - prompt - true - False - - - bin\ARM\Master\ - TRACE;NETFX_CORE;WINDOWS_UWP;UNITY_METRO;PLATFORM_METRO;UNITY_WSA;UNITY_UWP;UNITY_WSA_10_0;UNITY_HOLOGRAPHIC - true - ;2008 - pdbonly - ARM - false - prompt - true - True - - - true - bin\x64\Debug\ - DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP;UNITY_METRO;PLATFORM_METRO;UNITY_WSA;UNITY_UWP;UNITY_WSA_10_0;UNITY_HOLOGRAPHIC - ;2008 - full - x64 - false - prompt - true - False - - - bin\x64\Release\ - TRACE;NETFX_CORE;WINDOWS_UWP;UNITY_METRO;PLATFORM_METRO;UNITY_WSA;UNITY_UWP;UNITY_WSA_10_0;UNITY_HOLOGRAPHIC - true - ;2008 - pdbonly - x64 - false - prompt - true - False - - - bin\x64\Master\ - TRACE;NETFX_CORE;WINDOWS_UWP;UNITY_METRO;PLATFORM_METRO;UNITY_WSA;UNITY_UWP;UNITY_WSA_10_0;UNITY_HOLOGRAPHIC - true - ;2008 - pdbonly - x64 - false - prompt - true - True - - - true - bin\x86\Debug\ - DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP;UNITY_METRO;PLATFORM_METRO;UNITY_WSA;UNITY_UWP;UNITY_WSA_10_0;UNITY_HOLOGRAPHIC - ;2008 - full - x86 - false - prompt - true - False - - - bin\x86\Release\ - TRACE;NETFX_CORE;WINDOWS_UWP;UNITY_METRO;PLATFORM_METRO;UNITY_WSA;UNITY_UWP;UNITY_WSA_10_0;UNITY_HOLOGRAPHIC - true - ;2008 - pdbonly - x86 - false - prompt - true - False - - - bin\x86\Master\ - TRACE;NETFX_CORE;WINDOWS_UWP;UNITY_METRO;PLATFORM_METRO;UNITY_WSA;UNITY_UWP;UNITY_WSA_10_0;UNITY_HOLOGRAPHIC - true - ;2008 - pdbonly - x86 - false - prompt - true - True - - - 64 - - - 32 - - - - - - - Visual C++ 2015 Runtime for Universal Windows Platform Apps - - - Windows Mobile Extensions for the UWP - - - - - - - - - - - - - - - - - - - - - - - - - .\Unprocessed\UnityEngine.TilemapModule.dll - - - .\Unprocessed\UnityEngine.TextRenderingModule.dll - - - .\Unprocessed\UnityEngine.TerrainPhysicsModule.dll - - - .\Unprocessed\UnityEngine.TerrainModule.dll - - - .\Unprocessed\UnityEngine.SharedInternalsModule.dll - - - .\Unprocessed\UnityEngine.SpriteMaskModule.dll - - - .\Unprocessed\UnityEngine.SpriteShapeModule.dll - - - .\Unprocessed\UnityEngine.StyleSheetsModule.dll - - - .\Unprocessed\UnityEngine.UIElementsModule.dll - - - .\Unprocessed\UnityEngine.UnityWebRequestWWWModule.dll - - - .\Unprocessed\UnityEngine.VehiclesModule.dll - - - .\Unprocessed\UnityEngine.VideoModule.dll - - - .\Unprocessed\UnityEngine.VRModule.dll - - - .\Unprocessed\UnityEngine.WebModule.dll - - - .\Unprocessed\UnityEngine.WindModule.dll - - - .\Unprocessed\UnityEngine.UnityWebRequestTextureModule.dll - - - .\Unprocessed\UnityEngine.UIModule.dll - - - .\Unprocessed\UnityEngine.UNETModule.dll - - - .\Unprocessed\UnityEngine.UnityAnalyticsModule.dll - - - .\Unprocessed\UnityEngine.UnityConnectModule.dll - - - .\Unprocessed\UnityEngine.UnityWebRequestAudioModule.dll - - - .\Unprocessed\UnityEngine.UnityWebRequestModule.dll - - - .\Unprocessed\UnityEngine.ScreenCaptureModule.dll - - - .\Unprocessed\UnityEngine.AssetBundleModule.dll - - - .\Unprocessed\UnityEngine.AudioModule.dll - - - .\Unprocessed\UnityEngine.ClothModule.dll - - - .\Unprocessed\UnityEngine.CoreModule.dll - - - .\Unprocessed\UnityEngine.CrashReportingModule.dll - - - .\Unprocessed\UnityEngine.DirectorModule.dll - - - .\Unprocessed\UnityEngine.ARModule.dll - - - .\Unprocessed\UnityEngine.AccessibilityModule.dll - - - .\Unprocessed\UnityEngine.AIModule.dll - - - .\Unprocessed\UnityEngine.AnimationModule.dll - - - .\Unprocessed\UnityEngine.dll - - - .\Unprocessed\UnityEngine.ParticlesLegacyModule.dll - - - .\Unprocessed\UnityEngine.ParticleSystemModule.dll - - - .\Unprocessed\UnityEngine.PerformanceReportingModule.dll - - - .\Unprocessed\UnityEngine.Physics2DModule.dll - - - .\Unprocessed\UnityEngine.PhysicsModule.dll - - - .\Unprocessed\UnityEngine.JSONSerializeModule.dll - - - .\Unprocessed\UnityEngine.GameCenterModule.dll - - - .\Unprocessed\UnityEngine.GridModule.dll - - - .\Unprocessed\UnityEngine.ImageConversionModule.dll - - - .\Unprocessed\UnityEngine.IMGUIModule.dll - - - .\Unprocessed\UnityEngine.InputModule.dll - - - .\Unprocessed\WinRTLegacy.dll - - - .\Unprocessed\Newtonsoft.Json.dll - - - .\Unprocessed\UnityEngine.Timeline.dll - - - - - .\Unprocessed\nunit.framework.dll - - - .\Unprocessed\UnityEngine.UI.dll - - - .\Unprocessed\UnityEngine.SpatialTracking.dll - - - - - .\Unprocessed\UnityEngine.HoloLens.dll - - - - - .\Unprocessed\UnityEngine.StandardEvents.dll - - - .\Unprocessed\UnityEngine.Networking.dll - - - - - .\Unprocessed\GLTFSerializationUWP.dll - - - - - - - - Designer - - - - - - {cdf48158-100a-48be-969c-b9c58349eb09} - Assembly-CSharp - False - - - - - False - $(UnityWSAPlayerDir)Players\UAP\dotnet\$(PlatformTarget)\$(Configuration)\UnityPlayer.winmd - - - False - $(UnityWSAPlayerDir)Players\UAP\dotnet\$(PlatformTarget)\$(Configuration)\WinRTBridge.winmd - - - False - $(UnityWSAPlayerDir)Players\UAP\dotnet\$(PlatformTarget)\$(Configuration)\BridgeInterface.winmd - - - False - $(UnityWSAPlayerDir)Players\UAP\dotnet\$(PlatformTarget)\$(Configuration)\UnityEngineDelegates.winmd - - - False - $(UnityWSAPlayerDir)Players\UAP\dotnet\$(PlatformTarget)\$(Configuration)\UnityEngineProxy.dll - - - - - - - 14.0 - - - - - - - - <_GenerateAppxManifestDependsOn> - ModifyAppXPackage; - $(_GenerateAppxManifestDependsOn) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - True - - - False - - - - - - - - - UnityEngine.TilemapModule.dll - - - - UnityEngine.TilemapModule.pdb - - - - UnityEngine.TextRenderingModule.dll - - - - UnityEngine.TextRenderingModule.pdb - - - - UnityEngine.TerrainPhysicsModule.dll - - - - UnityEngine.TerrainPhysicsModule.pdb - - - - UnityEngine.TerrainModule.dll - - - - UnityEngine.TerrainModule.pdb - - - - UnityEngine.SharedInternalsModule.dll - - - - UnityEngine.SharedInternalsModule.pdb - - - - UnityEngine.SpriteMaskModule.dll - - - - UnityEngine.SpriteMaskModule.pdb - - - - UnityEngine.SpriteShapeModule.dll - - - - UnityEngine.SpriteShapeModule.pdb - - - - UnityEngine.StyleSheetsModule.dll - - - - UnityEngine.StyleSheetsModule.pdb - - - - UnityEngine.UIElementsModule.dll - - - - UnityEngine.UIElementsModule.pdb - - - - UnityEngine.UnityWebRequestWWWModule.dll - - - - UnityEngine.UnityWebRequestWWWModule.pdb - - - - UnityEngine.VehiclesModule.dll - - - - UnityEngine.VehiclesModule.pdb - - - - UnityEngine.VideoModule.dll - - - - UnityEngine.VideoModule.pdb - - - - UnityEngine.VRModule.dll - - - - UnityEngine.VRModule.pdb - - - - UnityEngine.WebModule.dll - - - - UnityEngine.WebModule.pdb - - - - UnityEngine.WindModule.dll - - - - UnityEngine.WindModule.pdb - - - - UnityEngine.UnityWebRequestTextureModule.dll - - - - UnityEngine.UnityWebRequestTextureModule.pdb - - - - UnityEngine.UIModule.dll - - - - UnityEngine.UIModule.pdb - - - - UnityEngine.UNETModule.dll - - - - UnityEngine.UNETModule.pdb - - - - UnityEngine.UnityAnalyticsModule.dll - - - - UnityEngine.UnityAnalyticsModule.pdb - - - - UnityEngine.UnityConnectModule.dll - - - - UnityEngine.UnityConnectModule.pdb - - - - UnityEngine.UnityWebRequestAudioModule.dll - - - - UnityEngine.UnityWebRequestAudioModule.pdb - - - - UnityEngine.UnityWebRequestModule.dll - - - - UnityEngine.UnityWebRequestModule.pdb - - - - UnityEngine.ScreenCaptureModule.dll - - - - UnityEngine.ScreenCaptureModule.pdb - - - - UnityEngine.AssetBundleModule.dll - - - - UnityEngine.AssetBundleModule.pdb - - - - UnityEngine.AudioModule.dll - - - - UnityEngine.AudioModule.pdb - - - - UnityEngine.ClothModule.dll - - - - UnityEngine.ClothModule.pdb - - - - UnityEngine.CoreModule.dll - - - - UnityEngine.CoreModule.pdb - - - - UnityEngine.CrashReportingModule.dll - - - - UnityEngine.CrashReportingModule.pdb - - - - UnityEngine.DirectorModule.dll - - - - UnityEngine.DirectorModule.pdb - - - - UnityEngine.ARModule.dll - - - - UnityEngine.ARModule.pdb - - - - UnityEngine.AccessibilityModule.dll - - - - UnityEngine.AccessibilityModule.pdb - - - - UnityEngine.AIModule.dll - - - - UnityEngine.AIModule.pdb - - - - UnityEngine.AnimationModule.dll - - - - UnityEngine.AnimationModule.pdb - - - - UnityEngine.dll - - - - UnityEngine.pdb - - - - UnityEngine.ParticlesLegacyModule.dll - - - - UnityEngine.ParticlesLegacyModule.pdb - - - - UnityEngine.ParticleSystemModule.dll - - - - UnityEngine.ParticleSystemModule.pdb - - - - UnityEngine.PerformanceReportingModule.dll - - - - UnityEngine.PerformanceReportingModule.pdb - - - - UnityEngine.Physics2DModule.dll - - - - UnityEngine.Physics2DModule.pdb - - - - UnityEngine.PhysicsModule.dll - - - - UnityEngine.PhysicsModule.pdb - - - - UnityEngine.JSONSerializeModule.dll - - - - UnityEngine.JSONSerializeModule.pdb - - - - UnityEngine.GameCenterModule.dll - - - - UnityEngine.GameCenterModule.pdb - - - - UnityEngine.GridModule.dll - - - - UnityEngine.GridModule.pdb - - - - UnityEngine.ImageConversionModule.dll - - - - UnityEngine.ImageConversionModule.pdb - - - - UnityEngine.IMGUIModule.dll - - - - UnityEngine.IMGUIModule.pdb - - - - UnityEngine.InputModule.dll - - - - UnityEngine.InputModule.pdb - - - - Newtonsoft.Json.dll - - - - Newtonsoft.Json.pdb - - - - UnityEngine.Timeline.dll - - - - UnityEngine.Timeline.pdb - - - - nunit.framework.dll - - - - nunit.framework.pdb - - - - UnityEngine.UI.dll - - - - UnityEngine.UI.pdb - - - - UnityEngine.SpatialTracking.dll - - - - UnityEngine.SpatialTracking.pdb - - - - UnityEngine.HoloLens.dll - - - - UnityEngine.HoloLens.pdb - - - - UnityEngine.StandardEvents.dll - - - - UnityEngine.StandardEvents.pdb - - - - UnityEngine.Networking.dll - - - - UnityEngine.Networking.pdb - - - - GLTFSerializationUWP.dll - - - - GLTFSerializationUWP.pdb - - - - Assembly-CSharp.dll - - - - Assembly-CSharp.pdb - - - - - Resource.res - - \ No newline at end of file diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Package.appxmanifest b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Package.appxmanifest deleted file mode 100644 index 87456e2..0000000 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Package.appxmanifest +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - HoloML - DefaultCompany - Assets\StoreLogo.png - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Properties/Default.rd.xml b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Properties/Default.rd.xml deleted file mode 100644 index 80a960c..0000000 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Properties/Default.rd.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Resource.res b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Resource.res deleted file mode 100644 index 26b8974..0000000 Binary files a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/Resource.res and /dev/null differ diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/UnityGenerated.cs b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/UnityGenerated.cs deleted file mode 100644 index 520c648..0000000 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/UnityGenerated.cs +++ /dev/null @@ -1,18 +0,0 @@ - -// GENERATED BY UNITY -// DO NOT MODIFY, THIS FILE WILL BE OVERWRITTEN DURING NEXT BUILD -using Windows.Graphics.Display; -using Windows.UI.ViewManagement; - -namespace Unity -{ - public class UnityGenerated - { - public static void SetupDisplay() - { - DisplayInformation.AutoRotationPreferences = DisplayOrientations.Landscape|DisplayOrientations.LandscapeFlipped|DisplayOrientations.Portrait|DisplayOrientations.PortraitFlipped; - ApplicationView.PreferredLaunchWindowingMode = ApplicationViewWindowingMode.FullScreen; - } - } -} - \ No newline at end of file diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/WSATestCertificate.pfx b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/WSATestCertificate.pfx deleted file mode 100644 index ea94b29..0000000 Binary files a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/WSATestCertificate.pfx and /dev/null differ diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/project.json b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/project.json deleted file mode 100644 index e3b2dba..0000000 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/HoloML/project.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "dependencies": { - "Microsoft.ApplicationInsights": "1.0.0", - "Microsoft.ApplicationInsights.PersistenceChannel": "1.0.0", - "Microsoft.ApplicationInsights.WindowsApps": "1.0.0", - "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0" - }, - "frameworks": { - "uap10.0": {} - }, - "runtimes": { - "win10-arm": {}, - "win10-arm-aot": {}, - "win10-x86": {}, - "win10-x86-aot": {}, - "win10-x64": {}, - "win10-x64-aot": {} - } -} \ No newline at end of file diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/UnityCommon.props b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/UnityCommon.props deleted file mode 100644 index 9fbece6..0000000 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/UnityCommon.props +++ /dev/null @@ -1,9 +0,0 @@ - - - HoloML - D:\wks\mixedreality-winml\UWP\ - D:\wks\mixedreality-winml\ - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport\ - $(UnityWSASolutionDir)Unity\Tools\ - - diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/UnityOverwrite.txt b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/UnityOverwrite.txt deleted file mode 100644 index bb8e4b5..0000000 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/UnityOverwrite.txt +++ /dev/null @@ -1,45 +0,0 @@ -# Generated by Unity -# Contains a list of files, that will not be overwritten by Unity, if modified -# Change hash to word 'overwrite' (without qoutes) to force it's overwrite -# Delete line for file to restore it's hash and control overwrite since then -# Write a line equal to 'overwrite-all' (without quotes) to overwrite everything (preserved accross builds) -# Write a line equal to 'keep-all' (without quotes) to keep files regardless their modification (preserved accross builds) -# Default behavior is to never overwrite files -HoloML.sln: modified -project.json: 1D02BC64BAC0D041019673A1C4C51737 -GeneratedProjects\UWP\Assembly-CSharp\project.json: 1D02BC64BAC0D041019673A1C4C51737 -HoloML\App.cs: 8588F10285D752BDF05215FDECC85F55 -HoloML\HoloML.csproj: modified -HoloML\HoloML.csproj.user: modified -HoloML\Package.appxmanifest: modified -HoloML\project.json: 1D02BC64BAC0D041019673A1C4C51737 -HoloML\Assets\SplashScreen.scale-200.png: A85C1D7624B6902CF8CEBD6F0200A826 -HoloML\Assets\Square150x150Logo.scale-200.png: E02834B4A5DFB97FF8E212C1CACBB084 -HoloML\Assets\Square44x44Logo.scale-200.png: 6C6EF27184ABE9D870A9D564953775DE -HoloML\Assets\Square44x44Logo.targetsize-24_altform-unplated.png: 156637F7B5363E983E7A46D8E533A23D -HoloML\Assets\StoreLogo.png: 90BD194CA4A7CFFF3E8B8222229857FB -HoloML\Assets\Wide310x150Logo.scale-200.png: C96846A80DF667F87355569CD816192D -HoloML\bin\x86\Master\ilc\Assets\SplashScreen.scale-200.png: A85C1D7624B6902CF8CEBD6F0200A826 -HoloML\bin\x86\Master\ilc\Assets\Square150x150Logo.scale-200.png: E02834B4A5DFB97FF8E212C1CACBB084 -HoloML\bin\x86\Master\ilc\Assets\Square44x44Logo.scale-200.png: 6C6EF27184ABE9D870A9D564953775DE -HoloML\bin\x86\Master\ilc\Assets\Square44x44Logo.targetsize-24_altform-unplated.png: 156637F7B5363E983E7A46D8E533A23D -HoloML\bin\x86\Master\ilc\Assets\StoreLogo.png: 90BD194CA4A7CFFF3E8B8222229857FB -HoloML\bin\x86\Master\ilc\Assets\Wide310x150Logo.scale-200.png: C96846A80DF667F87355569CD816192D -HoloML\bin\x86\Release\AppX\Assets\SplashScreen.scale-200.png: A85C1D7624B6902CF8CEBD6F0200A826 -HoloML\bin\x86\Release\AppX\Assets\Square150x150Logo.scale-200.png: E02834B4A5DFB97FF8E212C1CACBB084 -HoloML\bin\x86\Release\AppX\Assets\Square44x44Logo.scale-200.png: 6C6EF27184ABE9D870A9D564953775DE -HoloML\bin\x86\Release\AppX\Assets\Square44x44Logo.targetsize-24_altform-unplated.png: 156637F7B5363E983E7A46D8E533A23D -HoloML\bin\x86\Release\AppX\Assets\StoreLogo.png: 90BD194CA4A7CFFF3E8B8222229857FB -HoloML\bin\x86\Release\AppX\Assets\Wide310x150Logo.scale-200.png: C96846A80DF667F87355569CD816192D -HoloML\bin\x86\Release\AppX\Properties\Default.rd.xml: 72EB282657164E79A1C42F6240984826 -HoloML\obj\x86\Debug\HoloML.csproj.CopyComplete: D41D8CD98F00B204E9800998ECF8427E -HoloML\obj\x86\Master\HoloML.csproj.CopyComplete: D41D8CD98F00B204E9800998ECF8427E -HoloML\obj\x86\Master\ilc\in\Assets\SplashScreen.scale-200.png: A85C1D7624B6902CF8CEBD6F0200A826 -HoloML\obj\x86\Master\ilc\in\Assets\Square150x150Logo.scale-200.png: E02834B4A5DFB97FF8E212C1CACBB084 -HoloML\obj\x86\Master\ilc\in\Assets\Square44x44Logo.scale-200.png: 6C6EF27184ABE9D870A9D564953775DE -HoloML\obj\x86\Master\ilc\in\Assets\Square44x44Logo.targetsize-24_altform-unplated.png: 156637F7B5363E983E7A46D8E533A23D -HoloML\obj\x86\Master\ilc\in\Assets\StoreLogo.png: 90BD194CA4A7CFFF3E8B8222229857FB -HoloML\obj\x86\Master\ilc\in\Assets\Wide310x150Logo.scale-200.png: C96846A80DF667F87355569CD816192D -HoloML\obj\x86\Master\ilc\in\Properties\Default.rd.xml: 72EB282657164E79A1C42F6240984826 -HoloML\obj\x86\Release\HoloML.csproj.CopyComplete: D41D8CD98F00B204E9800998ECF8427E -HoloML\Properties\Default.rd.xml: 72EB282657164E79A1C42F6240984826 diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/project.json b/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/project.json deleted file mode 100644 index e3b2dba..0000000 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/UWP/project.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "dependencies": { - "Microsoft.ApplicationInsights": "1.0.0", - "Microsoft.ApplicationInsights.PersistenceChannel": "1.0.0", - "Microsoft.ApplicationInsights.WindowsApps": "1.0.0", - "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0" - }, - "frameworks": { - "uap10.0": {} - }, - "runtimes": { - "win10-arm": {}, - "win10-arm-aot": {}, - "win10-x86": {}, - "win10-x86-aot": {}, - "win10-x64": {}, - "win10-x64-aot": {} - } -} \ No newline at end of file diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/mixedreality-winml.csproj b/Standalone-Samples/WindowsML-CustomVision-Hololens/WindowsML-CustomVision-Hololens.csproj similarity index 99% rename from Standalone-Samples/WindowsML-CustomVision-Hololens/mixedreality-winml.csproj rename to Standalone-Samples/WindowsML-CustomVision-Hololens/WindowsML-CustomVision-Hololens.csproj index 990f9e5..62bd013 100644 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/mixedreality-winml.csproj +++ b/Standalone-Samples/WindowsML-CustomVision-Hololens/WindowsML-CustomVision-Hololens.csproj @@ -5,7 +5,7 @@ AnyCPU 10.0.20506 2.0 - {C7234B4B-97C0-59E2-8091-B4E16B7B738C} + {B498DD11-0CDB-6219-59E2-3179DF8C267B} Library Assembly-CSharp.dll 512 diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/mixedreality-winml.sln b/Standalone-Samples/WindowsML-CustomVision-Hololens/WindowsML-CustomVision-Hololens.sln similarity index 54% rename from Standalone-Samples/WindowsML-CustomVision-Hololens/mixedreality-winml.sln rename to Standalone-Samples/WindowsML-CustomVision-Hololens/WindowsML-CustomVision-Hololens.sln index 459f1d3..511d3bf 100644 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/mixedreality-winml.sln +++ b/Standalone-Samples/WindowsML-CustomVision-Hololens/WindowsML-CustomVision-Hololens.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2017 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mixedreality-winml", "mixedreality-winml.csproj", "{C7234B4B-97C0-59E2-8091-B4E16B7B738C}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsML-CustomVision-Hololens", "WindowsML-CustomVision-Hololens.csproj", "{B498DD11-0CDB-6219-59E2-3179DF8C267B}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -9,10 +9,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {C7234B4B-97C0-59E2-8091-B4E16B7B738C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C7234B4B-97C0-59E2-8091-B4E16B7B738C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C7234B4B-97C0-59E2-8091-B4E16B7B738C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C7234B4B-97C0-59E2-8091-B4E16B7B738C}.Release|Any CPU.Build.0 = Release|Any CPU + {B498DD11-0CDB-6219-59E2-3179DF8C267B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B498DD11-0CDB-6219-59E2-3179DF8C267B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B498DD11-0CDB-6219-59E2-3179DF8C267B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B498DD11-0CDB-6219-59E2-3179DF8C267B}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Standalone-Samples/WindowsML-CustomVision-Hololens/mixedreality-winml.Editor.csproj b/Standalone-Samples/WindowsML-CustomVision-Hololens/mixedreality-winml.Editor.csproj deleted file mode 100644 index 43d072f..0000000 --- a/Standalone-Samples/WindowsML-CustomVision-Hololens/mixedreality-winml.Editor.csproj +++ /dev/null @@ -1,445 +0,0 @@ - - - - Debug - AnyCPU - 10.0.20506 - 2.0 - {04487C7E-BBA4-AFDB-31E5-E66F04A17D07} - Library - Assembly-CSharp-Editor.dll - 512 - {E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - .NETFramework - v4.6 - - - Editor:5 - WSAPlayer:21 - 2017.4.1f1 - - 6 - - - true - true - false - - - pdbonly - false - Temp\UnityVS_bin\Debug\ - Temp\UnityVS_obj\Debug\ - prompt - 4 - DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2017_4_1;UNITY_2017_4;UNITY_2017;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;ENABLE_LOCALIZATION;PLATFORM_METRO;UNITY_METRO;UNITY_METRO_API;PLATFORM_WINRT;UNITY_WINRT;ENABLE_WINRT_PINVOKE;ENABLE_LAZY_METHOD_CACHING;ENABLE_MOVIES;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_NETWORK;ENABLE_EVENT_QUEUE;UNITY_PLATFORM_THREAD_TO_CORE_MAPPING;ENABLE_SUBSTANCE;PLATFORM_SUPPORTS_ADS_ID;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;CURL_STATICLIB;ENABLE_VR;ENABLE_AR;UNITY_WSA;ENABLE_DOTNET;ENABLE_PROFILER;UNITY_WSA_10_0;UNITY_WINRT_10_0;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_NATIVE_ARRAY_CHECKS;UNITY_TEAM_LICENSE;ENABLE_VSTU - true - - - pdbonly - false - Temp\UnityVS_bin\Release\ - Temp\UnityVS_obj\Release\ - prompt - 4 - TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2017_4_1;UNITY_2017_4;UNITY_2017;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;ENABLE_LOCALIZATION;PLATFORM_METRO;UNITY_METRO;UNITY_METRO_API;PLATFORM_WINRT;UNITY_WINRT;ENABLE_WINRT_PINVOKE;ENABLE_LAZY_METHOD_CACHING;ENABLE_MOVIES;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_NETWORK;ENABLE_EVENT_QUEUE;UNITY_PLATFORM_THREAD_TO_CORE_MAPPING;ENABLE_SUBSTANCE;PLATFORM_SUPPORTS_ADS_ID;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;CURL_STATICLIB;ENABLE_VR;ENABLE_AR;UNITY_WSA;ENABLE_DOTNET;ENABLE_PROFILER;UNITY_WSA_10_0;UNITY_WINRT_10_0;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_NATIVE_ARRAY_CHECKS;UNITY_TEAM_LICENSE;ENABLE_VSTU - true - - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\MonoBleedingEdge\lib\mono\4.6-api\mscorlib.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\MonoBleedingEdge\lib\mono\4.6-api\System.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\MonoBleedingEdge\lib\mono\4.6-api\System.XML.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\MonoBleedingEdge\lib\mono\4.6-api\System.Core.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\MonoBleedingEdge\lib\mono\4.6-api\Microsoft.CSharp.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\MonoBleedingEdge\lib\mono\4.6-api\System.Runtime.Serialization.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\MonoBleedingEdge\lib\mono\4.6-api\System.Xml.Linq.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/Managed/UnityEditor.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.CoreModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.AccessibilityModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.ParticleSystemModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.PhysicsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.VehiclesModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.ClothModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.AIModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.AnimationModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.TextRenderingModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UIModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.TerrainPhysicsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.IMGUIModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UNETModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.DirectorModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UnityAnalyticsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.PerformanceReportingModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UnityConnectModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.WebModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.ARModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.VRModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UIElementsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.StyleSheetsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.AssetBundleModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.AudioModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.CrashReportingModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.GameCenterModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.GridModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.ImageConversionModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.InputModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.JSONSerializeModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.ParticlesLegacyModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.Physics2DModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.ScreenCaptureModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.SharedInternalsModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.SpriteMaskModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.SpriteShapeModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.TerrainModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.TilemapModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UnityWebRequestModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UnityWebRequestAudioModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UnityWebRequestTextureModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.UnityWebRequestWWWModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.VideoModule.dll - - - C:\Program Files\Unity\Hub\Editor\2017.4.1f1\Editor\Data\PlaybackEngines\MetroSupport/Tools/UnityEngine.WindModule.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/TreeEditor/Editor/UnityEditor.TreeEditor.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UIAutomation/UnityEngine.UIAutomation.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UIAutomation/Editor/UnityEditor.UIAutomation.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/Editor/UnityEditor.GoogleAudioSpatializer.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Editor/UnityEditor.HoloLens.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Editor/UnityEditor.SpatialTracking.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/Managed/UnityEditor.Graphs.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/PlaybackEngines/MetroSupport/UnityEditor.WSA.Extensions.dll - - - C:/Program Files/Unity/Hub/Editor/2017.4.1f1/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll - - - C:/Program Files (x86)/Microsoft Visual Studio Tools for Unity/15.0/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll - - - Assets/HoloToolkit/Utilities/Scripts/GLTF/Plugins/GLTFSerialization/GLTFSerialization.dll - - - Assets/HoloToolkit/Utilities/Scripts/GLTF/Plugins/JsonNet/Newtonsoft.Json.dll - - - C:/ProgramData/Unity/cache/packages/packages.unity.com/com.unity.ads@2.0.3/UnityEngine.Advertisements.dll - - - C:/ProgramData/Unity/cache/packages/packages.unity.com/com.unity.ads@2.0.3/Editor/UnityEditor.Advertisements.dll - - - C:/ProgramData/Unity/cache/packages/packages.unity.com/com.unity.analytics@2.0.13/UnityEngine.Analytics.dll - - - C:/ProgramData/Unity/cache/packages/packages.unity.com/com.unity.analytics@2.0.13/Editor/UnityEditor.Analytics.dll - - - C:/ProgramData/Unity/cache/packages/packages.unity.com/com.unity.purchasing@0.0.19/UnityEngine.Purchasing.dll - - - C:/ProgramData/Unity/cache/packages/packages.unity.com/com.unity.purchasing@0.0.19/Editor/UnityEditor.Purchasing.dll - - - C:/ProgramData/Unity/cache/packages/packages.unity.com/com.unity.standardevents@1.0.10/UnityEngine.StandardEvents.dll - - - - - {C7234B4B-97C0-59E2-8091-B4E16B7B738C} - mixedreality-winml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -