-
Notifications
You must be signed in to change notification settings - Fork 7
/
Geta.Epi.FontThumbnail.sln
45 lines (45 loc) · 2.54 KB
/
Geta.Epi.FontThumbnail.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29021.104
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Geta.Epi.FontThumbnail", "src\Geta.Epi.FontThumbnail\Geta.Epi.FontThumbnail.csproj", "{4A904CA7-12CE-451B-BFE4-F135EA9FA04B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Geta.Epi.FontThumbnail.Tests", "src\Geta.Epi.FontThumbnail.Tests\Geta.Epi.FontThumbnail.Tests.csproj", "{C0DBB9E1-1A61-42F9-891E-2367CB3042B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Geta.Epi.FontThumbnail.EnumGenerator", "src\Geta.Epi.FontThumbnail.EnumGenerator\Geta.Epi.FontThumbnail.EnumGenerator.csproj", "{15B28C5F-0852-4772-832F-DB1B13B1828A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7FFB53EE-80FE-4CD3-BDEA-CD7175BC2D4E}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4A904CA7-12CE-451B-BFE4-F135EA9FA04B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A904CA7-12CE-451B-BFE4-F135EA9FA04B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A904CA7-12CE-451B-BFE4-F135EA9FA04B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A904CA7-12CE-451B-BFE4-F135EA9FA04B}.Release|Any CPU.Build.0 = Release|Any CPU
{C0DBB9E1-1A61-42F9-891E-2367CB3042B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0DBB9E1-1A61-42F9-891E-2367CB3042B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0DBB9E1-1A61-42F9-891E-2367CB3042B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0DBB9E1-1A61-42F9-891E-2367CB3042B8}.Release|Any CPU.Build.0 = Release|Any CPU
{15B28C5F-0852-4772-832F-DB1B13B1828A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15B28C5F-0852-4772-832F-DB1B13B1828A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15B28C5F-0852-4772-832F-DB1B13B1828A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15B28C5F-0852-4772-832F-DB1B13B1828A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C5750CBA-3972-4574-B08B-F240DEC691A1}
EndGlobalSection
EndGlobal