Skip to content

Commit 3068296

Browse files
authored
[samples] de-duplicate GUIDs (#301)
* fix duplicate sample GUIDs * [phoneword] update screenshots * update duplicate GUIDs
1 parent 6056e81 commit 3068296

File tree

69 files changed

+290
-291
lines changed

Some content is hidden

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

69 files changed

+290
-291
lines changed

ApplicationFundamentals/RotationDemo/RotationDemo/RotationDemo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
66
<ProductVersion>10.0.0</ProductVersion>
77
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>{789C36D3-D0A1-4438-BAA7-0B8FE98752A9}</ProjectGuid>
8+
<ProjectGuid>{19A26E41-BEF9-47FA-9554-B01D549405BD}</ProjectGuid>
99
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1010
<OutputType>Library</OutputType>
1111
<RootNamespace>RotationDemo</RootNamespace>

ApplicationFundamentals/RotationDemo/RotationDemo/RotationDemo.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 2013
33
VisualStudioVersion = 12.0.21005.1
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RotationDemo", "RotationDemo.csproj", "{789C36D3-D0A1-4438-BAA7-0B8FE98752A9}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RotationDemo", "RotationDemo.csproj", "{19A26E41-BEF9-47FA-9554-B01D549405BD}"
66
EndProject
77
Global
88
GlobalSection(SolutionConfigurationPlatforms) = preSolution
99
Debug|Any CPU = Debug|Any CPU
1010
Release|Any CPU = Release|Any CPU
1111
EndGlobalSection
1212
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13-
{789C36D3-D0A1-4438-BAA7-0B8FE98752A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{789C36D3-D0A1-4438-BAA7-0B8FE98752A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{789C36D3-D0A1-4438-BAA7-0B8FE98752A9}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
16-
{789C36D3-D0A1-4438-BAA7-0B8FE98752A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{789C36D3-D0A1-4438-BAA7-0B8FE98752A9}.Release|Any CPU.Build.0 = Release|Any CPU
13+
{19A26E41-BEF9-47FA-9554-B01D549405BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{19A26E41-BEF9-47FA-9554-B01D549405BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{19A26E41-BEF9-47FA-9554-B01D549405BD}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
16+
{19A26E41-BEF9-47FA-9554-B01D549405BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{19A26E41-BEF9-47FA-9554-B01D549405BD}.Release|Any CPU.Build.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE

BasicTableAdapter/BasicTableAdapter.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
66
<ProductVersion>8.0.30703</ProductVersion>
77
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}</ProjectGuid>
8+
<ProjectGuid>{9C84A669-95F8-4F70-8DD5-44E6FE5098E8}</ProjectGuid>
99
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1010
<OutputType>Library</OutputType>
1111
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -62,11 +62,11 @@
6262
<Content Include="Properties\AndroidManifest.xml" />
6363
</ItemGroup>
6464
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
65-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
66-
Other similar extension points exist, see Microsoft.Common.targets.
67-
<Target Name="BeforeBuild">
68-
</Target>
69-
<Target Name="AfterBuild">
70-
</Target>
65+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
66+
Other similar extension points exist, see Microsoft.Common.targets.
67+
<Target Name="BeforeBuild">
68+
</Target>
69+
<Target Name="AfterBuild">
70+
</Target>
7171
-->
7272
</Project>

BasicTableAdapter/BasicTableAdapter.sln

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11

22
Microsoft Visual Studio Solution File, Format Version 11.00
33
# Visual Studio 2010
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicTableAdapter", "BasicTableAdapter.csproj", "{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}"
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicTableAdapter", "BasicTableAdapter.csproj", "{9C84A669-95F8-4F70-8DD5-44E6FE5098E8}"
55
EndProject
66
Global
77
GlobalSection(SolutionConfigurationPlatforms) = preSolution
88
Debug|Any CPU = Debug|Any CPU
99
Release|Any CPU = Release|Any CPU
1010
EndGlobalSection
1111
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
14-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
15-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Release|Any CPU.Build.0 = Release|Any CPU
17-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Release|Any CPU.Deploy.0 = Release|Any CPU
12+
{9C84A669-95F8-4F70-8DD5-44E6FE5098E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{9C84A669-95F8-4F70-8DD5-44E6FE5098E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{9C84A669-95F8-4F70-8DD5-44E6FE5098E8}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
15+
{9C84A669-95F8-4F70-8DD5-44E6FE5098E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{9C84A669-95F8-4F70-8DD5-44E6FE5098E8}.Release|Any CPU.Build.0 = Release|Any CPU
17+
{9C84A669-95F8-4F70-8DD5-44E6FE5098E8}.Release|Any CPU.Deploy.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE

BuiltInViews/BuiltInViews.sln

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2012
44
VisualStudioVersion = 12.0.21005.1
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuiltInViews", "BuiltInViews\BuiltInViews.csproj", "{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuiltInViews", "BuiltInViews\BuiltInViews.csproj", "{5946AB92-6C36-4B1E-8090-C0313CA44150}"
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuiltInExpandableViews", "BuiltInExpandableViews\BuiltInExpandableViews.csproj", "{05F960F8-83D2-4197-9E55-23702D357455}"
99
EndProject
@@ -19,12 +19,12 @@ Global
1919
{05F960F8-83D2-4197-9E55-23702D357455}.Release|Any CPU.ActiveCfg = Release|Any CPU
2020
{05F960F8-83D2-4197-9E55-23702D357455}.Release|Any CPU.Build.0 = Release|Any CPU
2121
{05F960F8-83D2-4197-9E55-23702D357455}.Release|Any CPU.Deploy.0 = Release|Any CPU
22-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
24-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
25-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
26-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Release|Any CPU.Build.0 = Release|Any CPU
27-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Release|Any CPU.Deploy.0 = Release|Any CPU
22+
{5946AB92-6C36-4B1E-8090-C0313CA44150}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23+
{5946AB92-6C36-4B1E-8090-C0313CA44150}.Debug|Any CPU.Build.0 = Debug|Any CPU
24+
{5946AB92-6C36-4B1E-8090-C0313CA44150}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
25+
{5946AB92-6C36-4B1E-8090-C0313CA44150}.Release|Any CPU.ActiveCfg = Release|Any CPU
26+
{5946AB92-6C36-4B1E-8090-C0313CA44150}.Release|Any CPU.Build.0 = Release|Any CPU
27+
{5946AB92-6C36-4B1E-8090-C0313CA44150}.Release|Any CPU.Deploy.0 = Release|Any CPU
2828
EndGlobalSection
2929
GlobalSection(MonoDevelopProperties) = preSolution
3030
StartupItem = BuiltInViews\BuiltInViews.csproj

BuiltInViews/BuiltInViews/BuiltInViews.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6-
<ProjectGuid>{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}</ProjectGuid>
6+
<ProjectGuid>{5946AB92-6C36-4B1E-8090-C0313CA44150}</ProjectGuid>
77
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>

CursorTableAdapter/CursorTableAdapter.sln

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11

22
Microsoft Visual Studio Solution File, Format Version 11.00
33
# Visual Studio 2010
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CursorTabledapter", "CursorTabledapter.csproj", "{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}"
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CursorTabledapter", "CursorTabledapter.csproj", "{D46E49E6-083D-4777-B787-30B0B885B52F}"
55
EndProject
66
Global
77
GlobalSection(SolutionConfigurationPlatforms) = preSolution
88
Debug|Any CPU = Debug|Any CPU
99
Release|Any CPU = Release|Any CPU
1010
EndGlobalSection
1111
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
14-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
15-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Release|Any CPU.Build.0 = Release|Any CPU
17-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Release|Any CPU.Deploy.0 = Release|Any CPU
12+
{D46E49E6-083D-4777-B787-30B0B885B52F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{D46E49E6-083D-4777-B787-30B0B885B52F}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{D46E49E6-083D-4777-B787-30B0B885B52F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
15+
{D46E49E6-083D-4777-B787-30B0B885B52F}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{D46E49E6-083D-4777-B787-30B0B885B52F}.Release|Any CPU.Build.0 = Release|Any CPU
17+
{D46E49E6-083D-4777-B787-30B0B885B52F}.Release|Any CPU.Deploy.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE

CursorTableAdapter/CursorTabledapter.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
66
<ProductVersion>8.0.30703</ProductVersion>
77
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}</ProjectGuid>
8+
<ProjectGuid>{D46E49E6-083D-4777-B787-30B0B885B52F}</ProjectGuid>
99
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1010
<OutputType>Library</OutputType>
1111
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -67,11 +67,11 @@
6767
<Content Include="Properties\AndroidManifest.xml" />
6868
</ItemGroup>
6969
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
70-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
71-
Other similar extension points exist, see Microsoft.Common.targets.
72-
<Target Name="BeforeBuild">
73-
</Target>
74-
<Target Name="AfterBuild">
75-
</Target>
70+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
71+
Other similar extension points exist, see Microsoft.Common.targets.
72+
<Target Name="BeforeBuild">
73+
</Target>
74+
<Target Name="AfterBuild">
75+
</Target>
7676
-->
7777
</Project>

CustomRowView/CustomRowView.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
66
<ProductVersion>8.0.30703</ProductVersion>
77
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}</ProjectGuid>
8+
<ProjectGuid>{95B16356-86E0-4DFF-B9C8-362C91C51239}</ProjectGuid>
99
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1010
<OutputType>Library</OutputType>
1111
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -80,11 +80,11 @@
8080
</AndroidResource>
8181
</ItemGroup>
8282
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
83-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
84-
Other similar extension points exist, see Microsoft.Common.targets.
85-
<Target Name="BeforeBuild">
86-
</Target>
87-
<Target Name="AfterBuild">
88-
</Target>
83+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
84+
Other similar extension points exist, see Microsoft.Common.targets.
85+
<Target Name="BeforeBuild">
86+
</Target>
87+
<Target Name="AfterBuild">
88+
</Target>
8989
-->
9090
</Project>

CustomRowView/CustomRowView.sln

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11

22
Microsoft Visual Studio Solution File, Format Version 11.00
33
# Visual Studio 2010
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomRowView", "CustomRowView.csproj", "{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}"
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomRowView", "CustomRowView.csproj", "{95B16356-86E0-4DFF-B9C8-362C91C51239}"
55
EndProject
66
Global
77
GlobalSection(SolutionConfigurationPlatforms) = preSolution
88
Debug|Any CPU = Debug|Any CPU
99
Release|Any CPU = Release|Any CPU
1010
EndGlobalSection
1111
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
14-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
15-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Release|Any CPU.Build.0 = Release|Any CPU
17-
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Release|Any CPU.Deploy.0 = Release|Any CPU
12+
{95B16356-86E0-4DFF-B9C8-362C91C51239}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{95B16356-86E0-4DFF-B9C8-362C91C51239}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{95B16356-86E0-4DFF-B9C8-362C91C51239}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
15+
{95B16356-86E0-4DFF-B9C8-362C91C51239}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{95B16356-86E0-4DFF-B9C8-362C91C51239}.Release|Any CPU.Build.0 = Release|Any CPU
17+
{95B16356-86E0-4DFF-B9C8-362C91C51239}.Release|Any CPU.Deploy.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)