-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSTR.Common.sln
More file actions
51 lines (51 loc) · 2.54 KB
/
STR.Common.sln
File metadata and controls
51 lines (51 loc) · 2.54 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
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35828.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Str.Common", "Str.Common\Str.Common.csproj", "{5E07704B-4938-4D5F-A695-F87E016AC7BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A51EE79F-F52E-4DDD-9FBB-F0A5BE4EC2DE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE = LICENSE
Jenkinsfile.old = Jenkinsfile.old
ReadMe.md = ReadMe.md
STR.Common.sln.DotSettings = STR.Common.sln.DotSettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Str.Common.Tests", "Str.Common.Tests\Str.Common.Tests.csproj", "{4FB30997-A73F-485F-BC45-62B6D3B8944C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{9E962354-5E96-438D-B5CE-E6BFD20D2152}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-publish.yml = .github\workflows\build-publish.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5E07704B-4938-4D5F-A695-F87E016AC7BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E07704B-4938-4D5F-A695-F87E016AC7BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E07704B-4938-4D5F-A695-F87E016AC7BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E07704B-4938-4D5F-A695-F87E016AC7BF}.Release|Any CPU.Build.0 = Release|Any CPU
{4FB30997-A73F-485F-BC45-62B6D3B8944C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FB30997-A73F-485F-BC45-62B6D3B8944C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FB30997-A73F-485F-BC45-62B6D3B8944C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FB30997-A73F-485F-BC45-62B6D3B8944C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{02EA681E-C7D8-13C7-8484-4AC65E1B71E8} = {A51EE79F-F52E-4DDD-9FBB-F0A5BE4EC2DE}
{9E962354-5E96-438D-B5CE-E6BFD20D2152} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0157AB65-53CD-4464-B113-6D50BE77B2FA}
EndGlobalSection
EndGlobal