-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTapCorp.sln
51 lines (51 loc) · 3.01 KB
/
TapCorp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PublishScripts", "PublishScripts", "{6B527192-0BF2-4D1A-A077-C07DCCB88D7C}"
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", "{66E84941-B653-4AE4-9A32-C78DEA420952}"
ProjectSection(SolutionItems) = preProject
PublishScripts\Configurations\TabCorpWeb-WAWS-dev.json = PublishScripts\Configurations\TabCorpWeb-WAWS-dev.json
PublishScripts\Configurations\TapCorp-WAWS-dev.json = PublishScripts\Configurations\TapCorp-WAWS-dev.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TabCorp.DividendService", "TabCorp.DividendService\TabCorp.DividendService.csproj", "{1B581884-8C92-4E5E-8598-8E8271743275}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TabCorp.Test", "TabCorp.Test\TabCorp.Test.csproj", "{CED27ECA-6A1D-485E-8D62-95869C40375D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NewFolder1", "NewFolder1", "{AAEB7DCA-B8AC-43C2-AD22-FBE29E5526FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TabCorp.Web", "TabCorp.Web\TabCorp.Web.csproj", "{150F4F91-2C59-4BBA-A9C8-67C05277F41C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1B581884-8C92-4E5E-8598-8E8271743275}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B581884-8C92-4E5E-8598-8E8271743275}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B581884-8C92-4E5E-8598-8E8271743275}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B581884-8C92-4E5E-8598-8E8271743275}.Release|Any CPU.Build.0 = Release|Any CPU
{CED27ECA-6A1D-485E-8D62-95869C40375D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CED27ECA-6A1D-485E-8D62-95869C40375D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CED27ECA-6A1D-485E-8D62-95869C40375D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CED27ECA-6A1D-485E-8D62-95869C40375D}.Release|Any CPU.Build.0 = Release|Any CPU
{150F4F91-2C59-4BBA-A9C8-67C05277F41C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{150F4F91-2C59-4BBA-A9C8-67C05277F41C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{150F4F91-2C59-4BBA-A9C8-67C05277F41C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{150F4F91-2C59-4BBA-A9C8-67C05277F41C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{66E84941-B653-4AE4-9A32-C78DEA420952} = {6B527192-0BF2-4D1A-A077-C07DCCB88D7C}
EndGlobalSection
EndGlobal