-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPhoenix.sln
36 lines (36 loc) · 1.9 KB
/
Phoenix.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Phoenix", "Phoenix\Phoenix.csproj", "{7993FCAB-AC12-4702-BFB0-38CC63D5DA5A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Phoenix.UnitTests", "Phoenix.UnitTests\Phoenix.UnitTests.csproj", "{478C80C1-4D5C-4056-98AC-A0A23929BD9F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Base|Any CPU = Base|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7993FCAB-AC12-4702-BFB0-38CC63D5DA5A}.Base|Any CPU.ActiveCfg = Base|Any CPU
{7993FCAB-AC12-4702-BFB0-38CC63D5DA5A}.Base|Any CPU.Build.0 = Base|Any CPU
{7993FCAB-AC12-4702-BFB0-38CC63D5DA5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7993FCAB-AC12-4702-BFB0-38CC63D5DA5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7993FCAB-AC12-4702-BFB0-38CC63D5DA5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7993FCAB-AC12-4702-BFB0-38CC63D5DA5A}.Release|Any CPU.Build.0 = Release|Any CPU
{478C80C1-4D5C-4056-98AC-A0A23929BD9F}.Base|Any CPU.ActiveCfg = Release|Any CPU
{478C80C1-4D5C-4056-98AC-A0A23929BD9F}.Base|Any CPU.Build.0 = Release|Any CPU
{478C80C1-4D5C-4056-98AC-A0A23929BD9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{478C80C1-4D5C-4056-98AC-A0A23929BD9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{478C80C1-4D5C-4056-98AC-A0A23929BD9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{478C80C1-4D5C-4056-98AC-A0A23929BD9F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54493A59-B870-4056-A271-06C3FBFA3A46}
EndGlobalSection
EndGlobal