Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 9306619

Browse files
authored
Merge pull request #120 from github-for-unity/fixes/ncrunch-configuration
Fixing NCrunch configuration
2 parents 8a04d7f + 532d18a commit 9306619

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

src/GitHub.Api/GitHub.Api.v3.ncrunchproject

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<ProjectConfiguration>
22
<Settings>
3+
<AdditionalFilesToIncludeForProject>
4+
<Value>..\..\script\lib\UnityEditor.dll</Value>
5+
<Value>..\..\script\lib\UnityEngine.dll</Value>
6+
</AdditionalFilesToIncludeForProject>
37
<HiddenComponentWarnings />
48
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully>
59
</Settings>

src/tests/IntegrationTests/IntegrationTests.v3.ncrunchproject

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<AdditionalFilesToIncludeForProject>
44
<Value>..\..\..\lib\sfw.net\win\x64\Debug\**.*</Value>
55
<Value>..\..\GitHub.Api\PlatformResources\**.*</Value>
6+
<Value>..\..\..\script\lib\UnityEditor.dll</Value>
7+
<Value>..\..\..\script\lib\UnityEngine.dll</Value>
68
</AdditionalFilesToIncludeForProject>
79
<HiddenComponentWarnings>
810
<Value>AbnormalReferenceResolution</Value>

src/tests/UnitTests/UnitTests.v3.ncrunchproject

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<Settings>
33
<AdditionalFilesToIncludeForProject>
44
<Value>..\..\..\lib\sfw.net\win\x64\Debug\**.*</Value>
5+
<Value>..\..\..\script\lib\UnityEditor.dll</Value>
6+
<Value>..\..\..\script\lib\UnityEngine.dll</Value>
57
</AdditionalFilesToIncludeForProject>
68
<HiddenComponentWarnings>
79
<Value>PostBuildEventDisabled</Value>

0 commit comments

Comments
 (0)