Skip to content

Commit

Permalink
dll競合回避のためAssembly Definition整理
Browse files Browse the repository at this point in the history
  • Loading branch information
linoal committed May 14, 2024
1 parent 8800ab5 commit 73da58c
Show file tree
Hide file tree
Showing 7 changed files with 201 additions and 15 deletions.
12 changes: 9 additions & 3 deletions PlateauToolkit.Maps/Editor/PlateauToolkit.Maps.Editor.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"overrideReferences": true,
"precompiledReferences": [
"GeoAPI.CoordinateSystems.dll",
"triangle-net.dll",
"ProjNET.dll",
"Newtonsoft.Json.dll",
"GeoAPI.dll"
],
"autoReferenced": false,
"defineConstraints": [],
"versionDefines": [
{
Expand Down
40 changes: 38 additions & 2 deletions PlateauToolkit.Maps/Plugins/DotSpatial.Projections.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 38 additions & 2 deletions PlateauToolkit.Maps/Plugins/GeoAPI.CoordinateSystems.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 38 additions & 2 deletions PlateauToolkit.Maps/Plugins/GeoAPI.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 38 additions & 2 deletions PlateauToolkit.Maps/Plugins/ProjNET.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 38 additions & 2 deletions PlateauToolkit.Maps/Plugins/triangle-net.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions PlateauToolkit.Maps/Runtime/PlateauToolkit.Maps.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"overrideReferences": true,
"precompiledReferences": [],
"autoReferenced": true,
"autoReferenced": false,
"defineConstraints": [],
"versionDefines": [
{
Expand Down

0 comments on commit 73da58c

Please sign in to comment.