Skip to content

Commit

Permalink
Updated .NET WPF exercises to Runtime 100.2.0 (#141)
Browse files Browse the repository at this point in the history
* Removed packages directories

These are binaries that don't belong in version control.

* Updated .NET WPF exercises to Runtime 100.2.0
  • Loading branch information
Gary Sheppard authored Jan 2, 2018
1 parent 819109a commit 7886f34
Show file tree
Hide file tree
Showing 1,042 changed files with 81 additions and 465,117 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This exercise walks you through the following:
Prerequisites:

- Install Visual Studio 2015
- [Install ArcGIS Runtime SDK for .NET (Version 100.1.0)](https://developers.arcgis.com/net/quartz/])
- [Install ArcGIS Runtime SDK for .NET (Version 100.2.0)](https://developers.arcgis.com/net/latest/)

If you need some help, you can refer to [the solution to this exercise](../../solutions/dotNETWPF/Ex1_MapAndScene), available in this repository.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
packages/
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="Esri.ArcGISRuntime, Version=100.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
<HintPath>packages\Esri.ArcGISRuntime.WPF.100.1.0\lib\net452\Esri.ArcGISRuntime.dll</HintPath>
<Private>False</Private>
<Reference Include="Esri.ArcGISRuntime, Version=100.2.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86, processorArchitecture=MSIL">
<HintPath>packages\Esri.ArcGISRuntime.WPF.100.2.0\lib\net452\Esri.ArcGISRuntime.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -78,9 +78,6 @@
<Resource Include="images\three_d.png" />
<Resource Include="images\two_d.png" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Resource Include="images\car.png" />
<Resource Include="images\drivetime.png" />
Expand All @@ -94,13 +91,16 @@
<Resource Include="images\zoom_in.png" />
<Resource Include="images\zoom_out.png" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="packages\Esri.ArcGISRuntime.WPF.100.1.0\build\net452\Esri.ArcGISRuntime.WPF.targets" Condition="Exists('packages\Esri.ArcGISRuntime.WPF.100.1.0\build\net452\Esri.ArcGISRuntime.WPF.targets')" />
<Import Project="packages\Esri.ArcGISRuntime.WPF.100.2.0\build\net452\Esri.ArcGISRuntime.WPF.targets" Condition="Exists('packages\Esri.ArcGISRuntime.WPF.100.2.0\build\net452\Esri.ArcGISRuntime.WPF.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('packages\Esri.ArcGISRuntime.WPF.100.1.0\build\net452\Esri.ArcGISRuntime.WPF.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Esri.ArcGISRuntime.WPF.100.1.0\build\net452\Esri.ArcGISRuntime.WPF.targets'))" />
<Error Condition="!Exists('packages\Esri.ArcGISRuntime.WPF.100.2.0\build\net452\Esri.ArcGISRuntime.WPF.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Esri.ArcGISRuntime.WPF.100.2.0\build\net452\Esri.ArcGISRuntime.WPF.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Esri.ArcGISRuntime" version="100.1.0" targetFramework="net452" />
<package id="Esri.ArcGISRuntime.WPF" version="100.1.0" targetFramework="net452" />
<package id="Esri.ArcGISRuntime" version="100.2.0" targetFramework="net452" />
<package id="Esri.ArcGISRuntime.WPF" version="100.2.0" targetFramework="net452" />
</packages>
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 7886f34

Please sign in to comment.