Skip to content

Commit

Permalink
Updated VSIX packaging script for WP8.1 + general tweaks to manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten committed Apr 11, 2014
1 parent b670172 commit 8160480
Show file tree
Hide file tree
Showing 9 changed files with 105 additions and 92 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -106,3 +106,4 @@ Generated_Code #added for RIA/Silverlight projects
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
output/
46 changes: 23 additions & 23 deletions Deployment/VSIX/All/source.extension.vsixmanifest
@@ -1,27 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Esri.ArcGISRuntime.Toolkit" Version="10.2.2.0" Language="en-US" Publisher="Esri" />
<DisplayName>Toolkit for ArcGIS Runtime</DisplayName>
<Description xml:space="preserve">ArcGIS Runtime controls and utilities.</Description>
<MoreInfo>http://developers.arcgis.com/net</MoreInfo>
<License>license.txt</License>
<Tags>xaml, winrt, arcgis, esri, mapping, map, gis, wpf, windows phone, windows store</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[12.0,13.0)" />
<InstallationTarget Version="[12.0,13.0)" Id="Microsoft.VisualStudio.VSWinExpress" />
<InstallationTarget Version="[12.0,13.0)" Id="Microsoft.VisualStudio.Premium" />
<InstallationTarget Version="[12.0,13.0)" Id="Microsoft.VisualStudio.Ultimate" />
<InstallationTarget Version="[12.0,13.0)" Id="Microsoft.VisualStudio.IntegratedShell" />
<InstallationTarget Version="[12.0,13.0)" Id="Microsoft.VisualStudio.VSWinDesktopExpress" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
<Dependency d:Source="Project" d:ProjectName="Toolkit.WinPhone" Version="[10.2.2.0,11.0)" d:InstallSource="Embed" Location="|Toolkit.WinPhone;VSIXContainerProjectOutputGroup|" DisplayName="|Toolkit.WinPhone;VSIXNameProjectOutputGroup|" Id="|Toolkit.WinPhone;VSIXIdentifierProjectOutputGroup|" d:VsixSubPath="WinPhone" />
<Dependency d:Source="Project" d:ProjectName="Toolkit.WinStore" Version="[10.2.2.0,11.0)" d:InstallSource="Embed" Location="|Toolkit.WinStore;VSIXContainerProjectOutputGroup|" DisplayName="|Toolkit.WinStore;VSIXNameProjectOutputGroup|" Id="|Toolkit.WinStore;VSIXIdentifierProjectOutputGroup|" d:VsixSubPath="WinStore" />
</Dependencies>
<Assets>
</Assets>
<Metadata>
<Identity Id="Esri.ArcGISRuntime.Toolkit" Version="10.2.3" Language="en-US" Publisher="Esri" />
<DisplayName>Toolkit for ArcGIS Runtime</DisplayName>
<Description xml:space="preserve">ArcGIS Runtime controls and utilities.</Description>
<MoreInfo>http://links.esri.com/dotnetsdk</MoreInfo>
<License>license.txt</License>
<Tags>xaml, winrt, arcgis, esri, mapping, map, gis, wpf, windows phone, windows store</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[12.0,13.0)" />
<InstallationTarget Version="[12.0,13.0)" Id="Microsoft.VisualStudio.VSWinExpress" />
<InstallationTarget Version="[12.0,13.0)" Id="Microsoft.VisualStudio.Premium" />
<InstallationTarget Version="[12.0,13.0)" Id="Microsoft.VisualStudio.Ultimate" />
<InstallationTarget Version="[12.0,13.0)" Id="Microsoft.VisualStudio.IntegratedShell" />
<InstallationTarget Version="[12.0,13.0)" Id="Microsoft.VisualStudio.VSWinDesktopExpress" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
<Dependency d:Source="Project" d:ProjectName="Toolkit.WinPhone" Version="[10.2.3,11.0)" d:InstallSource="Embed" Location="|Toolkit.WinPhone;VSIXContainerProjectOutputGroup|" DisplayName="|Toolkit.WinPhone;VSIXNameProjectOutputGroup|" Id="|Toolkit.WinPhone;VSIXIdentifierProjectOutputGroup|" d:VsixSubPath="WinPhone" />
<Dependency d:Source="Project" d:ProjectName="Toolkit.WinStore" Version="[10.2.3,11.0)" d:InstallSource="Embed" Location="|Toolkit.WinStore;VSIXContainerProjectOutputGroup|" DisplayName="|Toolkit.WinStore;VSIXNameProjectOutputGroup|" Id="|Toolkit.WinStore;VSIXIdentifierProjectOutputGroup|" d:VsixSubPath="WinStore" />
</Dependencies>
<Assets>
</Assets>
</PackageManifest>

