Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 913fa79

Browse files
authored
Move sample to root and merge Markup sample (#685)
* Move sample to root and rename * Move Markup folder * Update azure-pipelines.yml * Update azure-pipelines.yml * Fix GTK build * Fixing references * Add Markup * Last fixes * Folder rename to be inline with .NET Foundation guidelines
1 parent fa93de1 commit 913fa79

File tree

410 files changed

+163
-1645
lines changed

Some content is hidden

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

410 files changed

+163
-1645
lines changed

Xamarin.CommunityToolkit.MarkupSample.sln

-207
This file was deleted.

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variables:
1111
RunPoliCheck: 'false'
1212
PathToCsproj: 'src/CommunityToolkit/Xamarin.CommunityToolkit/Xamarin.CommunityToolkit.csproj'
1313
PathToMarkupCsproj: 'src/Markup/Xamarin.CommunityToolkit.Markup/Xamarin.CommunityToolkit.Markup.csproj'
14-
PathToSln: 'Xamarin.CommunityToolkit.Sample.sln'
14+
PathToSln: 'samples/XCT.Sample.sln'
1515

1616
resources:
1717
repositories:
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@
106106
<AndroidResource Include="Resources\drawable\info.png" />
107107
</ItemGroup>
108108
<ItemGroup>
109-
<ProjectReference Include="..\Xamarin.CommunityToolkit.Sample\Xamarin.CommunityToolkit.Sample.csproj">
110-
<Project>{81AADE72-D666-4AB0-83D9-8FE366E0755E}</Project>
111-
<Name>Xamarin.CommunityToolkit.Sample</Name>
112-
</ProjectReference>
113-
<ProjectReference Include="..\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj">
109+
<ProjectReference Include="..\..\src\CommunityToolkit\Xamarin.CommunityToolkit\Xamarin.CommunityToolkit.csproj">
114110
<Project>{b0dcdf81-953d-47da-a7d4-0565339bf07c}</Project>
115111
<Name>Xamarin.CommunityToolkit</Name>
116112
</ProjectReference>
113+
<ProjectReference Include="..\XCT.Sample\Xamarin.CommunityToolkit.Sample.csproj">
114+
<Project>{81AADE72-D666-4AB0-83D9-8FE366E0755E}</Project>
115+
<Name>Xamarin.CommunityToolkit.Sample</Name>
116+
</ProjectReference>
117117
</ItemGroup>
118118
<ItemGroup>
119119
<AndroidResource Include="Resources\drawable\circle.png" />

0 commit comments

Comments
 (0)