v0.1.4版本 #2

Merged
PeterZhong merged 70 commits from host into master 2025-06-15 14:42:58 +00:00
2 changed files with 21 additions and 18 deletions
Showing only changes of commit ec207f3d1a - Show all commits

View File

@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
<RuntimeIdentifier>win-x64</RuntimeIdentifier> <RuntimeIdentifier>win-x64</RuntimeIdentifier>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath> <AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<NoWarn>CA1416</NoWarn> <NoWarn>CA1416</NoWarn>
<TargetFramework>net8.0-windows</TargetFramework>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<None Remove="Config.daml" /> <None Remove="Config.daml" />
@ -22,77 +22,77 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Reference Include="ArcGIS.Desktop.Framework"> <Reference Include="ArcGIS.Desktop.Framework">
<HintPath>C:\Users\PeterZhong\AppData\Local\Programs\ArcGIS\Pro\bin\ArcGIS.Desktop.Framework.dll</HintPath> <HintPath>C:\Program Files\ArcGIS\Pro\bin\ArcGIS.Desktop.Framework.dll</HintPath>
<CopyLocal>False</CopyLocal> <CopyLocal>False</CopyLocal>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="ArcGIS.Core"> <Reference Include="ArcGIS.Core">
<HintPath>C:\Users\PeterZhong\AppData\Local\Programs\ArcGIS\Pro\bin\ArcGIS.Core.dll</HintPath> <HintPath>C:\Program Files\ArcGIS\Pro\bin\ArcGIS.Core.dll</HintPath>
<CopyLocal>False</CopyLocal> <CopyLocal>False</CopyLocal>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="ArcGIS.Desktop.Core"> <Reference Include="ArcGIS.Desktop.Core">
<HintPath>C:\Users\PeterZhong\AppData\Local\Programs\ArcGIS\Pro\bin\Extensions\Core\ArcGIS.Desktop.Core.dll</HintPath> <HintPath>C:\Program Files\ArcGIS\Pro\bin\Extensions\Core\ArcGIS.Desktop.Core.dll</HintPath>
<CopyLocal>False</CopyLocal> <CopyLocal>False</CopyLocal>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="ArcGIS.Desktop.Mapping"> <Reference Include="ArcGIS.Desktop.Mapping">
<HintPath>C:\Users\PeterZhong\AppData\Local\Programs\ArcGIS\Pro\bin\Extensions\Mapping\ArcGIS.Desktop.Mapping.dll</HintPath> <HintPath>C:\Program Files\ArcGIS\Pro\bin\Extensions\Mapping\ArcGIS.Desktop.Mapping.dll</HintPath>
<CopyLocal>False</CopyLocal> <CopyLocal>False</CopyLocal>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="ArcGIS.Desktop.Catalog"> <Reference Include="ArcGIS.Desktop.Catalog">
<HintPath>C:\Users\PeterZhong\AppData\Local\Programs\ArcGIS\Pro\bin\Extensions\Catalog\ArcGIS.Desktop.Catalog.dll</HintPath> <HintPath>C:\Program Files\ArcGIS\Pro\bin\Extensions\Catalog\ArcGIS.Desktop.Catalog.dll</HintPath>
<CopyLocal>False</CopyLocal> <CopyLocal>False</CopyLocal>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="ArcGIS.Desktop.Editing"> <Reference Include="ArcGIS.Desktop.Editing">
<HintPath>C:\Users\PeterZhong\AppData\Local\Programs\ArcGIS\Pro\bin\Extensions\Editing\ArcGIS.Desktop.Editing.dll</HintPath> <HintPath>C:\Program Files\ArcGIS\Pro\bin\Extensions\Editing\ArcGIS.Desktop.Editing.dll</HintPath>
<CopyLocal>False</CopyLocal> <CopyLocal>False</CopyLocal>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="ArcGIS.Desktop.Extensions"> <Reference Include="ArcGIS.Desktop.Extensions">
<HintPath>C:\Users\PeterZhong\AppData\Local\Programs\ArcGIS\Pro\bin\Extensions\DesktopExtensions\ArcGIS.Desktop.Extensions.dll</HintPath> <HintPath>C:\Program Files\ArcGIS\Pro\bin\Extensions\DesktopExtensions\ArcGIS.Desktop.Extensions.dll</HintPath>
<CopyLocal>False</CopyLocal> <CopyLocal>False</CopyLocal>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="ArcGIS.Desktop.GeoProcessing"> <Reference Include="ArcGIS.Desktop.GeoProcessing">
<HintPath>C:\Users\PeterZhong\AppData\Local\Programs\ArcGIS\Pro\bin\Extensions\GeoProcessing\ArcGIS.Desktop.GeoProcessing.dll</HintPath> <HintPath>C:\Program Files\ArcGIS\Pro\bin\Extensions\GeoProcessing\ArcGIS.Desktop.GeoProcessing.dll</HintPath>
<CopyLocal>False</CopyLocal> <CopyLocal>False</CopyLocal>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="ArcGIS.Desktop.Layouts"> <Reference Include="ArcGIS.Desktop.Layouts">
<HintPath>C:\Users\PeterZhong\AppData\Local\Programs\ArcGIS\Pro\bin\Extensions\Layout\ArcGIS.Desktop.Layouts.dll</HintPath> <HintPath>C:\Program Files\ArcGIS\Pro\bin\Extensions\Layout\ArcGIS.Desktop.Layouts.dll</HintPath>
<CopyLocal>False</CopyLocal> <CopyLocal>False</CopyLocal>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="ArcGIS.Desktop.KnowledgeGraph"> <Reference Include="ArcGIS.Desktop.KnowledgeGraph">
<HintPath>C:\Users\PeterZhong\AppData\Local\Programs\ArcGIS\Pro\bin\Extensions\KnowledgeGraph\ArcGIS.Desktop.KnowledgeGraph.dll</HintPath> <HintPath>C:\Program Files\ArcGIS\Pro\bin\Extensions\KnowledgeGraph\ArcGIS.Desktop.KnowledgeGraph.dll</HintPath>
<CopyLocal>False</CopyLocal> <CopyLocal>False</CopyLocal>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="ArcGIS.Desktop.Shared.Wpf"> <Reference Include="ArcGIS.Desktop.Shared.Wpf">
<HintPath>C:\Users\PeterZhong\AppData\Local\Programs\ArcGIS\Pro\bin\ArcGIS.Desktop.Shared.Wpf.dll</HintPath> <HintPath>C:\Program Files\ArcGIS\Pro\bin\ArcGIS.Desktop.Shared.Wpf.dll</HintPath>
<CopyLocal>False</CopyLocal> <CopyLocal>False</CopyLocal>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="ArcGIS.Desktop.Ribbon.Wpf"> <Reference Include="ArcGIS.Desktop.Ribbon.Wpf">
<HintPath>C:\Users\PeterZhong\AppData\Local\Programs\ArcGIS\Pro\bin\ArcGIS.Desktop.Ribbon.Wpf.dll</HintPath> <HintPath>C:\Program Files\ArcGIS\Pro\bin\ArcGIS.Desktop.Ribbon.Wpf.dll</HintPath>
<CopyLocal>False</CopyLocal> <CopyLocal>False</CopyLocal>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="ArcGIS.Desktop.DataGrid.Contrib.Wpf"> <Reference Include="ArcGIS.Desktop.DataGrid.Contrib.Wpf">
<HintPath>C:\Users\PeterZhong\AppData\Local\Programs\ArcGIS\Pro\bin\ArcGIS.Desktop.DataGrid.Contrib.Wpf.dll</HintPath> <HintPath>C:\Program Files\ArcGIS\Pro\bin\ArcGIS.Desktop.DataGrid.Contrib.Wpf.dll</HintPath>
<CopyLocal>False</CopyLocal> <CopyLocal>False</CopyLocal>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="ArcGIS.Desktop.Resources"> <Reference Include="ArcGIS.Desktop.Resources">
<HintPath>C:\Users\PeterZhong\AppData\Local\Programs\ArcGIS\Pro\bin\ArcGIS.Desktop.Resources.dll</HintPath> <HintPath>C:\Program Files\ArcGIS\Pro\bin\ArcGIS.Desktop.Resources.dll</HintPath>
<CopyLocal>False</CopyLocal> <CopyLocal>False</CopyLocal>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="ESRI.ArcGIS.ItemIndex"> <Reference Include="ESRI.ArcGIS.ItemIndex">
<HintPath>C:\Users\PeterZhong\AppData\Local\Programs\ArcGIS\Pro\bin\ESRI.ArcGIS.ItemIndex.dll</HintPath> <HintPath>C:\Program Files\ArcGIS\Pro\bin\ESRI.ArcGIS.ItemIndex.dll</HintPath>
<CopyLocal>False</CopyLocal> <CopyLocal>False</CopyLocal>
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
@ -102,5 +102,8 @@
<Folder Include="resource\" /> <Folder Include="resource\" />
<Folder Include="server\" /> <Folder Include="server\" />
</ItemGroup> </ItemGroup>
<Import Project="C:\Users\PeterZhong\AppData\Local\Programs\ArcGIS\Pro\bin\Esri.ProApp.SDK.Desktop.targets" Condition="Exists('C:\Users\PeterZhong\AppData\Local\Programs\ArcGIS\Pro\bin\Esri.ProApp.SDK.Desktop.targets') AND !Exists('Esri.ArcGISPro.Extensions.targets')" /> <ItemGroup>
<PackageReference Include="Esri.ArcGISPro.Extensions30" Version="3.4.1.55405" />
</ItemGroup>
<Import Project="C:\Program Files\ArcGIS\Pro\bin\Esri.ProApp.SDK.Desktop.targets" Condition="Exists('C:\Program Files\ArcGIS\Pro\bin\Esri.ProApp.SDK.Desktop.targets') AND !Exists('Esri.ArcGISPro.Extensions.targets')" />
</Project> </Project>

View File

@ -2,7 +2,7 @@
"profiles": { "profiles": {
"LinkToolAddin": { "LinkToolAddin": {
"commandName": "Executable", "commandName": "Executable",
"executablePath": "C:\\Users\\PeterZhong\\AppData\\Local\\Programs\\ArcGIS\\Pro\\bin\\ArcGISPro.exe" "executablePath": "C:\\Program Files\\ArcGIS\\Pro\\bin\\ArcGISPro.exe"
} }
} }
} }