|
61 | 61 | <None Remove="Samples\MapView\FilterByTimeExtent\**" />
|
62 | 62 | </ItemGroup>
|
63 | 63 |
|
64 |
| - <!-- Exclude some samples on mac catalyst --> |
65 |
| - <ItemGroup Condition="$(TargetFramework.StartsWith('net7.0-maccatalyst')) == true"> |
| 64 | + <!-- Exclude Indoor Positioning on desktop platforms --> |
| 65 | + <ItemGroup Condition="$(TargetFramework.StartsWith('net7.0-maccatalyst')) or $(TargetFramework.StartsWith('net7.0-windows'))"> |
66 | 66 | <AndroidResource Remove="Samples\Location\IndoorPositioning\**" />
|
67 | 67 | <Compile Remove="Samples\Location\IndoorPositioning\**" />
|
68 | 68 | <EmbeddedResource Remove="Samples\Location\IndoorPositioning\**" />
|
|
82 | 82 | <ItemGroup>
|
83 | 83 | <None Remove="Resources\SettingsPage\*.md" />
|
84 | 84 | <EmbeddedResource Include="Resources\SettingsPage\*.md" />
|
85 |
| - <Content Include="Samples\**\*.md" Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" /> |
86 | 85 | <Content Include="Samples\**\*.jpg" Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" />
|
87 |
| - <BundleResource Include="Samples\**\*.md" Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'iOS'" /> |
88 |
| - <AndroidAsset Include="Samples\**\*.jpg" Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" /> |
89 |
| - <AndroidAsset Include="Samples\**\*.md" Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" /> |
90 | 86 | </ItemGroup>
|
91 | 87 |
|
92 | 88 | <!-- Resource outputs for description and source code viewing -->
|
93 | 89 | <ItemGroup>
|
94 |
| - <EmbeddedResource Include="Samples\**\*.md" /> |
95 |
| - <EmbeddedResource Include="Samples\**\*.jpg" /> |
| 90 | + <None Remove="Samples\**\*.md" /> |
| 91 | + <MauiAsset Include="Samples\**\*.md" /> |
| 92 | + <MauiImage Include="Samples\**\*.jpg" /> |
96 | 93 | <EmbeddedResource Include="Samples\**\*.cs" />
|
97 | 94 | <EmbeddedResource Include="Helpers\**\*.cs" />
|
98 | 95 | <EmbeddedResource Include="SyntaxHighlighting\highlight.js" />
|
99 | 96 | </ItemGroup>
|
100 |
| - |
101 | 97 | <ItemGroup>
|
| 98 | + <MauiImage Include="Resources\Thumbnails\placeholder_android.jpg" /> |
102 | 99 | <None Remove="Resources\Icons\*.svg" />
|
103 | 100 | <MauiImage Include="Resources\Icons\*.svg" />
|
104 | 101 | </ItemGroup>
|
105 | 102 |
|
106 | 103 | <ItemGroup>
|
107 | 104 | <None Remove="Resources\Fonts\calcite-ui-icons-24.ttf" />
|
108 | 105 | </ItemGroup>
|
| 106 | + <ItemGroup> |
| 107 | + <Compile Remove="Helpers\SampleTreeViewBuilder.cs" /> |
| 108 | + </ItemGroup> |
| 109 | + <ItemGroup> |
| 110 | + <MauiImage Include="Resources\Thumbnails\placeholder_ios.jpg" /> |
| 111 | + <MauiImage Include="Resources\Thumbnails\placeholder_maccatalyst.jpg" /> |
| 112 | + </ItemGroup> |
109 | 113 | <ItemGroup>
|
110 | 114 | <EmbeddedResource Include="Resources\PictureMarkerSymbols\pin_blue.png" />
|
111 | 115 | <EmbeddedResource Include="Resources\PictureMarkerSymbols\pin_star_blue.png" />
|
112 | 116 | </ItemGroup>
|
113 | 117 | <ItemGroup>
|
| 118 | + <MauiAsset Include="Resources\Thumbnails\placeholder_windows.jpg" /> |
114 | 119 | <MauiAsset Include="SyntaxHighlighting\github-markdown.css">
|
115 | 120 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
116 | 121 | </MauiAsset>
|
|
128 | 133 | </MauiAsset>
|
129 | 134 | </ItemGroup>
|
130 | 135 | <ItemGroup>
|
131 |
| - <PackageReference Include="Esri.ArcGISRuntime.Hydrography" Version="200.0.0" /> |
132 |
| - <PackageReference Include="Esri.ArcGISRuntime.Maui" Version="200.0.0" /> |
133 |
| - <PackageReference Include="Esri.ArcGISRuntime.Toolkit.Maui" Version="200.0.0" /> |
| 136 | + <PackageReference Include="CommunityToolkit.Maui" Version="5.0.0" /> |
| 137 | + <PackageReference Include="CommunityToolkit.Mvvm" Version="8.1.0" /> |
| 138 | + <PackageReference Include="Esri.ArcGISRuntime.Hydrography" Version="200.1.0" /> |
| 139 | + <PackageReference Include="Esri.ArcGISRuntime.Maui" Version="200.1.0" /> |
| 140 | + <PackageReference Include="Esri.ArcGISRuntime.Toolkit.Maui" Version="200.1.0" /> |
134 | 141 | <PackageReference Include="Markdig" Version="0.30.4" />
|
| 142 | + <PackageReference Include="System.Drawing.Common" Version="7.0.0" /> |
135 | 143 | </ItemGroup>
|
136 | 144 |
|
137 | 145 | <!-- WinUIEx is used to workaround the lack of a WebAuthenticationBroker for WinUI. https://github.com/microsoft/WindowsAppSDK/issues/441 -->
|
|
145 | 153 | </PackageReference>
|
146 | 154 | </ItemGroup>
|
147 | 155 | <ItemGroup>
|
| 156 | + <Compile Update="ApiKeyView.xaml.cs"> |
| 157 | + <DependentUpon>ApiKeyView.xaml</DependentUpon> |
| 158 | + </Compile> |
| 159 | + <Compile Update="AppShell.xaml.cs"> |
| 160 | + <DependentUpon>AppShell.xaml</DependentUpon> |
| 161 | + </Compile> |
| 162 | + <Compile Update="ScreenshotView.xaml.cs"> |
| 163 | + <DependentUpon>ScreenshotView.xaml</DependentUpon> |
| 164 | + </Compile> |
| 165 | + <Compile Update="SettingsPage.xaml.cs"> |
| 166 | + <DependentUpon>SettingsPage.xaml</DependentUpon> |
| 167 | + </Compile> |
| 168 | + </ItemGroup> |
| 169 | + <ItemGroup> |
| 170 | + <MauiXaml Update="ApiKeyPage.xaml"> |
| 171 | + <Generator>MSBuild:Compile</Generator> |
| 172 | + </MauiXaml> |
| 173 | + <MauiXaml Update="AppShell.xaml"> |
| 174 | + <Generator>MSBuild:Compile</Generator> |
| 175 | + </MauiXaml> |
| 176 | + <MauiXaml Update="CategoryPage.xaml"> |
| 177 | + <Generator>MSBuild:Compile</Generator> |
| 178 | + </MauiXaml> |
| 179 | + <MauiXaml Update="ScreenshotView.xaml"> |
| 180 | + <Generator>MSBuild:Compile</Generator> |
| 181 | + </MauiXaml> |
| 182 | + <MauiXaml Update="SearchPopup.xaml"> |
| 183 | + <Generator>MSBuild:Compile</Generator> |
| 184 | + </MauiXaml> |
| 185 | + <MauiXaml Update="SettingsPage.xaml"> |
| 186 | + <Generator>MSBuild:Compile</Generator> |
| 187 | + </MauiXaml> |
148 | 188 | <MauiFont Update="Resources\Fonts\calcite-ui-icons-24.ttf">
|
149 | 189 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
150 | 190 | </MauiFont>
|
|
0 commit comments