-
Notifications
You must be signed in to change notification settings - Fork 0
/
Propellerhead.Web.sln
43 lines (43 loc) · 2.62 KB
/
Propellerhead.Web.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 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Propellerhead.Web", "Propellerhead.Web\Propellerhead.Web.csproj", "{EE36C9C0-CAD4-4DEC-818C-DF22A7B81BDC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Propellerhead.Data", "Propellerhead.Data\Propellerhead.Data.csproj", "{D4672C3B-2CC7-4156-9FB9-FE92F278161E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Propellerhead.Test.Unit", "Propellerhead.Test.Unit\Propellerhead.Test.Unit.csproj", "{59334350-43D2-4078-B4ED-9C51FA84BD7A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Propellerhead.Test.Integration", "Propellerhead.Test.Integration\Propellerhead.Test.Integration.csproj", "{FEA79E33-143F-4B83-8A87-D649A8F14DAC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE36C9C0-CAD4-4DEC-818C-DF22A7B81BDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE36C9C0-CAD4-4DEC-818C-DF22A7B81BDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE36C9C0-CAD4-4DEC-818C-DF22A7B81BDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE36C9C0-CAD4-4DEC-818C-DF22A7B81BDC}.Release|Any CPU.Build.0 = Release|Any CPU
{D4672C3B-2CC7-4156-9FB9-FE92F278161E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4672C3B-2CC7-4156-9FB9-FE92F278161E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4672C3B-2CC7-4156-9FB9-FE92F278161E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4672C3B-2CC7-4156-9FB9-FE92F278161E}.Release|Any CPU.Build.0 = Release|Any CPU
{59334350-43D2-4078-B4ED-9C51FA84BD7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59334350-43D2-4078-B4ED-9C51FA84BD7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59334350-43D2-4078-B4ED-9C51FA84BD7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59334350-43D2-4078-B4ED-9C51FA84BD7A}.Release|Any CPU.Build.0 = Release|Any CPU
{FEA79E33-143F-4B83-8A87-D649A8F14DAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEA79E33-143F-4B83-8A87-D649A8F14DAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEA79E33-143F-4B83-8A87-D649A8F14DAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEA79E33-143F-4B83-8A87-D649A8F14DAC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72ED5D85-DB0B-4DE1-8D43-45EC1990FE92}
EndGlobalSection
EndGlobal