Skip to content

Commit

Permalink
[samples] de-duplicate GUIDs (#301)
Browse files Browse the repository at this point in the history
* fix duplicate sample GUIDs

* [phoneword] update screenshots

* update duplicate GUIDs
  • Loading branch information
conceptdev authored Aug 20, 2019
1 parent 6056e81 commit 3068296
Show file tree
Hide file tree
Showing 69 changed files with 290 additions and 291 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{789C36D3-D0A1-4438-BAA7-0B8FE98752A9}</ProjectGuid>
<ProjectGuid>{19A26E41-BEF9-47FA-9554-B01D549405BD}</ProjectGuid>
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>RotationDemo</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RotationDemo", "RotationDemo.csproj", "{789C36D3-D0A1-4438-BAA7-0B8FE98752A9}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RotationDemo", "RotationDemo.csproj", "{19A26E41-BEF9-47FA-9554-B01D549405BD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{789C36D3-D0A1-4438-BAA7-0B8FE98752A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{789C36D3-D0A1-4438-BAA7-0B8FE98752A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{789C36D3-D0A1-4438-BAA7-0B8FE98752A9}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{789C36D3-D0A1-4438-BAA7-0B8FE98752A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{789C36D3-D0A1-4438-BAA7-0B8FE98752A9}.Release|Any CPU.Build.0 = Release|Any CPU
{19A26E41-BEF9-47FA-9554-B01D549405BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19A26E41-BEF9-47FA-9554-B01D549405BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19A26E41-BEF9-47FA-9554-B01D549405BD}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{19A26E41-BEF9-47FA-9554-B01D549405BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19A26E41-BEF9-47FA-9554-B01D549405BD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
14 changes: 7 additions & 7 deletions BasicTableAdapter/BasicTableAdapter.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>{9C84A669-95F8-4F70-8DD5-44E6FE5098E8}</ProjectGuid>
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
Expand Down Expand Up @@ -62,11 +62,11 @@
<Content Include="Properties\AndroidManifest.xml" />
</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 BasicTableAdapter/BasicTableAdapter.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}") = "BasicTableAdapter", "BasicTableAdapter.csproj", "{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicTableAdapter", "BasicTableAdapter.csproj", "{9C84A669-95F8-4F70-8DD5-44E6FE5098E8}"
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
{9C84A669-95F8-4F70-8DD5-44E6FE5098E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C84A669-95F8-4F70-8DD5-44E6FE5098E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C84A669-95F8-4F70-8DD5-44E6FE5098E8}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{9C84A669-95F8-4F70-8DD5-44E6FE5098E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C84A669-95F8-4F70-8DD5-44E6FE5098E8}.Release|Any CPU.Build.0 = Release|Any CPU
{9C84A669-95F8-4F70-8DD5-44E6FE5098E8}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
14 changes: 7 additions & 7 deletions BuiltInViews/BuiltInViews.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuiltInViews", "BuiltInViews\BuiltInViews.csproj", "{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuiltInViews", "BuiltInViews\BuiltInViews.csproj", "{5946AB92-6C36-4B1E-8090-C0313CA44150}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuiltInExpandableViews", "BuiltInExpandableViews\BuiltInExpandableViews.csproj", "{05F960F8-83D2-4197-9E55-23702D357455}"
EndProject
Expand All @@ -19,12 +19,12 @@ Global
{05F960F8-83D2-4197-9E55-23702D357455}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05F960F8-83D2-4197-9E55-23702D357455}.Release|Any CPU.Build.0 = Release|Any CPU
{05F960F8-83D2-4197-9E55-23702D357455}.Release|Any CPU.Deploy.0 = Release|Any CPU
{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
{5946AB92-6C36-4B1E-8090-C0313CA44150}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5946AB92-6C36-4B1E-8090-C0313CA44150}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5946AB92-6C36-4B1E-8090-C0313CA44150}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{5946AB92-6C36-4B1E-8090-C0313CA44150}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5946AB92-6C36-4B1E-8090-C0313CA44150}.Release|Any CPU.Build.0 = Release|Any CPU
{5946AB92-6C36-4B1E-8090-C0313CA44150}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = BuiltInViews\BuiltInViews.csproj
Expand Down
2 changes: 1 addition & 1 deletion BuiltInViews/BuiltInViews/BuiltInViews.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}</ProjectGuid>
<ProjectGuid>{5946AB92-6C36-4B1E-8090-C0313CA44150}</ProjectGuid>
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
Expand Down
14 changes: 7 additions & 7 deletions CursorTableAdapter/CursorTableAdapter.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}") = "CursorTabledapter", "CursorTabledapter.csproj", "{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CursorTabledapter", "CursorTabledapter.csproj", "{D46E49E6-083D-4777-B787-30B0B885B52F}"
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
{D46E49E6-083D-4777-B787-30B0B885B52F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D46E49E6-083D-4777-B787-30B0B885B52F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D46E49E6-083D-4777-B787-30B0B885B52F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{D46E49E6-083D-4777-B787-30B0B885B52F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D46E49E6-083D-4777-B787-30B0B885B52F}.Release|Any CPU.Build.0 = Release|Any CPU
{D46E49E6-083D-4777-B787-30B0B885B52F}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
14 changes: 7 additions & 7 deletions CursorTableAdapter/CursorTabledapter.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>{D46E49E6-083D-4777-B787-30B0B885B52F}</ProjectGuid>
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
Expand Down Expand Up @@ -67,11 +67,11 @@
<Content Include="Properties\AndroidManifest.xml" />
</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 CustomRowView/CustomRowView.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>{95B16356-86E0-4DFF-B9C8-362C91C51239}</ProjectGuid>
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
Expand Down Expand Up @@ -80,11 +80,11 @@
</AndroidResource>
</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 CustomRowView/CustomRowView.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}") = "CustomRowView", "CustomRowView.csproj", "{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomRowView", "CustomRowView.csproj", "{95B16356-86E0-4DFF-B9C8-362C91C51239}"
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
{95B16356-86E0-4DFF-B9C8-362C91C51239}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95B16356-86E0-4DFF-B9C8-362C91C51239}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95B16356-86E0-4DFF-B9C8-362C91C51239}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{95B16356-86E0-4DFF-B9C8-362C91C51239}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95B16356-86E0-4DFF-B9C8-362C91C51239}.Release|Any CPU.Build.0 = Release|Any CPU
{95B16356-86E0-4DFF-B9C8-362C91C51239}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
14 changes: 7 additions & 7 deletions FastScroll/FastScroll.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>{4F00A603-3DF7-4BA7-A307-57E89164E9C1}</ProjectGuid>
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
Expand Down Expand Up @@ -63,11 +63,11 @@
<Content Include="Properties\AndroidManifest.xml" />
</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 FastScroll/FastScroll.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}") = "FastScroll", "FastScroll.csproj", "{BB3E2E74-C763-4CE8-A2E0-757BC0BE12EA}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastScroll", "FastScroll.csproj", "{4F00A603-3DF7-4BA7-A307-57E89164E9C1}"
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
{4F00A603-3DF7-4BA7-A307-57E89164E9C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F00A603-3DF7-4BA7-A307-57E89164E9C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F00A603-3DF7-4BA7-A307-57E89164E9C1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{4F00A603-3DF7-4BA7-A307-57E89164E9C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F00A603-3DF7-4BA7-A307-57E89164E9C1}.Release|Any CPU.Build.0 = Release|Any CPU
{4F00A603-3DF7-4BA7-A307-57E89164E9C1}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion GLCube-1.0/GLCube.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>{73A74ADF-6308-42A0-8BA6-2B5D53238546}</ProjectGuid>
<ProjectGuid>{19812DE8-8371-4A04-AE8E-4DCDB4AB5DF9}</ProjectGuid>
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
Expand Down
10 changes: 5 additions & 5 deletions GLCube-1.0/GLCube.sln
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GLCube", "GLCube.csproj", "{73A74ADF-6308-42A0-8BA6-2B5D53238546}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GLCube", "GLCube.csproj", "{19812DE8-8371-4A04-AE8E-4DCDB4AB5DF9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73A74ADF-6308-42A0-8BA6-2B5D53238546}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73A74ADF-6308-42A0-8BA6-2B5D53238546}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73A74ADF-6308-42A0-8BA6-2B5D53238546}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73A74ADF-6308-42A0-8BA6-2B5D53238546}.Release|Any CPU.Build.0 = Release|Any CPU
{19812DE8-8371-4A04-AE8E-4DCDB4AB5DF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19812DE8-8371-4A04-AE8E-4DCDB4AB5DF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19812DE8-8371-4A04-AE8E-4DCDB4AB5DF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19812DE8-8371-4A04-AE8E-4DCDB4AB5DF9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion GLDiagnostics30/GLDiag30.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>{73A74ADF-6308-42A0-8BA6-2B5D53238576}</ProjectGuid>
<ProjectGuid>{3053020A-AF6D-4365-A9A4-C3C0A5CFC6F3}</ProjectGuid>
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
Expand Down
Loading

0 comments on commit 3068296

Please sign in to comment.