-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCentrifuge.sln
67 lines (67 loc) · 4.1 KB
/
Centrifuge.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
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Centrifuge", "Centrifuge\Centrifuge.csproj", "{EE07FFF9-3780-49C5-822D-77AB2F9AEF96}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spindle", "Spindle\Spindle.csproj", "{B725A9A4-AC73-46A7-84A0-FC658B0C26AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reactor", "Reactor\Reactor.csproj", "{5C3A1CC3-CC60-47AB-892D-2E01A5B25D30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reactor.API", "Reactor.API\Reactor.API.csproj", "{E00CDA95-C063-4BBE-BF73-FB2733BE4F34}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Centrifuge.Shared", "Centrifuge.Shared\Centrifuge.Shared.shproj", "{EEF50C70-3582-4557-A6B2-2A5EC541B3D3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1E603779-8DAA-4753-A992-00AAC1EA8217}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Centrifuge.UnityInterop", "Centrifuge.UnityInterop\Centrifuge.UnityInterop.csproj", "{8DCC793A-BC56-4F07-A600-C0C109230C07}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Centrifuge.Installer", "Centrifuge.Installer\Centrifuge.Installer.csproj", "{B77D0FC1-34E1-4D72-898A-3684DC601F2D}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Centrifuge.Shared\Centrifuge.Shared.projitems*{eef50c70-3582-4557-a6b2-2a5ec541b3d3}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE07FFF9-3780-49C5-822D-77AB2F9AEF96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE07FFF9-3780-49C5-822D-77AB2F9AEF96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE07FFF9-3780-49C5-822D-77AB2F9AEF96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE07FFF9-3780-49C5-822D-77AB2F9AEF96}.Release|Any CPU.Build.0 = Release|Any CPU
{B725A9A4-AC73-46A7-84A0-FC658B0C26AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B725A9A4-AC73-46A7-84A0-FC658B0C26AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B725A9A4-AC73-46A7-84A0-FC658B0C26AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B725A9A4-AC73-46A7-84A0-FC658B0C26AA}.Release|Any CPU.Build.0 = Release|Any CPU
{5C3A1CC3-CC60-47AB-892D-2E01A5B25D30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C3A1CC3-CC60-47AB-892D-2E01A5B25D30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C3A1CC3-CC60-47AB-892D-2E01A5B25D30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C3A1CC3-CC60-47AB-892D-2E01A5B25D30}.Release|Any CPU.Build.0 = Release|Any CPU
{E00CDA95-C063-4BBE-BF73-FB2733BE4F34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E00CDA95-C063-4BBE-BF73-FB2733BE4F34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E00CDA95-C063-4BBE-BF73-FB2733BE4F34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E00CDA95-C063-4BBE-BF73-FB2733BE4F34}.Release|Any CPU.Build.0 = Release|Any CPU
{8DCC793A-BC56-4F07-A600-C0C109230C07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DCC793A-BC56-4F07-A600-C0C109230C07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DCC793A-BC56-4F07-A600-C0C109230C07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DCC793A-BC56-4F07-A600-C0C109230C07}.Release|Any CPU.Build.0 = Release|Any CPU
{B77D0FC1-34E1-4D72-898A-3684DC601F2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B77D0FC1-34E1-4D72-898A-3684DC601F2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B77D0FC1-34E1-4D72-898A-3684DC601F2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B77D0FC1-34E1-4D72-898A-3684DC601F2D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DCDD5452-0E93-494A-9E9B-21F3A2765493}
EndGlobalSection
EndGlobal