-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPlainBytes.System.Extensions.sln
More file actions
47 lines (47 loc) · 2.58 KB
/
PlainBytes.System.Extensions.sln
File metadata and controls
47 lines (47 loc) · 2.58 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35514.174
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlainBytes.System.Extensions", "source\PlainBytes.System.Extensions\PlainBytes.System.Extensions.csproj", "{1F61350E-2722-4279-8656-59324C2A1FD9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlainBytes.System.Extensions.Tests", "tests\PlainBytes.System.Extensions.Tests\PlainBytes.System.Extensions.Tests.csproj", "{2EC2D4ED-9F43-4C80-BE3B-E8BC1A96DE06}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp", "samples\ConsoleApp\ConsoleApp.csproj", "{1588BFB0-3946-4B7E-BB3A-CB43B90DA0AE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2685F09D-4328-4663-98F3-808218DF0C04}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\workflows\build.yml = .github\workflows\build.yml
LICENSE = LICENSE
.github\workflows\publish.yml = .github\workflows\publish.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F61350E-2722-4279-8656-59324C2A1FD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F61350E-2722-4279-8656-59324C2A1FD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F61350E-2722-4279-8656-59324C2A1FD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F61350E-2722-4279-8656-59324C2A1FD9}.Release|Any CPU.Build.0 = Release|Any CPU
{2EC2D4ED-9F43-4C80-BE3B-E8BC1A96DE06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EC2D4ED-9F43-4C80-BE3B-E8BC1A96DE06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EC2D4ED-9F43-4C80-BE3B-E8BC1A96DE06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EC2D4ED-9F43-4C80-BE3B-E8BC1A96DE06}.Release|Any CPU.Build.0 = Release|Any CPU
{1588BFB0-3946-4B7E-BB3A-CB43B90DA0AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1588BFB0-3946-4B7E-BB3A-CB43B90DA0AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1588BFB0-3946-4B7E-BB3A-CB43B90DA0AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1588BFB0-3946-4B7E-BB3A-CB43B90DA0AE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AB51B4DC-A80D-493A-88F9-F5FB1C708C0F}
EndGlobalSection
EndGlobal