-
Notifications
You must be signed in to change notification settings - Fork 4
/
KAST.sln
49 lines (49 loc) · 2.49 KB
/
KAST.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.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{538EBDF4-08BD-4E24-BF5B-180A40B9456A}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.gitignore = .gitignore
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
global.json = global.json
LICENSE.md = LICENSE.md
.github\pull_request_template.md = .github\pull_request_template.md
README.md = README.md
SECURITY.md = SECURITY.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KAST", "KAST\KAST.csproj", "{A6DAA34C-99C9-4A5C-ACA9-BB3CA26EB64C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KAST.Data", "KAST.Data\KAST.Data.csproj", "{F65B8DE0-F74B-4B09-A5F0-0C5EB7AF7F1F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KAST.Core", "KAST.Core\KAST.Core.csproj", "{1D345557-1031-4D21-922E-0DB3DC2379BA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6DAA34C-99C9-4A5C-ACA9-BB3CA26EB64C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6DAA34C-99C9-4A5C-ACA9-BB3CA26EB64C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6DAA34C-99C9-4A5C-ACA9-BB3CA26EB64C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6DAA34C-99C9-4A5C-ACA9-BB3CA26EB64C}.Release|Any CPU.Build.0 = Release|Any CPU
{F65B8DE0-F74B-4B09-A5F0-0C5EB7AF7F1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F65B8DE0-F74B-4B09-A5F0-0C5EB7AF7F1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F65B8DE0-F74B-4B09-A5F0-0C5EB7AF7F1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F65B8DE0-F74B-4B09-A5F0-0C5EB7AF7F1F}.Release|Any CPU.Build.0 = Release|Any CPU
{1D345557-1031-4D21-922E-0DB3DC2379BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D345557-1031-4D21-922E-0DB3DC2379BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D345557-1031-4D21-922E-0DB3DC2379BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D345557-1031-4D21-922E-0DB3DC2379BA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4467AFD7-466A-4FA8-B323-44B45A0C27EC}
EndGlobalSection
EndGlobal