-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNginxStarter.sln
67 lines (67 loc) · 4.13 KB
/
NginxStarter.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nginx Starter GUI", "Nginx Starter GUI\Nginx Starter GUI.csproj", "{3985D179-8AB1-47E8-BFFF-5A6FCD2E1ECA}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "NginxEmulator", "NginxEmulator\NginxEmulator.fsproj", "{D9D7A5C2-5803-45CC-9754-7C56531F5B66}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NginxEmulatorCS", "NginxEmulatorCS\NginxEmulatorCS.csproj", "{B3EC6C06-F155-4E5C-A481-C702F12CAFBD}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = NginxStarter.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3985D179-8AB1-47E8-BFFF-5A6FCD2E1ECA}.Debug|Any CPU.ActiveCfg = Debug|x86
{3985D179-8AB1-47E8-BFFF-5A6FCD2E1ECA}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{3985D179-8AB1-47E8-BFFF-5A6FCD2E1ECA}.Debug|Mixed Platforms.Build.0 = Debug|x86
{3985D179-8AB1-47E8-BFFF-5A6FCD2E1ECA}.Debug|x64.ActiveCfg = Debug|x64
{3985D179-8AB1-47E8-BFFF-5A6FCD2E1ECA}.Debug|x64.Build.0 = Debug|x64
{3985D179-8AB1-47E8-BFFF-5A6FCD2E1ECA}.Debug|x86.ActiveCfg = Debug|x86
{3985D179-8AB1-47E8-BFFF-5A6FCD2E1ECA}.Debug|x86.Build.0 = Debug|x86
{3985D179-8AB1-47E8-BFFF-5A6FCD2E1ECA}.Release|Any CPU.ActiveCfg = Release|x86
{3985D179-8AB1-47E8-BFFF-5A6FCD2E1ECA}.Release|Mixed Platforms.ActiveCfg = Release|x86
{3985D179-8AB1-47E8-BFFF-5A6FCD2E1ECA}.Release|Mixed Platforms.Build.0 = Release|x86
{3985D179-8AB1-47E8-BFFF-5A6FCD2E1ECA}.Release|x64.ActiveCfg = Release|x64
{3985D179-8AB1-47E8-BFFF-5A6FCD2E1ECA}.Release|x64.Build.0 = Release|x64
{3985D179-8AB1-47E8-BFFF-5A6FCD2E1ECA}.Release|x86.ActiveCfg = Release|x86
{3985D179-8AB1-47E8-BFFF-5A6FCD2E1ECA}.Release|x86.Build.0 = Release|x86
{D9D7A5C2-5803-45CC-9754-7C56531F5B66}.Debug|Any CPU.ActiveCfg = Debug|x86
{D9D7A5C2-5803-45CC-9754-7C56531F5B66}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{D9D7A5C2-5803-45CC-9754-7C56531F5B66}.Debug|Mixed Platforms.Build.0 = Debug|x86
{D9D7A5C2-5803-45CC-9754-7C56531F5B66}.Debug|x64.ActiveCfg = Debug|x64
{D9D7A5C2-5803-45CC-9754-7C56531F5B66}.Debug|x86.ActiveCfg = Debug|x86
{D9D7A5C2-5803-45CC-9754-7C56531F5B66}.Release|Any CPU.ActiveCfg = Release|x86
{D9D7A5C2-5803-45CC-9754-7C56531F5B66}.Release|Mixed Platforms.ActiveCfg = Release|x86
{D9D7A5C2-5803-45CC-9754-7C56531F5B66}.Release|Mixed Platforms.Build.0 = Release|x86
{D9D7A5C2-5803-45CC-9754-7C56531F5B66}.Release|x64.ActiveCfg = Release|x64
{D9D7A5C2-5803-45CC-9754-7C56531F5B66}.Release|x64.Build.0 = Release|x64
{D9D7A5C2-5803-45CC-9754-7C56531F5B66}.Release|x86.ActiveCfg = Release|x86
{D9D7A5C2-5803-45CC-9754-7C56531F5B66}.Release|x86.Build.0 = Release|x86
{B3EC6C06-F155-4E5C-A481-C702F12CAFBD}.Debug|Any CPU.ActiveCfg = Debug|x86
{B3EC6C06-F155-4E5C-A481-C702F12CAFBD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{B3EC6C06-F155-4E5C-A481-C702F12CAFBD}.Debug|Mixed Platforms.Build.0 = Debug|x86
{B3EC6C06-F155-4E5C-A481-C702F12CAFBD}.Debug|x64.ActiveCfg = Debug|x64
{B3EC6C06-F155-4E5C-A481-C702F12CAFBD}.Debug|x86.ActiveCfg = Debug|x86
{B3EC6C06-F155-4E5C-A481-C702F12CAFBD}.Release|Any CPU.ActiveCfg = Release|x86
{B3EC6C06-F155-4E5C-A481-C702F12CAFBD}.Release|Mixed Platforms.ActiveCfg = Release|x86
{B3EC6C06-F155-4E5C-A481-C702F12CAFBD}.Release|Mixed Platforms.Build.0 = Release|x86
{B3EC6C06-F155-4E5C-A481-C702F12CAFBD}.Release|x64.ActiveCfg = Release|x64
{B3EC6C06-F155-4E5C-A481-C702F12CAFBD}.Release|x64.Build.0 = Release|x64
{B3EC6C06-F155-4E5C-A481-C702F12CAFBD}.Release|x86.ActiveCfg = Release|x86
{B3EC6C06-F155-4E5C-A481-C702F12CAFBD}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal