Skip to content

Commit 0da16a3

Browse files
committed
Fix duplicate sample GUID
1 parent 3068296 commit 0da16a3

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

AccessoryViews/AccessoryViews.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>{5D679FF9-CD92-445D-9E69-0EA807946575}</ProjectGuid>
99
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1010
<OutputType>Library</OutputType>
1111
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -74,11 +74,11 @@
7474
<AndroidResource Include="Resources\Drawable-hdpi\Vegetables.jpg" />
7575
</ItemGroup>
7676
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
77-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
78-
Other similar extension points exist, see Microsoft.Common.targets.
79-
<Target Name="BeforeBuild">
80-
</Target>
81-
<Target Name="AfterBuild">
82-
</Target>
77+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
78+
Other similar extension points exist, see Microsoft.Common.targets.
79+
<Target Name="BeforeBuild">
80+
</Target>
81+
<Target Name="AfterBuild">
82+
</Target>
8383
-->
8484
</Project>

AccessoryViews/AccessoryViews.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}") = "AccessoryViews", "AccessoryViews.csproj", "{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}"
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AccessoryViews", "AccessoryViews.csproj", "{5D679FF9-CD92-445D-9E69-0EA807946575}"
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+
{5D679FF9-CD92-445D-9E69-0EA807946575}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{5D679FF9-CD92-445D-9E69-0EA807946575}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{5D679FF9-CD92-445D-9E69-0EA807946575}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
15+
{5D679FF9-CD92-445D-9E69-0EA807946575}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{5D679FF9-CD92-445D-9E69-0EA807946575}.Release|Any CPU.Build.0 = Release|Any CPU
17+
{5D679FF9-CD92-445D-9E69-0EA807946575}.Release|Any CPU.Deploy.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)