-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPowerProductivityStudio.sln
47 lines (47 loc) · 2.96 KB
/
PowerProductivityStudio.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerProductivityStudio.Client", "PowerProductivityStudio\PowerProductivityStudio.Client\PowerProductivityStudio.Client.csproj", "{6063BB2B-437B-4014-8DD2-D54CE1824DB8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerProductivityStudio.Server", "PowerProductivityStudio\PowerProductivityStudio.Server\PowerProductivityStudio.Server.csproj", "{41F74314-D913-4BBB-B474-647D928CF42C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerProductivityStudio.MSBuild", "PowerProductivityStudio\PowerProductivityStudio.MSBuild\PowerProductivityStudio.MSBuild.csproj", "{FA6FF7C1-42D1-47EE-8FB1-393625B630CD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{55F79786-5537-4DFA-9D47-E566D2286239}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PackageBuild", "..\as\PowerProductivityStudio\PackageBuild\PackageBuild.csproj", "{C06B35F5-0859-4FCC-BDC6-A1F8B05C62D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6063BB2B-437B-4014-8DD2-D54CE1824DB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6063BB2B-437B-4014-8DD2-D54CE1824DB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6063BB2B-437B-4014-8DD2-D54CE1824DB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6063BB2B-437B-4014-8DD2-D54CE1824DB8}.Release|Any CPU.Build.0 = Release|Any CPU
{41F74314-D913-4BBB-B474-647D928CF42C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41F74314-D913-4BBB-B474-647D928CF42C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41F74314-D913-4BBB-B474-647D928CF42C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41F74314-D913-4BBB-B474-647D928CF42C}.Release|Any CPU.Build.0 = Release|Any CPU
{FA6FF7C1-42D1-47EE-8FB1-393625B630CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA6FF7C1-42D1-47EE-8FB1-393625B630CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA6FF7C1-42D1-47EE-8FB1-393625B630CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA6FF7C1-42D1-47EE-8FB1-393625B630CD}.Release|Any CPU.Build.0 = Release|Any CPU
{C06B35F5-0859-4FCC-BDC6-A1F8B05C62D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C06B35F5-0859-4FCC-BDC6-A1F8B05C62D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C06B35F5-0859-4FCC-BDC6-A1F8B05C62D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C06B35F5-0859-4FCC-BDC6-A1F8B05C62D6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal