forked from rionmonster/Glyphfriend
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGlyphfriend.sln
57 lines (57 loc) · 3.58 KB
/
Glyphfriend.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
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Glyphfriend.Core", "src\Glyphfriend.Core\Glyphfriend.Core.shproj", "{8189A63E-D159-4195-BE2E-D44B022B45AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glyphfriend.Packager", "src\Glyphfriend.Packager\Glyphfriend.Packager.csproj", "{1D2D5AC8-59A5-4A8C-AA3C-FD11CB385D5E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glyphfriend.VS2017", "src\Glyphfriend.VS2017\Glyphfriend.VS2017.csproj", "{D1402395-BE4D-4C7F-A5A2-A5EC6AC57F8E}"
ProjectSection(ProjectDependencies) = postProject
{1D2D5AC8-59A5-4A8C-AA3C-FD11CB385D5E} = {1D2D5AC8-59A5-4A8C-AA3C-FD11CB385D5E}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glyphfriend.VS2015", "src\Glyphfriend.VS2015\Glyphfriend.VS2015.csproj", "{FA04448A-6A92-45F6-904B-683029DE66A3}"
ProjectSection(ProjectDependencies) = postProject
{1D2D5AC8-59A5-4A8C-AA3C-FD11CB385D5E} = {1D2D5AC8-59A5-4A8C-AA3C-FD11CB385D5E}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glyphfriend.VS2019", "src\Glyphfriend.VS2019\Glyphfriend.VS2019.csproj", "{A9C4638D-E297-4182-9354-F866DD6F2863}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
src\Glyphfriend.Core\Glyphfriend.Core.projitems*{8189a63e-d159-4195-be2e-d44b022b45ab}*SharedItemsImports = 13
src\Glyphfriend.Core\Glyphfriend.Core.projitems*{a9c4638d-e297-4182-9354-f866dd6f2863}*SharedItemsImports = 4
src\Glyphfriend.Core\Glyphfriend.Core.projitems*{d1402395-be4d-4c7f-a5a2-a5ec6ac57f8e}*SharedItemsImports = 4
src\Glyphfriend.Core\Glyphfriend.Core.projitems*{fa04448a-6a92-45f6-904b-683029de66a3}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D2D5AC8-59A5-4A8C-AA3C-FD11CB385D5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D2D5AC8-59A5-4A8C-AA3C-FD11CB385D5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D2D5AC8-59A5-4A8C-AA3C-FD11CB385D5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D2D5AC8-59A5-4A8C-AA3C-FD11CB385D5E}.Release|Any CPU.Build.0 = Release|Any CPU
{D1402395-BE4D-4C7F-A5A2-A5EC6AC57F8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1402395-BE4D-4C7F-A5A2-A5EC6AC57F8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1402395-BE4D-4C7F-A5A2-A5EC6AC57F8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1402395-BE4D-4C7F-A5A2-A5EC6AC57F8E}.Release|Any CPU.Build.0 = Release|Any CPU
{FA04448A-6A92-45F6-904B-683029DE66A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA04448A-6A92-45F6-904B-683029DE66A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA04448A-6A92-45F6-904B-683029DE66A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA04448A-6A92-45F6-904B-683029DE66A3}.Release|Any CPU.Build.0 = Release|Any CPU
{A9C4638D-E297-4182-9354-F866DD6F2863}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9C4638D-E297-4182-9354-F866DD6F2863}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9C4638D-E297-4182-9354-F866DD6F2863}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9C4638D-E297-4182-9354-F866DD6F2863}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F8133097-214C-4D1F-9BA3-E95293CAA800}
EndGlobalSection
EndGlobal