-
Notifications
You must be signed in to change notification settings - Fork 0
/
kstar.sharp.sln
49 lines (49 loc) · 2.85 KB
/
kstar.sharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "kstar.sharp", "kstar.sharp\kstar.sharp.csproj", "{5837004B-FDB2-4E39-AE6B-33C362606207}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "kstar.sharp.domain", "kstar.sharp.domain\kstar.sharp.domain.csproj", "{C042673C-5265-41F1-BEB3-3029CFAE6782}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{D113B78E-BA13-4921-9A3E-2C7EB9E388FB}"
ProjectSection(SolutionItems) = preProject
build-docker.sh = build-docker.sh
build_console_push_docker.cmd = build_console_push_docker.cmd
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "kstar.sharp.console", "kstar.sharp.console\kstar.sharp.console.csproj", "{6E8636E8-98DA-4610-B54E-E7F616CC0F2B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "kstar.sharp.datacollect", "kstar.sharp.datacollect\kstar.sharp.datacollect.csproj", "{8F52E30A-BF17-4B12-A87B-86D59F32796C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5837004B-FDB2-4E39-AE6B-33C362606207}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5837004B-FDB2-4E39-AE6B-33C362606207}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5837004B-FDB2-4E39-AE6B-33C362606207}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5837004B-FDB2-4E39-AE6B-33C362606207}.Release|Any CPU.Build.0 = Release|Any CPU
{C042673C-5265-41F1-BEB3-3029CFAE6782}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C042673C-5265-41F1-BEB3-3029CFAE6782}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C042673C-5265-41F1-BEB3-3029CFAE6782}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C042673C-5265-41F1-BEB3-3029CFAE6782}.Release|Any CPU.Build.0 = Release|Any CPU
{6E8636E8-98DA-4610-B54E-E7F616CC0F2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E8636E8-98DA-4610-B54E-E7F616CC0F2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E8636E8-98DA-4610-B54E-E7F616CC0F2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E8636E8-98DA-4610-B54E-E7F616CC0F2B}.Release|Any CPU.Build.0 = Release|Any CPU
{8F52E30A-BF17-4B12-A87B-86D59F32796C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F52E30A-BF17-4B12-A87B-86D59F32796C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F52E30A-BF17-4B12-A87B-86D59F32796C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F52E30A-BF17-4B12-A87B-86D59F32796C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {82E4E249-4892-4AAD-833F-0BA1F9B96CB7}
EndGlobalSection
EndGlobal