Skip to content

Commit

Permalink
10.7 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
arcgisprosdk committed Feb 20, 2020
1 parent 3c7911e commit 1cd5ce9
Show file tree
Hide file tree
Showing 2,844 changed files with 7,616 additions and 7,267 deletions.
2 changes: 1 addition & 1 deletion Net/3D/GlobeFlyTool/CSharp/Config.esriaddinx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<Company>ESRI</Company>
<Date>12/10/2009</Date>
<Targets>
<Target name="Desktop" version="10.6" />
<Target name="Desktop" version="10.7" />
</Targets>
<AddIn language="CLR" library="GlobeFlyTool.dll" namespace="GlobeFlyTool">
<ArcGlobe>
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeFlyTool/CSharp/Fly.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions Net/3D/GlobeFlyTool/CSharp/GlobeFlyTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@
<AddInContent Include="Images\Fly.png" />
</ItemGroup>
<ItemGroup>
<Reference Include="ESRI.ArcGIS.ADF.Local, version=10.6.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<Reference Include="ESRI.ArcGIS.ADF.Local, version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="ESRI.ArcGIS.ArcGlobe">
<Private>False</Private>
</Reference>
<Reference Include="ESRI.ArcGIS.Geometry, version=10.6.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<Reference Include="ESRI.ArcGIS.Geometry, version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="ESRI.ArcGIS.GlobeCore">
Expand All @@ -97,7 +97,7 @@
<Reference Include="ESRI.ArcGIS.3DAnalyst">
<Private>False</Private>
</Reference>
<Reference Include="ESRI.ArcGIS.SystemUI, version=10.6.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<Reference Include="ESRI.ArcGIS.SystemUI, version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Microsoft.VisualBasic" />
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeFlyTool/CSharp/PointZ.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeFlyTool/CSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions Net/3D/GlobeFlyTool/Readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
Language: C#, VB
Subject: 3D
Organization: Esri, http://www.esri.com
Date: 11/17/2017
ArcObjects SDK: 10.6
Date: 12/13/2018
ArcObjects SDK: 10.7
Visual Studio: 2015, 2017
.NET Target Framework: 4.5
```
Expand All @@ -36,7 +36,7 @@

* [ArcObjects .NET API Reference online](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm)
* [Sample Data Download](../../releases)
* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#05247c04-bfd9-4e36-ae09-bc6e833c3b14.htm)
* [What's new](http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#91cabc68-2271-400a-8ff9-c7fb25108546.htm)
* [Download the ArcObjects SDK for .Net from MyEsri.com](https://my.esri.com/)

### Usage
Expand Down
4 changes: 2 additions & 2 deletions Net/3D/GlobeFlyTool/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This add-in sample shows how to create a Fly tool for ArcGlobe. This sample mimi
Language: C#, VB
Subject: 3D
Organization: Esri, http://www.esri.com
Date: 11/17/2017
ArcObjects SDK: 10.6
Date: 12/13/2018
ArcObjects SDK: 10.7
Visual Studio: 2015, 2017
.NET Target Framework: 4.5
```
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeFlyTool/VBNet/Config.esriaddinx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<Company>ESRI</Company>
<Date>12/10/2009</Date>
<Targets>
<Target name="Desktop" version="10.6" />
<Target name="Desktop" version="10.7" />
</Targets>
<AddIn language="CLR" library="GlobeFlyTool.dll" namespace="GlobeFlyTool">
<ArcGlobe>
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeFlyTool/VBNet/Fly.vb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'Copyright 2016 Esri
'Copyright 2019 Esri

'Licensed under the Apache License, Version 2.0 (the "License");
'you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions Net/3D/GlobeFlyTool/VBNet/GlobeFlyTool.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@
<AddInContent Include="Images\Fly.png" />
</ItemGroup>
<ItemGroup>
<Reference Include="ESRI.ArcGIS.ADF.Local, version=10.6.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<Reference Include="ESRI.ArcGIS.ADF.Local, version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="ESRI.ArcGIS.ArcGlobe">
<Private>False</Private>
</Reference>
<Reference Include="ESRI.ArcGIS.Geometry, version=10.6.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<Reference Include="ESRI.ArcGIS.Geometry, version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="ESRI.ArcGIS.GlobeCore">
Expand All @@ -117,7 +117,7 @@
<Reference Include="ESRI.ArcGIS.3DAnalyst">
<Private>False</Private>
</Reference>
<Reference Include="ESRI.ArcGIS.SystemUI, version=10.6.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<Reference Include="ESRI.ArcGIS.SystemUI, version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Microsoft.VisualBasic" />
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeFlyTool/VBNet/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'Copyright 2016 Esri
'Copyright 2019 Esri

