|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio 14 |
| 4 | +VisualStudioVersion = 14.0.25420.1 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{C317F1B1-D75E-4C6D-83EB-80367343E0D7}" |
| 7 | + ProjectSection(SolutionItems) = preProject |
| 8 | + .editorconfig = .editorconfig |
| 9 | + global.json = global.json |
| 10 | + README.md = README.md |
| 11 | + EndProjectSection |
| 12 | +EndProject |
| 13 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{815C0625-CD3D-440F-9F80-2D83856AB7AE}" |
| 14 | +EndProject |
| 15 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{56801022-D71A-4FBE-BC5B-CBA08E2284EC}" |
| 16 | +EndProject |
| 17 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{9E574A07-F879-4811-9C41-5CBDC6BAFDB7}" |
| 18 | + ProjectSection(SolutionItems) = preProject |
| 19 | + src\Shared\AssemblyInfo.Common.cs = src\Shared\AssemblyInfo.Common.cs |
| 20 | + EndProjectSection |
| 21 | +EndProject |
| 22 | +Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SixLabors.Fonts", "src\SixLabors.Fonts\SixLabors.Fonts.xproj", "{09E744EC-4852-4FC7-BE78-C1B399F17967}" |
| 23 | +EndProject |
| 24 | +Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "SixLabors.Fonts.Tests", "tests\SixLabors.Fonts.Tests\SixLabors.Fonts.Tests.xproj", "{F836E8E6-B4D9-4208-8346-140C74678B91}" |
| 25 | +EndProject |
| 26 | +Global |
| 27 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 28 | + Debug|Any CPU = Debug|Any CPU |
| 29 | + Release|Any CPU = Release|Any CPU |
| 30 | + EndGlobalSection |
| 31 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 32 | + {09E744EC-4852-4FC7-BE78-C1B399F17967}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 33 | + {09E744EC-4852-4FC7-BE78-C1B399F17967}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 34 | + {09E744EC-4852-4FC7-BE78-C1B399F17967}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 35 | + {09E744EC-4852-4FC7-BE78-C1B399F17967}.Release|Any CPU.Build.0 = Release|Any CPU |
| 36 | + {F836E8E6-B4D9-4208-8346-140C74678B91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 37 | + {F836E8E6-B4D9-4208-8346-140C74678B91}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 38 | + {F836E8E6-B4D9-4208-8346-140C74678B91}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 39 | + {F836E8E6-B4D9-4208-8346-140C74678B91}.Release|Any CPU.Build.0 = Release|Any CPU |
| 40 | + EndGlobalSection |
| 41 | + GlobalSection(SolutionProperties) = preSolution |
| 42 | + HideSolutionNode = FALSE |
| 43 | + EndGlobalSection |
| 44 | + GlobalSection(NestedProjects) = preSolution |
| 45 | + {9E574A07-F879-4811-9C41-5CBDC6BAFDB7} = {815C0625-CD3D-440F-9F80-2D83856AB7AE} |
| 46 | + {09E744EC-4852-4FC7-BE78-C1B399F17967} = {815C0625-CD3D-440F-9F80-2D83856AB7AE} |
| 47 | + {F836E8E6-B4D9-4208-8346-140C74678B91} = {56801022-D71A-4FBE-BC5B-CBA08E2284EC} |
| 48 | + EndGlobalSection |
| 49 | +EndGlobal |
0 commit comments