-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNarcissist.sln
42 lines (42 loc) · 2.21 KB
/
Narcissist.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{8CF55E64-FF4F-472C-A7B7-602E4A448C67}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PublishScripts", "PublishScripts", "{C0EC66F1-DC81-44D3-A534-9E19AEB9F360}"
ProjectSection(SolutionItems) = preProject
PublishScripts\AzureVMPublishModule.psm1 = PublishScripts\AzureVMPublishModule.psm1
PublishScripts\Publish-WebApplicationVM.ps1 = PublishScripts\Publish-WebApplicationVM.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configurations", "Configurations", "{5EBA7471-2253-4677-8FFA-2AA496F1886E}"
ProjectSection(SolutionItems) = preProject
PublishScripts\Configurations\Server-WAWS-dev.json = PublishScripts\Configurations\Server-WAWS-dev.json
EndProjectSection
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "Client", "Client\Client.njsproj", "{936D761D-79A7-401E-9EDD-BA0ECEADEBDA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8CF55E64-FF4F-472C-A7B7-602E4A448C67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CF55E64-FF4F-472C-A7B7-602E4A448C67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CF55E64-FF4F-472C-A7B7-602E4A448C67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CF55E64-FF4F-472C-A7B7-602E4A448C67}.Release|Any CPU.Build.0 = Release|Any CPU
{936D761D-79A7-401E-9EDD-BA0ECEADEBDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{936D761D-79A7-401E-9EDD-BA0ECEADEBDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{936D761D-79A7-401E-9EDD-BA0ECEADEBDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{936D761D-79A7-401E-9EDD-BA0ECEADEBDA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5EBA7471-2253-4677-8FFA-2AA496F1886E} = {C0EC66F1-DC81-44D3-A534-9E19AEB9F360}
EndGlobalSection
EndGlobal