-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPengu.Engine.sln
62 lines (62 loc) · 3.58 KB
/
Pengu.Engine.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
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pengu.Engine", "Pengu.Engine\Pengu.Engine.csproj", "{29179493-710D-421E-AD1F-E1F1ED0E22A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pengu.FontGen", "Pengu.FontGen\Pengu.FontGen.csproj", "{71420FC9-0CA7-45F9-93B9-EF58C940951D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E2053655-C9C7-40D8-88B0-729831B23A81}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Pengu.Dependencies", "Pengu.Dependencies\Pengu.Dependencies.shproj", "{563ADD79-03A9-48DA-93C4-1300DC282E38}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Pengu.Dependencies\Pengu.Dependencies.projitems*{29179493-710d-421e-ad1f-e1f1ed0e22a5}*SharedItemsImports = 5
Pengu.Dependencies\Pengu.Dependencies.projitems*{563add79-03a9-48da-93c4-1300dc282e38}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29179493-710D-421E-AD1F-E1F1ED0E22A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29179493-710D-421E-AD1F-E1F1ED0E22A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29179493-710D-421E-AD1F-E1F1ED0E22A5}.Debug|x64.ActiveCfg = Debug|Any CPU
{29179493-710D-421E-AD1F-E1F1ED0E22A5}.Debug|x64.Build.0 = Debug|Any CPU
{29179493-710D-421E-AD1F-E1F1ED0E22A5}.Debug|x86.ActiveCfg = Debug|Any CPU
{29179493-710D-421E-AD1F-E1F1ED0E22A5}.Debug|x86.Build.0 = Debug|Any CPU
{29179493-710D-421E-AD1F-E1F1ED0E22A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29179493-710D-421E-AD1F-E1F1ED0E22A5}.Release|Any CPU.Build.0 = Release|Any CPU
{29179493-710D-421E-AD1F-E1F1ED0E22A5}.Release|x64.ActiveCfg = Release|Any CPU
{29179493-710D-421E-AD1F-E1F1ED0E22A5}.Release|x64.Build.0 = Release|Any CPU
{29179493-710D-421E-AD1F-E1F1ED0E22A5}.Release|x86.ActiveCfg = Release|Any CPU
{29179493-710D-421E-AD1F-E1F1ED0E22A5}.Release|x86.Build.0 = Release|Any CPU
{71420FC9-0CA7-45F9-93B9-EF58C940951D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71420FC9-0CA7-45F9-93B9-EF58C940951D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71420FC9-0CA7-45F9-93B9-EF58C940951D}.Debug|x64.ActiveCfg = Debug|Any CPU
{71420FC9-0CA7-45F9-93B9-EF58C940951D}.Debug|x64.Build.0 = Debug|Any CPU
{71420FC9-0CA7-45F9-93B9-EF58C940951D}.Debug|x86.ActiveCfg = Debug|Any CPU
{71420FC9-0CA7-45F9-93B9-EF58C940951D}.Debug|x86.Build.0 = Debug|Any CPU
{71420FC9-0CA7-45F9-93B9-EF58C940951D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71420FC9-0CA7-45F9-93B9-EF58C940951D}.Release|Any CPU.Build.0 = Release|Any CPU
{71420FC9-0CA7-45F9-93B9-EF58C940951D}.Release|x64.ActiveCfg = Release|Any CPU
{71420FC9-0CA7-45F9-93B9-EF58C940951D}.Release|x64.Build.0 = Release|Any CPU
{71420FC9-0CA7-45F9-93B9-EF58C940951D}.Release|x86.ActiveCfg = Release|Any CPU
{71420FC9-0CA7-45F9-93B9-EF58C940951D}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0DAE7494-6EC4-4412-82FB-636623266C66}
EndGlobalSection
EndGlobal