-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOpen.PackML.sln
43 lines (43 loc) · 2.55 KB
/
Open.PackML.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32819.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Open.PackML", "Open.PackML\Open.PackML.csproj", "{32B82727-AF8B-4D17-863C-6008135768D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Open.PackMLTests", "Open.PackMLTests\Open.PackMLTests.csproj", "{A6FE6E93-42AF-4E36-8A05-E1108E8FBC07}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Open.PackML.Tags", "Open.PackML.Tags\Open.PackML.Tags.csproj", "{862C1E05-87A4-4E50-81D0-9185DD4C5B5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Open.PackML.Prefab", "Open.PackML.Prefab\Open.PackML.Prefab.csproj", "{45C563AA-FCE6-45B1-9CFD-E9210D844ED7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32B82727-AF8B-4D17-863C-6008135768D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32B82727-AF8B-4D17-863C-6008135768D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32B82727-AF8B-4D17-863C-6008135768D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32B82727-AF8B-4D17-863C-6008135768D0}.Release|Any CPU.Build.0 = Release|Any CPU
{A6FE6E93-42AF-4E36-8A05-E1108E8FBC07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6FE6E93-42AF-4E36-8A05-E1108E8FBC07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6FE6E93-42AF-4E36-8A05-E1108E8FBC07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6FE6E93-42AF-4E36-8A05-E1108E8FBC07}.Release|Any CPU.Build.0 = Release|Any CPU
{862C1E05-87A4-4E50-81D0-9185DD4C5B5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{862C1E05-87A4-4E50-81D0-9185DD4C5B5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{862C1E05-87A4-4E50-81D0-9185DD4C5B5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{862C1E05-87A4-4E50-81D0-9185DD4C5B5A}.Release|Any CPU.Build.0 = Release|Any CPU
{45C563AA-FCE6-45B1-9CFD-E9210D844ED7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45C563AA-FCE6-45B1-9CFD-E9210D844ED7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45C563AA-FCE6-45B1-9CFD-E9210D844ED7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45C563AA-FCE6-45B1-9CFD-E9210D844ED7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B2671C5-EE40-498F-AD8B-7B795BA54B9E}
EndGlobalSection
EndGlobal