4 changes: 2 additions & 2 deletions Deployment/VSIX/WinPhone/Properties/AssemblyInfo.cs
Expand Up @@ -29,6 +29,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("10.2.2.0")]
[assembly: AssemblyFileVersion("10.2.2.0")]
[assembly: AssemblyVersion("10.2.3.0")]
[assembly: AssemblyFileVersion("10.2.3.0")]

34 changes: 24 additions & 10 deletions Deployment/VSIX/WinPhone/Toolkit.WinPhone.csproj
Expand Up @@ -55,27 +55,33 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\..\src\WinPhone\Esri.ArcGISRuntime.Toolkit\bin\x86\Release\Esri.ArcGISRuntime.Toolkit.dll">
<Link>References\CommonConfiguration\x86\Esri.ArcGISRuntime.Toolkit.dll</Link>
<Content Include="..\..\..\output\ExtensionSDKs\WindowsPhoneApp\v8.1\ExtensionSDKs\Esri.ArcGISRuntime.Toolkit\10.2.3\References\CommonConfiguration\x86\Esri.ArcGISRuntime.Toolkit.WindowsPhone.dll">
<Link>References\CommonConfiguration\x86\Esri.ArcGISRuntime.Toolkit.WindowsPhone.dll</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\..\src\WinPhone\Esri.ArcGISRuntime.Toolkit\bin\x86\Release\Esri.ArcGISRuntime.Toolkit.xml">
<Link>References\CommonConfiguration\x86\Esri.ArcGISRuntime.Toolkit.xml</Link>
<Content Include="..\..\..\output\ExtensionSDKs\WindowsPhoneApp\v8.1\ExtensionSDKs\Esri.ArcGISRuntime.Toolkit\10.2.3\References\CommonConfiguration\x86\Esri.ArcGISRuntime.Toolkit.WindowsPhone.xml">
<Link>References\CommonConfiguration\x86\Esri.ArcGISRuntime.Toolkit.WindowsPhone.xml</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\..\src\WinPhone\Esri.ArcGISRuntime.Toolkit\bin\ARM\Release\Esri.ArcGISRuntime.Toolkit.dll">
<Link>References\CommonConfiguration\ARM\Esri.ArcGISRuntime.Toolkit.dll</Link>
<Content Include="..\..\..\output\WinPhone\ARM\Release\Esri.ArcGISRuntime.Toolkit.WindowsPhone.dll">
<Link>References\CommonConfiguration\ARM\Esri.ArcGISRuntime.Toolkit.WindowsPhone.dll</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\..\src\WinPhone\Esri.ArcGISRuntime.Toolkit\bin\ARM\Release\Esri.ArcGISRuntime.Toolkit.xml">
<Link>References\CommonConfiguration\ARM\Esri.ArcGISRuntime.Toolkit.xml</Link>
<Content Include="..\..\..\output\WinPhone\ARM\Release\Esri.ArcGISRuntime.Toolkit.WindowsPhone.xml">
<Link>References\CommonConfiguration\ARM\Esri.ArcGISRuntime.Toolkit.WindowsPhone.xml</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
<SubType>Designer</SubType>
</Content>
<Content Include="..\..\..\output\ExtensionSDKs\WindowsPhoneApp\v8.1\ExtensionSDKs\Esri.ArcGISRuntime.Toolkit\10.2.3\Redist\CommonConfiguration\neutral\Esri.ArcGISRuntime.Toolkit.WindowsPhone.pri">
<Link>Redist\CommonConfiguration\neutral\Esri.ArcGISRuntime.Toolkit.WindowsPhone.pri</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="..\..\..\output\ExtensionSDKs\WindowsPhoneApp\v8.1\ExtensionSDKs\Esri.ArcGISRuntime.Toolkit\10.2.3\Redist\CommonConfiguration\neutral\Esri.ArcGISRuntime.Toolkit.WindowsPhone\Themes\Generic.xbf">
<Link>Redist\CommonConfiguration\neutral\Esri.ArcGISRuntime.Toolkit.WindowsPhone\Themes\Generic.xbf</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
Expand All @@ -86,6 +92,14 @@
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="..\..\..\src\WinPhone\Esri.ArcGISRuntime.Toolkit\Themes\Generic.xaml">
<Link>DesignTime\CommonConfiguration\neutral\Esri.ArcGISRuntime.Toolkit.WindowsPhone\Themes\Generic.xaml</Link>
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
34 changes: 17 additions & 17 deletions Deployment/VSIX/WinPhone/source.extension.vsixmanifest
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Esri.ArcGISRuntime.Toolkit.WP" Version="10.2.2" Language="en-US" Publisher="Esri" />
<DisplayName>Toolkit for ArcGIS Runtime (WinPhone)</DisplayName>
<Description xml:space="preserve">ArcGIS Runtime controls and utilities for Windows Phone.</Description>
<MoreInfo>http://developers.arcgis.com/net</MoreInfo>
<License>license.txt</License>
<Tags>xaml winphone arcgis esri mapping map gis</Tags>
</Metadata>
<Installation Scope="Global">
<InstallationTarget Id="Microsoft.ExtensionSDK" TargetPlatformIdentifier="Windows Phone" TargetPlatformVersion="v8.0" SdkName="Esri.ArcGISRuntime.Toolkit.WP" SdkVersion="10.2.2" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.ExtensionSDK" d:Source="File" Path="SDKManifest.xml" />
</Assets>
<Metadata>
<Identity Id="Esri.ArcGISRuntime.Toolkit.WP" Version="10.2.3" Language="en-US" Publisher="Esri" />
<DisplayName>Toolkit for ArcGIS Runtime (WinPhone)</DisplayName>
<Description xml:space="preserve">ArcGIS Runtime controls and utilities for Windows Phone.</Description>
<MoreInfo>http://links.esri.com/dotnetsdk</MoreInfo>
<License>license.txt</License>
<Tags>xaml, winrt, arcgis, esri, mapping, map, gis, wpf, windows phone</Tags>
</Metadata>
<Installation Scope="Global">
<InstallationTarget Id="Microsoft.ExtensionSDK" TargetPlatformIdentifier="WindowsPhoneApp" TargetPlatformVersion="v8.1" SdkName="Esri.ArcGISRuntime.Toolkit.WP" SdkVersion="10.2.3" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.ExtensionSDK" d:Source="File" Path="SDKManifest.xml" />
</Assets>
</PackageManifest>

