From 532d18a4fcdf132eda36d8dfdcb7d5f7c460f715 Mon Sep 17 00:00:00 2001 From: Stanley Goldman Date: Tue, 11 Jul 2017 11:34:46 -0400 Subject: [PATCH] Build process seemingly requires that UnityLibraries be found --- src/GitHub.Api/GitHub.Api.v3.ncrunchproject | 4 ++++ src/tests/IntegrationTests/IntegrationTests.v3.ncrunchproject | 2 ++ src/tests/UnitTests/UnitTests.v3.ncrunchproject | 2 ++ 3 files changed, 8 insertions(+) diff --git a/src/GitHub.Api/GitHub.Api.v3.ncrunchproject b/src/GitHub.Api/GitHub.Api.v3.ncrunchproject index 6d9cc8a63..2f25da2c4 100644 --- a/src/GitHub.Api/GitHub.Api.v3.ncrunchproject +++ b/src/GitHub.Api/GitHub.Api.v3.ncrunchproject @@ -1,5 +1,9 @@  + + ..\..\script\lib\UnityEditor.dll + ..\..\script\lib\UnityEngine.dll + True diff --git a/src/tests/IntegrationTests/IntegrationTests.v3.ncrunchproject b/src/tests/IntegrationTests/IntegrationTests.v3.ncrunchproject index 0f184dd3a..85e05b85b 100644 --- a/src/tests/IntegrationTests/IntegrationTests.v3.ncrunchproject +++ b/src/tests/IntegrationTests/IntegrationTests.v3.ncrunchproject @@ -3,6 +3,8 @@ ..\..\..\lib\sfw.net\win\x64\Debug\**.* ..\..\GitHub.Api\PlatformResources\**.* + ..\..\..\script\lib\UnityEditor.dll + ..\..\..\script\lib\UnityEngine.dll AbnormalReferenceResolution diff --git a/src/tests/UnitTests/UnitTests.v3.ncrunchproject b/src/tests/UnitTests/UnitTests.v3.ncrunchproject index 96fb42529..d63e89685 100644 --- a/src/tests/UnitTests/UnitTests.v3.ncrunchproject +++ b/src/tests/UnitTests/UnitTests.v3.ncrunchproject @@ -2,6 +2,8 @@ ..\..\..\lib\sfw.net\win\x64\Debug\**.* + ..\..\..\script\lib\UnityEditor.dll + ..\..\..\script\lib\UnityEngine.dll PostBuildEventDisabled