-
-
Notifications
You must be signed in to change notification settings - Fork 108
/
SwarmTile.sln
46 lines (46 loc) · 2.39 KB
/
SwarmTile.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 15.0.26124.0
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "SwarmTile", "SwarmTile.nfproj", "{87E39542-E9DB-4478-992A-E3DF9A64B297}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{6C8CE588-888F-4A77-B7CB-2E9480889CFE}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "SwarmTile.Sample", "Samples\SwarmTile.Sample.nfproj", "{F5E2F78B-9899-448D-B2D2-E989EB2344D6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{62F4CDB8-8A98-46B0-809A-267B8E0B6635}"
ProjectSection(SolutionItems) = preProject
Swarm.nuspec = Swarm.nuspec
version.json = version.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{87E39542-E9DB-4478-992A-E3DF9A64B297}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87E39542-E9DB-4478-992A-E3DF9A64B297}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87E39542-E9DB-4478-992A-E3DF9A64B297}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{87E39542-E9DB-4478-992A-E3DF9A64B297}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87E39542-E9DB-4478-992A-E3DF9A64B297}.Release|Any CPU.Build.0 = Release|Any CPU
{87E39542-E9DB-4478-992A-E3DF9A64B297}.Release|Any CPU.Deploy.0 = Release|Any CPU
{F5E2F78B-9899-448D-B2D2-E989EB2344D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5E2F78B-9899-448D-B2D2-E989EB2344D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5E2F78B-9899-448D-B2D2-E989EB2344D6}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{F5E2F78B-9899-448D-B2D2-E989EB2344D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5E2F78B-9899-448D-B2D2-E989EB2344D6}.Release|Any CPU.Build.0 = Release|Any CPU
{F5E2F78B-9899-448D-B2D2-E989EB2344D6}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F5E2F78B-9899-448D-B2D2-E989EB2344D6} = {6C8CE588-888F-4A77-B7CB-2E9480889CFE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E933B059-BBE0-41F6-976E-90F6166D0B51}
EndGlobalSection
EndGlobal