Skip to content

Commit

Permalink
Fix duplicate sample GUID
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptdev committed Aug 20, 2019
1 parent 3068296 commit 0da16a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions AccessoryViews/AccessoryViews.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}</ProjectGuid>
<ProjectGuid>{5D679FF9-CD92-445D-9E69-0EA807946575}</ProjectGuid>
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
Expand Down Expand Up @@ -74,11 +74,11 @@
<AndroidResource Include="Resources\Drawable-hdpi\Vegetables.jpg" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
<!-- 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.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</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.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
14 changes: 7 additions & 7 deletions AccessoryViews/AccessoryViews.sln
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AccessoryViews", "AccessoryViews.csproj", "{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AccessoryViews", "AccessoryViews.csproj", "{5D679FF9-CD92-445D-9E69-0EA807946575}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Release|Any CPU.Build.0 = Release|Any CPU
{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}.Release|Any CPU.Deploy.0 = Release|Any CPU
{5D679FF9-CD92-445D-9E69-0EA807946575}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D679FF9-CD92-445D-9E69-0EA807946575}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D679FF9-CD92-445D-9E69-0EA807946575}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{5D679FF9-CD92-445D-9E69-0EA807946575}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D679FF9-CD92-445D-9E69-0EA807946575}.Release|Any CPU.Build.0 = Release|Any CPU
{5D679FF9-CD92-445D-9E69-0EA807946575}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 0da16a3

Please sign in to comment.