This repository has been archived by the owner on Nov 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
MineLib.PGL.sln
34 lines (34 loc) · 1.9 KB
/
MineLib.PGL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MineLib.PGL", "MineLib.PGL.csproj", "{5FB0D09E-5F52-46B6-B018-66381E4A02AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MineLib.Core", "MineLib.Core\MineLib.Core.csproj", "{C6BE1779-61E7-4C62-989A-9FA62ACB2C78}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fNbt.Portable", "MineLib.Core\fNbt\fNbt\fNbt.Portable.csproj", "{22AC9F07-35CA-4E0E-B3B8-4A8E719DF529}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5FB0D09E-5F52-46B6-B018-66381E4A02AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FB0D09E-5F52-46B6-B018-66381E4A02AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FB0D09E-5F52-46B6-B018-66381E4A02AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FB0D09E-5F52-46B6-B018-66381E4A02AE}.Release|Any CPU.Build.0 = Release|Any CPU
{C6BE1779-61E7-4C62-989A-9FA62ACB2C78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6BE1779-61E7-4C62-989A-9FA62ACB2C78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6BE1779-61E7-4C62-989A-9FA62ACB2C78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6BE1779-61E7-4C62-989A-9FA62ACB2C78}.Release|Any CPU.Build.0 = Release|Any CPU
{22AC9F07-35CA-4E0E-B3B8-4A8E719DF529}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22AC9F07-35CA-4E0E-B3B8-4A8E719DF529}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22AC9F07-35CA-4E0E-B3B8-4A8E719DF529}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22AC9F07-35CA-4E0E-B3B8-4A8E719DF529}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal