-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPackage.sln
More file actions
49 lines (49 loc) · 2.42 KB
/
Package.sln
File metadata and controls
49 lines (49 loc) · 2.42 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{ED0E69E7-E0FB-470D-AC58-322161582BCA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FA75B297-83C3-488C-907E-6F573F8983F5}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
build.cmd = build.cmd
build.sh = build.sh
global.json = global.json
LICENSE = LICENSE
makefile.shade = makefile.shade
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CodeComb.Package", "src\CodeComb.Package\CodeComb.Package.xproj", "{BC6053DF-581F-49E4-82AD-D608531A643C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{8C8EEC78-F9F0-426E-971A-11F0BA499A08}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CodeComb.Package.Sample", "samples\CodeComb.Package.Sample\CodeComb.Package.Sample.xproj", "{FDB259B7-C7C1-4445-BFC4-64D41B7892D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC6053DF-581F-49E4-82AD-D608531A643C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC6053DF-581F-49E4-82AD-D608531A643C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC6053DF-581F-49E4-82AD-D608531A643C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC6053DF-581F-49E4-82AD-D608531A643C}.Release|Any CPU.Build.0 = Release|Any CPU
{FDB259B7-C7C1-4445-BFC4-64D41B7892D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDB259B7-C7C1-4445-BFC4-64D41B7892D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDB259B7-C7C1-4445-BFC4-64D41B7892D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDB259B7-C7C1-4445-BFC4-64D41B7892D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BC6053DF-581F-49E4-82AD-D608531A643C} = {ED0E69E7-E0FB-470D-AC58-322161582BCA}
{FDB259B7-C7C1-4445-BFC4-64D41B7892D8} = {8C8EEC78-F9F0-426E-971A-11F0BA499A08}
EndGlobalSection
EndGlobal