-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathTanpopoAPS.sln
37 lines (37 loc) · 2.03 KB
/
TanpopoAPS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30406.217
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TanpopoHost", "TanpopoHost\TanpopoHost.csproj", "{4400301F-1729-42F0-BE59-F9E47592D820}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TanpopoClient", "TanpopoClient\TanpopoClient.csproj", "{8D2A90B3-A0EB-4D43-8BC3-2CA774528117}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TanpopoWeb", "TanpopoWeb\TanpopoWeb.csproj", "{7ACE346F-70BA-411F-AFF8-53CE0AD2E6E2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4400301F-1729-42F0-BE59-F9E47592D820}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4400301F-1729-42F0-BE59-F9E47592D820}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4400301F-1729-42F0-BE59-F9E47592D820}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4400301F-1729-42F0-BE59-F9E47592D820}.Release|Any CPU.Build.0 = Release|Any CPU
{8D2A90B3-A0EB-4D43-8BC3-2CA774528117}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D2A90B3-A0EB-4D43-8BC3-2CA774528117}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D2A90B3-A0EB-4D43-8BC3-2CA774528117}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D2A90B3-A0EB-4D43-8BC3-2CA774528117}.Release|Any CPU.Build.0 = Release|Any CPU
{7ACE346F-70BA-411F-AFF8-53CE0AD2E6E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7ACE346F-70BA-411F-AFF8-53CE0AD2E6E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7ACE346F-70BA-411F-AFF8-53CE0AD2E6E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7ACE346F-70BA-411F-AFF8-53CE0AD2E6E2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {71E77D39-8232-4073-ADF1-DDE310B384C3}
EndGlobalSection
EndGlobal