-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
CometD.NetCore.sln
50 lines (50 loc) · 2.15 KB
/
CometD.NetCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28606.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CometD.NetCore", "src\CometD.NetCore\CometD.NetCore.csproj", "{24F880B4-E4DE-4BED-859C-D93334F5B5B1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{02686763-DA45-4DFB-B96E-1CAD94BEC1DB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
CHANGELOG.md = CHANGELOG.md
clean.sh = clean.sh
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{875CDACD-6405-4378-98A6-184CC4C9D8D3}"
ProjectSection(SolutionItems) = preProject
build\dependecies.props = build\dependecies.props
build\settings.props = build\settings.props
build\sources.props = build\sources.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B7B77B23-D917-4346-BD1F-1A577ED394DF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24F880B4-E4DE-4BED-859C-D93334F5B5B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24F880B4-E4DE-4BED-859C-D93334F5B5B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24F880B4-E4DE-4BED-859C-D93334F5B5B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24F880B4-E4DE-4BED-859C-D93334F5B5B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{24F880B4-E4DE-4BED-859C-D93334F5B5B1} = {B7B77B23-D917-4346-BD1F-1A577ED394DF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C57ACDA6-7266-4676-8656-B29CA9BDFCAB}
EndGlobalSection
EndGlobal