forked from Kros-sk/Kros.Utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kros.Utils.sln
44 lines (44 loc) · 2.14 KB
/
Kros.Utils.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29209.62
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kros.Utils", "src\Kros.Utils.csproj", "{147F2F60-EC25-44C0-8484-147087CE719A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{32B59BC4-F8D5-4460-8A87-1EE7A43621AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kros.Utils.UnitTests", "tests\Kros.Utils.UnitTests.csproj", "{90530A6C-48CF-4600-BCD8-CE8019076F4E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1BB335D5-E109-47F7-A4E6-C1DCF0E6F743}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
build-and-test.yml = build-and-test.yml
build-ci.yml = build-ci.yml
build.yml = build.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{147F2F60-EC25-44C0-8484-147087CE719A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{147F2F60-EC25-44C0-8484-147087CE719A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{147F2F60-EC25-44C0-8484-147087CE719A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{147F2F60-EC25-44C0-8484-147087CE719A}.Release|Any CPU.Build.0 = Release|Any CPU
{90530A6C-48CF-4600-BCD8-CE8019076F4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90530A6C-48CF-4600-BCD8-CE8019076F4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90530A6C-48CF-4600-BCD8-CE8019076F4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90530A6C-48CF-4600-BCD8-CE8019076F4E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{90530A6C-48CF-4600-BCD8-CE8019076F4E} = {32B59BC4-F8D5-4460-8A87-1EE7A43621AD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8F19A208-7375-4A13-AF5F-EBA427A61F04}
EndGlobalSection
EndGlobal