'Licensed under the Apache License, Version 2.0 (the "License");
'you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeFlyTool/VBNet/PointZ.vb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'Copyright 2016 Esri
'Copyright 2019 Esri

'Licensed under the Apache License, Version 2.0 (the "License");
'you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeGraphicsToolbar/CSharp/ColorCommand.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeGraphicsToolbar/CSharp/ColorPalette.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeGraphicsToolbar/CSharp/ColorSelection.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeGraphicsToolbar/CSharp/Config.esriaddinx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<Company>ESRI</Company>
<Date>12/11/2009</Date>
<Targets>
<Target name="Desktop" version="10.6" />
<Target name="Desktop" version="10.7" />
</Targets>
<AddIn language="CLR" library="GlobeGraphicsToolbar.dll" namespace="GlobeGraphicsToolbar">
<ArcGlobe>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
18 changes: 9 additions & 9 deletions Net/3D/GlobeGraphicsToolbar/CSharp/GlobeGraphicsToolbar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,30 +122,30 @@
<AddInContent Include="Images\PointTool.png;Images\PointTool.cur" />
</ItemGroup>
<ItemGroup>
<Reference Include="ESRI.ArcGIS.ADF.Local, version=10.6.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<Reference Include="ESRI.ArcGIS.ADF.Local, version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
</Reference>
<Reference Include="ESRI.ArcGIS.ArcGlobe">
<Private>False</Private>
</Reference>
<Reference Include="ESRI.ArcGIS.Carto, version=10.6.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<Reference Include="ESRI.ArcGIS.Carto, version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
</Reference>
<Reference Include="ESRI.ArcGIS.DataSourcesGDB, version=10.6.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<Reference Include="ESRI.ArcGIS.DataSourcesGDB, version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
</Reference>
<Reference Include="ESRI.ArcGIS.Display, version=10.6.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<Reference Include="ESRI.ArcGIS.Display, version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
</Reference>
<Reference Include="ESRI.ArcGIS.Geodatabase, version=10.6.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<Reference Include="ESRI.ArcGIS.Geodatabase, version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
</Reference>
<Reference Include="ESRI.ArcGIS.Geometry, version=10.6.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<Reference Include="ESRI.ArcGIS.Geometry, version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
</Reference>
Expand All @@ -155,15 +155,15 @@
<Reference Include="ESRI.ArcGIS.3DAnalyst">
<Private>False</Private>
</Reference>
<Reference Include="ESRI.ArcGIS.Output, version=10.6.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<Reference Include="ESRI.ArcGIS.Output, version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
</Reference>
<Reference Include="ESRI.ArcGIS.SystemUI, version=10.6.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<Reference Include="ESRI.ArcGIS.SystemUI, version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
</Reference>
<Reference Include="ESRI.ArcGIS.Version, version=10.6.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86">
<Reference Include="ESRI.ArcGIS.Version, version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86">
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
</Reference>
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeGraphicsToolbar/CSharp/Layer.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeGraphicsToolbar/CSharp/PointElement.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeGraphicsToolbar/CSharp/PointGeometry.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeGraphicsToolbar/CSharp/PointTool.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeGraphicsToolbar/CSharp/PolygonElement.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeGraphicsToolbar/CSharp/PolygonGeometry.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeGraphicsToolbar/CSharp/PolygonTool.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeGraphicsToolbar/CSharp/PolylineElement.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeGraphicsToolbar/CSharp/PolylineGeometry.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeGraphicsToolbar/CSharp/PolylineTool.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeGraphicsToolbar/CSharp/SpatialReference.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeGraphicsToolbar/CSharp/StyleElement.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeGraphicsToolbar/CSharp/StyleGallery.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeGraphicsToolbar/CSharp/StyleGalleryCommand.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

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

2 changes: 1 addition & 1 deletion Net/3D/GlobeGraphicsToolbar/CSharp/StyleGalleryForm.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeGraphicsToolbar/CSharp/StyleTool.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Net/3D/GlobeGraphicsToolbar/CSharp/TableOfContents.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Copyright 2016 Esri
Copyright 2019 Esri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit 1cd5ce9

Please sign in to comment.