Skip to content

Commit 1cd5ce9

Browse files
committed
10.7 Release
1 parent 3c7911e commit 1cd5ce9

File tree

2,844 files changed

+7616
-7267
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,844 files changed

+7616
-7267
lines changed

Net/3D/GlobeFlyTool/CSharp/Config.esriaddinx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<Company>ESRI</Company>
2727
<Date>12/10/2009</Date>
2828
<Targets>
29-
<Target name="Desktop" version="10.6" />
29+
<Target name="Desktop" version="10.7" />
3030
</Targets>
3131
<AddIn language="CLR" library="GlobeFlyTool.dll" namespace="GlobeFlyTool">
3232
<ArcGlobe>

Net/3D/GlobeFlyTool/CSharp/Fly.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2016 Esri
3+
Copyright 2019 Esri
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

Net/3D/GlobeFlyTool/CSharp/GlobeFlyTool.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@
8282
<AddInContent Include="Images\Fly.png" />
8383
</ItemGroup>
8484
<ItemGroup>
85-
<Reference Include="ESRI.ArcGIS.ADF.Local, version=10.6.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
85+
<Reference Include="ESRI.ArcGIS.ADF.Local, version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
8686
<SpecificVersion>False</SpecificVersion>
8787
</Reference>
8888
<Reference Include="ESRI.ArcGIS.ArcGlobe">
8989
<Private>False</Private>
9090
</Reference>
91-
<Reference Include="ESRI.ArcGIS.Geometry, version=10.6.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
91+
<Reference Include="ESRI.ArcGIS.Geometry, version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
9292
<SpecificVersion>False</SpecificVersion>
9393
</Reference>
9494
<Reference Include="ESRI.ArcGIS.GlobeCore">
@@ -97,7 +97,7 @@
9797
<Reference Include="ESRI.ArcGIS.3DAnalyst">
9898
<Private>False</Private>
9999
</Reference>
100-
<Reference Include="ESRI.ArcGIS.SystemUI, version=10.6.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
100+
<Reference Include="ESRI.ArcGIS.SystemUI, version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
101101
<SpecificVersion>False</SpecificVersion>
102102
</Reference>
103103
<Reference Include="Microsoft.VisualBasic" />

Net/3D/GlobeFlyTool/CSharp/PointZ.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2016 Esri
3+
Copyright 2019 Esri
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

Net/3D/GlobeFlyTool/CSharp/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright 2016 Esri
3+
Copyright 2019 Esri
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

Net/3D/GlobeFlyTool/Readme.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
Language: C#, VB
2727
Subject: 3D
2828
Organization: Esri, http://www.esri.com
29-
Date: 11/17/2017
30-
ArcObjects SDK: 10.6
29+
Date: 12/13/2018
30+
ArcObjects SDK: 10.7
3131
Visual Studio: 2015, 2017
3232
.NET Target Framework: 4.5
3333
```
@@ -36,7 +36,7 @@
3636

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

4242
### Usage

Net/3D/GlobeFlyTool/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This add-in sample shows how to create a Fly tool for ArcGlobe. This sample mimi
88
Language: C#, VB
99
Subject: 3D
1010
Organization: Esri, http://www.esri.com
11-
Date: 11/17/2017
12-
ArcObjects SDK: 10.6
11+
Date: 12/13/2018
12+
ArcObjects SDK: 10.7
1313
Visual Studio: 2015, 2017
1414
.NET Target Framework: 4.5
1515
```

Net/3D/GlobeFlyTool/VBNet/Config.esriaddinx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<Company>ESRI</Company>
2727
<Date>12/10/2009</Date>
2828
<Targets>
29-
<Target name="Desktop" version="10.6" />
29+
<Target name="Desktop" version="10.7" />
3030
</Targets>
3131
<AddIn language="CLR" library="GlobeFlyTool.dll" namespace="GlobeFlyTool">
3232
<ArcGlobe>

Net/3D/GlobeFlyTool/VBNet/Fly.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'Copyright 2016 Esri
1+
'Copyright 2019 Esri
22

33
'Licensed under the Apache License, Version 2.0 (the "License");
44
'you may not use this file except in compliance with the License.

Net/3D/GlobeFlyTool/VBNet/GlobeFlyTool.vbproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@
102102
<AddInContent Include="Images\Fly.png" />
103103
</ItemGroup>
104104
<ItemGroup>
105-
<Reference Include="ESRI.ArcGIS.ADF.Local, version=10.6.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
105+
<Reference Include="ESRI.ArcGIS.ADF.Local, version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
106106
<SpecificVersion>False</SpecificVersion>
107107
</Reference>
108108
<Reference Include="ESRI.ArcGIS.ArcGlobe">
109109
<Private>False</Private>
110110
</Reference>
111-
<Reference Include="ESRI.ArcGIS.Geometry, version=10.6.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
111+
<Reference Include="ESRI.ArcGIS.Geometry, version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
112112
<SpecificVersion>False</SpecificVersion>
113113
</Reference>
114114
<Reference Include="ESRI.ArcGIS.GlobeCore">
@@ -117,7 +117,7 @@
117117
<Reference Include="ESRI.ArcGIS.3DAnalyst">
118118
<Private>False</Private>
119119
</Reference>
120-
<Reference Include="ESRI.ArcGIS.SystemUI, version=10.6.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
120+
<Reference Include="ESRI.ArcGIS.SystemUI, version=10.7.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=x86">
121121
<SpecificVersion>False</SpecificVersion>
122122
</Reference>
123123
<Reference Include="Microsoft.VisualBasic" />

0 commit comments

Comments
 (0)