Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
updated assembly defs to use guids (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Sep 27, 2019
1 parent 669da62 commit 5c64a44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Inspectors/XRTK.WindowsMixedReality.Inspectors.asmdef
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "XRTK.WindowsMixedReality.Inspectors",
"references": [
"XRTK",
"XRTK.Inspectors",
"XRTK.WindowsMixedReality"
"GUID:f3241d040533491e8a1e2714b27c3111",
"GUID:e67d30660ec243e4836aac191d3f36fb",
"GUID:d497b6a1e2ec4433aa221a5b82ae1b68"
],
"optionalUnityReferences": [],
"includePlatforms": [
Expand All @@ -14,5 +14,6 @@
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": []
"defineConstraints": [],
"versionDefines": []
}
2 changes: 1 addition & 1 deletion XRTK.WindowsMixedReality.asmdef
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "XRTK.WindowsMixedReality",
"references": [
"XRTK"
"GUID:f3241d040533491e8a1e2714b27c3111"
],
"optionalUnityReferences": [],
"includePlatforms": [],
Expand Down

0 comments on commit 5c64a44

Please sign in to comment.