-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSST.sln
93 lines (93 loc) · 5.8 KB
/
SST.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SST", "SST\SST.csproj", "{B348BB59-E933-41AD-8ADF-E0DBFA3B8F07}"
ProjectSection(ProjectDependencies) = postProject
{81DF2E2B-4078-48B3-9536-ECB3C7E802B1} = {81DF2E2B-4078-48B3-9536-ECB3C7E802B1}
{9B9E7279-2036-4C51-8C1D-BEA1B329E629} = {9B9E7279-2036-4C51-8C1D-BEA1B329E629}
{47D551DA-96ED-4EF6-96BF-4832059D4700} = {47D551DA-96ED-4EF6-96BF-4832059D4700}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParserDllGenerator", "ParserDllGenerator\ParserDllGenerator\ParserDllGenerator.csproj", "{9B9E7279-2036-4C51-8C1D-BEA1B329E629}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IrcDotNet", "ExternalProjects\IrcDotNet\source\IrcDotNet\IrcDotNet.csproj", "{47D551DA-96ED-4EF6-96BF-4832059D4700}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{0243EA78-6957-4B6D-930F-D2396B95F58A}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{F061B991-0FF3-4AC4-9574-2D180AD9C8C7}"
ProjectSection(SolutionItems) = preProject
Build.proj = Build.proj
.build\MSBuild.Community.Tasks.dll = .build\MSBuild.Community.Tasks.dll
.build\MSBuild.Community.Tasks.targets = .build\MSBuild.Community.Tasks.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestartSST", "RestartSST\RestartSST\RestartSST.csproj", "{81DF2E2B-4078-48B3-9536-ECB3C7E802B1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B348BB59-E933-41AD-8ADF-E0DBFA3B8F07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B348BB59-E933-41AD-8ADF-E0DBFA3B8F07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B348BB59-E933-41AD-8ADF-E0DBFA3B8F07}.Debug|Mixed Platforms.ActiveCfg = Release|Any CPU
{B348BB59-E933-41AD-8ADF-E0DBFA3B8F07}.Debug|Mixed Platforms.Build.0 = Release|Any CPU
{B348BB59-E933-41AD-8ADF-E0DBFA3B8F07}.Debug|x86.ActiveCfg = Debug|Any CPU
{B348BB59-E933-41AD-8ADF-E0DBFA3B8F07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B348BB59-E933-41AD-8ADF-E0DBFA3B8F07}.Release|Any CPU.Build.0 = Release|Any CPU
{B348BB59-E933-41AD-8ADF-E0DBFA3B8F07}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{B348BB59-E933-41AD-8ADF-E0DBFA3B8F07}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{B348BB59-E933-41AD-8ADF-E0DBFA3B8F07}.Release|x86.ActiveCfg = Release|Any CPU
{9B9E7279-2036-4C51-8C1D-BEA1B329E629}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{9B9E7279-2036-4C51-8C1D-BEA1B329E629}.Debug|Any CPU.Build.0 = Release|Any CPU
{9B9E7279-2036-4C51-8C1D-BEA1B329E629}.Debug|Mixed Platforms.ActiveCfg = Release|Any CPU
{9B9E7279-2036-4C51-8C1D-BEA1B329E629}.Debug|Mixed Platforms.Build.0 = Release|Any CPU
{9B9E7279-2036-4C51-8C1D-BEA1B329E629}.Debug|x86.ActiveCfg = Debug|Any CPU
{9B9E7279-2036-4C51-8C1D-BEA1B329E629}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B9E7279-2036-4C51-8C1D-BEA1B329E629}.Release|Any CPU.Build.0 = Release|Any CPU
{9B9E7279-2036-4C51-8C1D-BEA1B329E629}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9B9E7279-2036-4C51-8C1D-BEA1B329E629}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{9B9E7279-2036-4C51-8C1D-BEA1B329E629}.Release|x86.ActiveCfg = Release|Any CPU
{47D551DA-96ED-4EF6-96BF-4832059D4700}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{47D551DA-96ED-4EF6-96BF-4832059D4700}.Debug|Any CPU.Build.0 = Release|Any CPU
{47D551DA-96ED-4EF6-96BF-4832059D4700}.Debug|Mixed Platforms.ActiveCfg = Release|Any CPU
{47D551DA-96ED-4EF6-96BF-4832059D4700}.Debug|Mixed Platforms.Build.0 = Release|Any CPU
{47D551DA-96ED-4EF6-96BF-4832059D4700}.Debug|x86.ActiveCfg = Debug|Any CPU
{47D551DA-96ED-4EF6-96BF-4832059D4700}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47D551DA-96ED-4EF6-96BF-4832059D4700}.Release|Any CPU.Build.0 = Release|Any CPU
{47D551DA-96ED-4EF6-96BF-4832059D4700}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{47D551DA-96ED-4EF6-96BF-4832059D4700}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{47D551DA-96ED-4EF6-96BF-4832059D4700}.Release|x86.ActiveCfg = Release|Any CPU
{81DF2E2B-4078-48B3-9536-ECB3C7E802B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81DF2E2B-4078-48B3-9536-ECB3C7E802B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81DF2E2B-4078-48B3-9536-ECB3C7E802B1}.Debug|Mixed Platforms.ActiveCfg = Release|Any CPU
{81DF2E2B-4078-48B3-9536-ECB3C7E802B1}.Debug|Mixed Platforms.Build.0 = Release|Any CPU
{81DF2E2B-4078-48B3-9536-ECB3C7E802B1}.Debug|x86.ActiveCfg = Debug|Any CPU
{81DF2E2B-4078-48B3-9536-ECB3C7E802B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81DF2E2B-4078-48B3-9536-ECB3C7E802B1}.Release|Any CPU.Build.0 = Release|Any CPU
{81DF2E2B-4078-48B3-9536-ECB3C7E802B1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{81DF2E2B-4078-48B3-9536-ECB3C7E802B1}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{81DF2E2B-4078-48B3-9536-ECB3C7E802B1}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = IrcDotNet.vsmdi
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = IrcDotNet.vsmdi
EndGlobalSection
EndGlobal