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

Commit

Permalink
Remove invalid project from FileSystemSampleCode (#404)
Browse files Browse the repository at this point in the history
The FileSystem2.csproj project does not exist, its entry has been
removed from WorkingWithTheFileSystem.sln.
  • Loading branch information
pjcollins authored Aug 12, 2020
1 parent 6c133fa commit e020b63
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions FileSystemSampleCode/WorkingWithTheFileSystem.sln
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSystem2", "FileSystem2\FileSystem2.csproj", "{367D4ECC-D04A-41FB-A784-4D10F30666C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSystem", "FileSystem\FileSystem.csproj", "{7652DDB4-2A98-4533-8B7A-A662DACF04EB}"
EndProject
Global
Expand All @@ -13,14 +11,6 @@ Global
Release|iPhone = Release|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{367D4ECC-D04A-41FB-A784-4D10F30666C8}.Debug|iPhone.ActiveCfg = Debug|iPhone
{367D4ECC-D04A-41FB-A784-4D10F30666C8}.Debug|iPhone.Build.0 = Debug|iPhone
{367D4ECC-D04A-41FB-A784-4D10F30666C8}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{367D4ECC-D04A-41FB-A784-4D10F30666C8}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{367D4ECC-D04A-41FB-A784-4D10F30666C8}.Release|iPhone.ActiveCfg = Release|iPhone
{367D4ECC-D04A-41FB-A784-4D10F30666C8}.Release|iPhone.Build.0 = Release|iPhone
{367D4ECC-D04A-41FB-A784-4D10F30666C8}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{367D4ECC-D04A-41FB-A784-4D10F30666C8}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{7652DDB4-2A98-4533-8B7A-A662DACF04EB}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{7652DDB4-2A98-4533-8B7A-A662DACF04EB}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{7652DDB4-2A98-4533-8B7A-A662DACF04EB}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
Expand Down

0 comments on commit e020b63

Please sign in to comment.