@@ -5,19 +5,19 @@ VisualStudioVersion = 14.0.25420.1
55MinimumVisualStudioVersion = 10.0.40219.1
66Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}" ) = "GeekLearning.Storage" , "src\GeekLearning.Storage\GeekLearning.Storage.xproj" , "{1F419C53-73C6-4460-B284-6A49AE41C596}"
77EndProject
8- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Samples " , "Samples " , "{FBAC4C17-D755-49A9-959D-18FD6B95B543}"
8+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "samples " , "samples " , "{FBAC4C17-D755-49A9-959D-18FD6B95B543}"
99EndProject
1010Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}" ) = "GeekLearning.Storage.Azure" , "src\GeekLearning.Storage.Azure\GeekLearning.Storage.Azure.xproj" , "{FD8BB8F9-9AF5-4C12-B962-9E08C30B01E2}"
1111EndProject
1212Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}" ) = "GeekLearning.Storage.FileSystem" , "src\GeekLearning.Storage.FileSystem\GeekLearning.Storage.FileSystem.xproj" , "{4A12B042-76B3-471B-9235-F653E1ABE3C0}"
1313EndProject
1414Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}" ) = "GeekLearning.Storage.BasicSample" , "samples\GeekLearning.Storage.BasicSample\GeekLearning.Storage.BasicSample.xproj" , "{63416AEA-DA51-4D62-B566-DB7D9BC800DC}"
1515EndProject
16- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Tests " , "Tests " , "{2DAF5EF9-8F8E-4C51-BE2D-8D63CA143360}"
16+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tests " , "tests " , "{2DAF5EF9-8F8E-4C51-BE2D-8D63CA143360}"
1717EndProject
1818Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}" ) = "GeekLearning.Integration.Test" , "tests\GeekLearning.Integration.Test\GeekLearning.Integration.Test.xproj" , "{590B21B0-2AFA-4329-82AD-EF180C50EB5C}"
1919EndProject
20- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items " , "Solution Items " , "{6BEB33C6-FA17-4F58-ACC3-83C1EB28B604}"
20+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "items " , "items " , "{6BEB33C6-FA17-4F58-ACC3-83C1EB28B604}"
2121 Project Section (SolutionItems ) = preProject
2222 .gitattributes = .gitattributes
2323 .gitignore = .gitignore
@@ -29,6 +29,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2929EndProject
3030Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}" ) = "GeekLearning.Storage.FileSystem.Server" , "src\GeekLearning.Storage.FileSystem.Server\GeekLearning.Storage.FileSystem.Server.xproj" , "{9D94CD6C-9451-449A-BED2-1C07D624A8E0}"
3131EndProject
32+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{520AB1D3-C501-40FD-ACEB-7CC0D1F00B90}"
33+ EndProject
3234Global
3335 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
3436 Debug| Any CPU = Debug| Any CPU
@@ -64,7 +66,11 @@ Global
6466 HideSolutionNode = FALSE
6567 EndGlobalSection
6668 GlobalSection (NestedProjects ) = preSolution
69+ {1F419C53-73C6-4460-B284-6A49AE41C596} = {520AB1D3-C501-40FD-ACEB-7CC0D1F00B90}
70+ {FD8BB8F9-9AF5-4C12-B962-9E08C30B01E2} = {520AB1D3-C501-40FD-ACEB-7CC0D1F00B90}
71+ {4A12B042-76B3-471B-9235-F653E1ABE3C0} = {520AB1D3-C501-40FD-ACEB-7CC0D1F00B90}
6772 {63416AEA-DA51-4D62-B566-DB7D9BC800DC} = {FBAC4C17-D755-49A9-959D-18FD6B95B543}
6873 {590B21B0-2AFA-4329-82AD-EF180C50EB5C} = {2DAF5EF9-8F8E-4C51-BE2D-8D63CA143360}
74+ {9D94CD6C-9451-449A-BED2-1C07D624A8E0} = {520AB1D3-C501-40FD-ACEB-7CC0D1F00B90}
6975 EndGlobalSection
7076EndGlobal
0 commit comments