4 changes: 2 additions & 2 deletions Deployment/VSIX/WinStore/Properties/AssemblyInfo.cs
Expand Up @@ -29,6 +29,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("10.2.2.0")]
[assembly: AssemblyFileVersion("10.2.2.0")]
[assembly: AssemblyVersion("10.2.3.0")]
[assembly: AssemblyFileVersion("10.2.3.0")]

4 changes: 2 additions & 2 deletions Deployment/VSIX/WinStore/SDKManifest.xml
Expand Up @@ -9,11 +9,11 @@
Identity="Esri.ArcGISRuntime.Toolkit, Version=10.2.3"
MinToolsVersion="12.0"
AppliesTo="WindowsAppContainer + ( Managed )"
MoreInfo="http://links.esri.com/winstoresdk"
MoreInfo="http://links.esri.com/dotnetsdk"
SupportedArchitectures="x86;x64;ARM"
DependsOn="Esri.ArcGISRuntime, version=10.2.2"
SupportsMultipleVersions="Error"
Help="http://links.esri.com/winstoresdk">
Help="http://links.esri.com/dotnetsdk">
<File Reference="Esri.ArcGISRuntime.Toolkit.WindowsStore.dll" >
<ToolboxItems BlendCategory="Esri" VSCategory="Esri" />
</File>
Expand Down
36 changes: 17 additions & 19 deletions Deployment/VSIX/WinStore/Toolkit.WinStore.csproj
Expand Up @@ -55,45 +55,43 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\..\src\WinStore\Esri.ArcGISRuntime.Toolkit\bin\x86\Release\Esri.ArcGISRuntime.Toolkit.dll">
<Link>References\CommonConfiguration\x86\Esri.ArcGISRuntime.Toolkit.dll</Link>
<Content Include="..\..\..\output\WinStore\x86\Release\Esri.ArcGISRuntime.Toolkit.WindowsStore.dll">
<Link>References\CommonConfiguration\x86\Esri.ArcGISRuntime.Toolkit.WindowsStore.dll</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\..\src\WinStore\Esri.ArcGISRuntime.Toolkit\bin\x86\Release\Esri.ArcGISRuntime.Toolkit.xml">
<Link>References\CommonConfiguration\x86\Esri.ArcGISRuntime.Toolkit.xml</Link>
<Content Include="..\..\..\output\WinStore\x86\Release\Esri.ArcGISRuntime.Toolkit.WindowsStore.xml">
<Link>References\CommonConfiguration\x86\Esri.ArcGISRuntime.Toolkit.WindowsStore.xml</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\..\src\WinStore\Esri.ArcGISRuntime.Toolkit\bin\x64\Release\Esri.ArcGISRuntime.Toolkit.dll">
<Link>References\CommonConfiguration\x64\Esri.ArcGISRuntime.Toolkit.dll</Link>
<Content Include="..\..\..\output\WinStore\x64\Release\Esri.ArcGISRuntime.Toolkit.WindowsStore.dll">
<Link>References\CommonConfiguration\x64\Esri.ArcGISRuntime.Toolkit.WindowsStore.dll</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\..\src\WinStore\Esri.ArcGISRuntime.Toolkit\bin\x64\Release\Esri.ArcGISRuntime.Toolkit.xml">
<Link>References\CommonConfiguration\x64\Esri.ArcGISRuntime.Toolkit.xml</Link>
<Content Include="..\..\..\output\WinStore\x64\Release\Esri.ArcGISRuntime.Toolkit.WindowsStore.xml">
<Link>References\CommonConfiguration\x64\Esri.ArcGISRuntime.Toolkit.WindowsStore.xml</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\..\src\WinStore\Esri.ArcGISRuntime.Toolkit\bin\ARM\Release\Esri.ArcGISRuntime.Toolkit.dll">
<Link>References\CommonConfiguration\ARM\Esri.ArcGISRuntime.Toolkit.dll</Link>
<Content Include="..\..\..\output\WinStore\ARM\Release\Esri.ArcGISRuntime.Toolkit.WindowsStore.dll">
<Link>References\CommonConfiguration\ARM\Esri.ArcGISRuntime.Toolkit.WindowsStore.dll</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\..\src\WinStore\Esri.ArcGISRuntime.Toolkit\bin\ARM\Release\Esri.ArcGISRuntime.Toolkit.xml">
<Link>References\CommonConfiguration\ARM\Esri.ArcGISRuntime.Toolkit.xml</Link>
<Content Include="..\..\..\output\WinStore\ARM\Release\Esri.ArcGISRuntime.Toolkit.WindowsStore.xml">
<Link>References\CommonConfiguration\ARM\Esri.ArcGISRuntime.Toolkit.WindowsStore.xml</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\..\src\WinStore\Esri.ArcGISRuntime.Toolkit\bin\x86\Release\Esri.ArcGISRuntime.Toolkit.pri">
<Link>Redist\CommonConfiguration\neutral\Esri.ArcGISRuntime.Toolkit.pri</Link>
<Content Include="..\..\..\output\ExtensionSDKs\Windows\v8.1\ExtensionSDKs\Esri.ArcGISRuntime.Toolkit\10.2.3\Redist\CommonConfiguration\neutral\Esri.ArcGISRuntime.Toolkit.WindowsStore.pri">
<Link>Redist\CommonConfiguration\neutral\Esri.ArcGISRuntime.Toolkit.WindowsStore.pri</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\..\..\src\WinStore\Esri.ArcGISRuntime.Toolkit\bin\x86\Release\Themes\Generic.xbf">
<Link>Redist\CommonConfiguration\neutral\Esri.ArcGISRuntime.Toolkit\Themes\Generic.xbf</Link>
<Content Include="..\..\..\output\ExtensionSDKs\Windows\v8.1\ExtensionSDKs\Esri.ArcGISRuntime.Toolkit\10.2.3\Redist\CommonConfiguration\neutral\Esri.ArcGISRuntime.Toolkit.WindowsStore\Themes\Generic.xbf">
<Link>Redist\CommonConfiguration\neutral\Esri.ArcGISRuntime.Toolkit.WindowsStore\Themes\Generic.xbf</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
Expand All @@ -109,9 +107,9 @@
<ItemGroup>
<Content Include="..\..\..\src\WinStore\Esri.ArcGISRuntime.Toolkit\Themes\Generic.xaml">
<Link>DesignTime\CommonConfiguration\neutral\Themes\Generic.xaml</Link>
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
34 changes: 17 additions & 17 deletions Deployment/VSIX/WinStore/source.extension.vsixmanifest
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Esri.ArcGISRuntime.Toolkit.WS" Version="10.2.2" Language="en-US" Publisher="Esri" />
<DisplayName>Toolkit for ArcGIS Runtime (WinStore)</DisplayName>
<Description xml:space="preserve">ArcGIS Runtime controls and utilities for Windows Store.</Description>
<MoreInfo>http://developers.arcgis.com/net</MoreInfo>
<License>license.txt</License>
<Tags>xaml winrt arcgis esri mapping map gis</Tags>
</Metadata>
<Installation Scope="Global">
<InstallationTarget Id="Microsoft.ExtensionSDK" TargetPlatformIdentifier="Windows" TargetPlatformVersion="v8.1" SdkName="Esri.ArcGISRuntime.Toolkit.WS" SdkVersion="10.2.2" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.ExtensionSDK" d:Source="File" Path="SDKManifest.xml" />
</Assets>
<Metadata>
<Identity Id="Esri.ArcGISRuntime.Toolkit.WS" Version="10.2.3" Language="en-US" Publisher="Esri" />
<DisplayName>Toolkit for ArcGIS Runtime (WinStore)</DisplayName>
<Description xml:space="preserve">ArcGIS Runtime controls and utilities for Windows Store.</Description>
<MoreInfo>http://links.esri.com/dotnetsdk</MoreInfo>
<License>license.txt</License>
<Tags>xaml, winrt, arcgis, esri, mapping, map, gis, wpf, windows store</Tags>
</Metadata>
<Installation Scope="Global">
<InstallationTarget Id="Microsoft.ExtensionSDK" TargetPlatformIdentifier="Windows" TargetPlatformVersion="v8.1" SdkName="Esri.ArcGISRuntime.Toolkit.WS" SdkVersion="10.2.3" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.ExtensionSDK" d:Source="File" Path="SDKManifest.xml" />
</Assets>
</PackageManifest>

0 comments on commit 8160480

Please sign in to comment.