-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStrinken.sln
54 lines (54 loc) · 2.94 KB
/
Strinken.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
51
52
53
54
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}") = "src", "src", "{C886EF68-10DC-4C2B-B370-FB4387575205}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{052F6B63-D2B3-4A98-9D7A-3E83524B8B95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Strinken", "src\Strinken\Strinken.csproj", "{344A64DE-1EC6-4C83-A08C-F0909E33BB6D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Strinken.Tests", "tests\Strinken.Tests\Strinken.Tests.csproj", "{3B3D0FEC-99CA-469C-B337-99492672196A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Strinken.Public.Tests", "tests\Strinken.Public.Tests\Strinken.Public.Tests.csproj", "{4696D864-467E-492C-BBC0-D2EE638E47E7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{05D87119-F2DC-4B23-9288-60EEC7AA09DA}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.globalconfig = .globalconfig
Directory.Build.props = Directory.Build.props
global.json = global.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{344A64DE-1EC6-4C83-A08C-F0909E33BB6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{344A64DE-1EC6-4C83-A08C-F0909E33BB6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{344A64DE-1EC6-4C83-A08C-F0909E33BB6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{344A64DE-1EC6-4C83-A08C-F0909E33BB6D}.Release|Any CPU.Build.0 = Release|Any CPU
{3B3D0FEC-99CA-469C-B337-99492672196A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B3D0FEC-99CA-469C-B337-99492672196A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B3D0FEC-99CA-469C-B337-99492672196A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B3D0FEC-99CA-469C-B337-99492672196A}.Release|Any CPU.Build.0 = Release|Any CPU
{4696D864-467E-492C-BBC0-D2EE638E47E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4696D864-467E-492C-BBC0-D2EE638E47E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4696D864-467E-492C-BBC0-D2EE638E47E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4696D864-467E-492C-BBC0-D2EE638E47E7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{344A64DE-1EC6-4C83-A08C-F0909E33BB6D} = {C886EF68-10DC-4C2B-B370-FB4387575205}
{3B3D0FEC-99CA-469C-B337-99492672196A} = {052F6B63-D2B3-4A98-9D7A-3E83524B8B95}
{4696D864-467E-492C-BBC0-D2EE638E47E7} = {052F6B63-D2B3-4A98-9D7A-3E83524B8B95}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C8DE1ADA-3FB4-4C5C-BA58-83C4E10C4F0F}
EndGlobalSection
EndGlobal