-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPboneUtils.sln
39 lines (39 loc) · 1.93 KB
/
PboneUtils.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33801.468
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PboneUtils", "PboneUtils\PboneUtils.csproj", "{C777F20E-B7E6-4EFE-88BC-118ABE4013A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PboneLib", "PboneLib\PboneLib.csproj", "{00065798-7BDC-4D8A-91DA-3D5D37E74DCC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{08773450-FBD0-41FD-BE93-975D8C8E9716}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
PboneUtils\icon.png = PboneUtils\icon.png
PboneUtils\icon_small.png = PboneUtils\icon_small.png
PboneUtils\icon_workshop.png = PboneUtils\icon_workshop.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C777F20E-B7E6-4EFE-88BC-118ABE4013A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C777F20E-B7E6-4EFE-88BC-118ABE4013A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C777F20E-B7E6-4EFE-88BC-118ABE4013A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C777F20E-B7E6-4EFE-88BC-118ABE4013A0}.Release|Any CPU.Build.0 = Release|Any CPU
{00065798-7BDC-4D8A-91DA-3D5D37E74DCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00065798-7BDC-4D8A-91DA-3D5D37E74DCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00065798-7BDC-4D8A-91DA-3D5D37E74DCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00065798-7BDC-4D8A-91DA-3D5D37E74DCC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F2924FA5-2925-43AC-B057-34D2886D642F}
EndGlobalSection
EndGlobal