Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
dedupe mac sample guids
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptdev committed Aug 16, 2019
1 parent 60edc9f commit 2e1599d
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion GlossyClock/GlossyClock.csproj
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>{C216C98C-5912-4C5E-A90A-D95097189BA1}</ProjectGuid>
<ProjectGuid>{81AF6EA4-A2FC-40CE-B433-1C54873C17E0}</ProjectGuid>
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>GlossyClock</RootNamespace>
Expand Down
10 changes: 5 additions & 5 deletions GlossyClock/GlossyClock.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 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GlossyClock", "GlossyClock.csproj", "{C216C98C-5912-4C5E-A90A-D95097189BA1}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GlossyClock", "GlossyClock.csproj", "{81AF6EA4-A2FC-40CE-B433-1C54873C17E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C216C98C-5912-4C5E-A90A-D95097189BA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C216C98C-5912-4C5E-A90A-D95097189BA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C216C98C-5912-4C5E-A90A-D95097189BA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C216C98C-5912-4C5E-A90A-D95097189BA1}.Release|Any CPU.Build.0 = Release|Any CPU
{81AF6EA4-A2FC-40CE-B433-1C54873C17E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81AF6EA4-A2FC-40CE-B433-1C54873C17E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81AF6EA4-A2FC-40CE-B433-1C54873C17E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81AF6EA4-A2FC-40CE-B433-1C54873C17E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = GlossyClock.csproj
Expand Down
10 changes: 5 additions & 5 deletions MacDatabinding-XIBs/MacDatabinding.sln
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MacDatabinding", "MacDatabinding\MacDatabinding.csproj", "{566D3FBF-96C1-46B9-B9B3-24AD32417F18}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MacDatabinding", "MacDatabinding\MacDatabinding.csproj", "{4B76C698-91F5-48D6-9110-FE8BFA1E0210}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{566D3FBF-96C1-46B9-B9B3-24AD32417F18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{566D3FBF-96C1-46B9-B9B3-24AD32417F18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{566D3FBF-96C1-46B9-B9B3-24AD32417F18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{566D3FBF-96C1-46B9-B9B3-24AD32417F18}.Release|Any CPU.Build.0 = Release|Any CPU
{4B76C698-91F5-48D6-9110-FE8BFA1E0210}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B76C698-91F5-48D6-9110-FE8BFA1E0210}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B76C698-91F5-48D6-9110-FE8BFA1E0210}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B76C698-91F5-48D6-9110-FE8BFA1E0210}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion MacDatabinding-XIBs/MacDatabinding/MacDatabinding.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectGuid>{566D3FBF-96C1-46B9-B9B3-24AD32417F18}</ProjectGuid>
<ProjectGuid>{4B76C698-91F5-48D6-9110-FE8BFA1E0210}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>MacDatabinding</RootNamespace>
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
Expand Down
2 changes: 1 addition & 1 deletion OpenGL-NeHe/NeHeLesson13/NeHeLesson13.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>{53B10C45-06B2-474A-9D37-FAF559D961C0}</ProjectGuid>
<ProjectGuid>{2EE1B014-ED76-4926-875E-0A0EE058F448}</ProjectGuid>
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>NeHeLesson13</RootNamespace>
Expand Down
10 changes: 5 additions & 5 deletions OpenGL-NeHe/NeHeLesson13/NeHeLesson13.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}") = "NeHeLesson13", "NeHeLesson13.csproj", "{53B10C45-06B2-474A-9D37-FAF559D961C0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeHeLesson13", "NeHeLesson13.csproj", "{2EE1B014-ED76-4926-875E-0A0EE058F448}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Release|Any CPU.Build.0 = Release|Any CPU
{2EE1B014-ED76-4926-875E-0A0EE058F448}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EE1B014-ED76-4926-875E-0A0EE058F448}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EE1B014-ED76-4926-875E-0A0EE058F448}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EE1B014-ED76-4926-875E-0A0EE058F448}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = NeHeLesson13.csproj
Expand Down
2 changes: 1 addition & 1 deletion OpenGL-NeHe/NeHeLesson17/NeHeLesson17.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>{53B10C45-06B2-474A-9D37-FAF559D961C0}</ProjectGuid>
<ProjectGuid>{CDFF2EB2-F2EC-4B8B-8682-9EE84A125D9B}</ProjectGuid>
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>NeHeLesson17</RootNamespace>
Expand Down
10 changes: 5 additions & 5 deletions OpenGL-NeHe/NeHeLesson17/NeHeLesson17.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}") = "NeHeLesson17", "NeHeLesson17.csproj", "{53B10C45-06B2-474A-9D37-FAF559D961C0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeHeLesson17", "NeHeLesson17.csproj", "{CDFF2EB2-F2EC-4B8B-8682-9EE84A125D9B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Release|Any CPU.Build.0 = Release|Any CPU
{CDFF2EB2-F2EC-4B8B-8682-9EE84A125D9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDFF2EB2-F2EC-4B8B-8682-9EE84A125D9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDFF2EB2-F2EC-4B8B-8682-9EE84A125D9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDFF2EB2-F2EC-4B8B-8682-9EE84A125D9B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = NeHeLesson17.csproj
Expand Down
2 changes: 1 addition & 1 deletion OpenGL-NeHe/NeHeLesson2/NeHeLesson2.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>{53B10C45-06B2-474A-9D37-FAF559D961C0}</ProjectGuid>
<ProjectGuid>{F5E8ADE6-35DC-49E2-A9BB-0990582ADFAB}</ProjectGuid>
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>NeHeLesson2</RootNamespace>
Expand Down
10 changes: 5 additions & 5 deletions OpenGL-NeHe/NeHeLesson2/NeHeLesson2.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}") = "NeHeLesson2", "NeHeLesson2.csproj", "{53B10C45-06B2-474A-9D37-FAF559D961C0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeHeLesson2", "NeHeLesson2.csproj", "{F5E8ADE6-35DC-49E2-A9BB-0990582ADFAB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Release|Any CPU.Build.0 = Release|Any CPU
{F5E8ADE6-35DC-49E2-A9BB-0990582ADFAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5E8ADE6-35DC-49E2-A9BB-0990582ADFAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5E8ADE6-35DC-49E2-A9BB-0990582ADFAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5E8ADE6-35DC-49E2-A9BB-0990582ADFAB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = NeHeLesson2.csproj
Expand Down
2 changes: 1 addition & 1 deletion OpenGL-NeHe/NeHeLesson3/NeHeLesson3.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>{53B10C45-06B2-474A-9D37-FAF559D961C0}</ProjectGuid>
<ProjectGuid>{5DFACD91-6466-40FC-A7B9-0D02A315CCFB}</ProjectGuid>
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>NeHeLesson3</RootNamespace>
Expand Down
10 changes: 5 additions & 5 deletions OpenGL-NeHe/NeHeLesson3/NeHeLesson3.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}") = "NeHeLesson3", "NeHeLesson3.csproj", "{53B10C45-06B2-474A-9D37-FAF559D961C0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeHeLesson3", "NeHeLesson3.csproj", "{5DFACD91-6466-40FC-A7B9-0D02A315CCFB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Release|Any CPU.Build.0 = Release|Any CPU
{5DFACD91-6466-40FC-A7B9-0D02A315CCFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DFACD91-6466-40FC-A7B9-0D02A315CCFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DFACD91-6466-40FC-A7B9-0D02A315CCFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DFACD91-6466-40FC-A7B9-0D02A315CCFB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = NeHeLesson3.csproj
Expand Down
2 changes: 1 addition & 1 deletion OpenGL-NeHe/NeHeLesson4/NeHeLesson4.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>{53B10C45-06B2-474A-9D37-FAF559D961C0}</ProjectGuid>
<ProjectGuid>{038AAB94-73B0-4209-B1FC-B15204ED9EB8}</ProjectGuid>
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>NeHeLesson4</RootNamespace>
Expand Down
10 changes: 5 additions & 5 deletions OpenGL-NeHe/NeHeLesson4/NeHeLesson4.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}") = "NeHeLesson4", "NeHeLesson4.csproj", "{53B10C45-06B2-474A-9D37-FAF559D961C0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeHeLesson4", "NeHeLesson4.csproj", "{038AAB94-73B0-4209-B1FC-B15204ED9EB8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Release|Any CPU.Build.0 = Release|Any CPU
{038AAB94-73B0-4209-B1FC-B15204ED9EB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{038AAB94-73B0-4209-B1FC-B15204ED9EB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{038AAB94-73B0-4209-B1FC-B15204ED9EB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{038AAB94-73B0-4209-B1FC-B15204ED9EB8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = NeHeLesson4.csproj
Expand Down
2 changes: 1 addition & 1 deletion OpenGL-NeHe/NeHeLesson5/NeHeLesson5.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>{53B10C45-06B2-474A-9D37-FAF559D961C0}</ProjectGuid>
<ProjectGuid>{59D4586E-D2A5-4127-8F5E-755FC547E83B}</ProjectGuid>
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>NeHeLesson5</RootNamespace>
Expand Down
10 changes: 5 additions & 5 deletions OpenGL-NeHe/NeHeLesson5/NeHeLesson5.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}") = "NeHeLesson5", "NeHeLesson5.csproj", "{53B10C45-06B2-474A-9D37-FAF559D961C0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeHeLesson5", "NeHeLesson5.csproj", "{59D4586E-D2A5-4127-8F5E-755FC547E83B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53B10C45-06B2-474A-9D37-FAF559D961C0}.Release|Any CPU.Build.0 = Release|Any CPU
{59D4586E-D2A5-4127-8F5E-755FC547E83B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59D4586E-D2A5-4127-8F5E-755FC547E83B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59D4586E-D2A5-4127-8F5E-755FC547E83B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59D4586E-D2A5-4127-8F5E-755FC547E83B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = NeHeLesson5.csproj
Expand Down

0 comments on commit 2e1599d

Please sign in to comment.