-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhiyoshi_cfh_homeport_sharing.sln
53 lines (53 loc) · 2.74 KB
/
hiyoshi_cfh_homeport_sharing.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HiyoshiCfhWeb", "HiyoshiCfhWeb\HiyoshiCfhWeb.csproj", "{96737616-82D2-4673-84E1-FA346A3E8D5B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PublishScripts", "PublishScripts", "{4FB822F7-8834-41F7-9BDC-823530596214}"
ProjectSection(SolutionItems) = preProject
PublishScripts\AzureWebsitePublishModule.psm1 = PublishScripts\AzureWebsitePublishModule.psm1
PublishScripts\Publish-WebApplicationWebsite.ps1 = PublishScripts\Publish-WebApplicationWebsite.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configurations", "Configurations", "{08796B78-2EE1-4BE3-8316-BDCE3CD9DD14}"
ProjectSection(SolutionItems) = preProject
PublishScripts\Configurations\hiyoshicfhweb-WAWS-dev.json = PublishScripts\Configurations\hiyoshicfhweb-WAWS-dev.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HiyoshiCfhClient", "HiyoshiCfhClient\HiyoshiCfhClient.csproj", "{199C3539-7492-433D-B4BB-CD2B49C37E76}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{0EE22E1B-E082-4507-8F40-4AE681AAC717}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
EndProjectSection
EndProject
Global
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96737616-82D2-4673-84E1-FA346A3E8D5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96737616-82D2-4673-84E1-FA346A3E8D5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96737616-82D2-4673-84E1-FA346A3E8D5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96737616-82D2-4673-84E1-FA346A3E8D5B}.Release|Any CPU.Build.0 = Release|Any CPU
{199C3539-7492-433D-B4BB-CD2B49C37E76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{199C3539-7492-433D-B4BB-CD2B49C37E76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{199C3539-7492-433D-B4BB-CD2B49C37E76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{199C3539-7492-433D-B4BB-CD2B49C37E76}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{08796B78-2EE1-4BE3-8316-BDCE3CD9DD14} = {4FB822F7-8834-41F7-9BDC-823530596214}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {26ACDBE4-20C5-4A40-A08D-2353ED7E581B}
EndGlobalSection
EndGlobal