This repository was archived by the owner on May 31, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChrison Libraries.sln
More file actions
54 lines (54 loc) · 3.18 KB
/
Copy pathChrison Libraries.sln
File metadata and controls
54 lines (54 loc) · 3.18 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
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35617.110
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chrison.Extensions", "Chrison.Extensions\Chrison.Extensions.csproj", "{30E87268-DD46-4019-81B0-2C3AD06CF86C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chrison.Extensions.Tests", "Chrison.Extensions.Tests\Chrison.Extensions.Tests.csproj", "{C0EA4F66-ECFB-402A-AF0E-22C11ADB6941}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chrison.Validators", "Chrison.Validators\Chrison.Validators.csproj", "{558086FD-EEA1-4F4E-93FC-34D19E506BD3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chrison.Validators.Tests", "Chrison.Validators.Tests\Chrison.Validators.Tests.csproj", "{BBE79E62-B472-4001-B849-9ED7002AB2C3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\workflows\CodeQL.yml = .github\workflows\CodeQL.yml
LICENSE.txt = LICENSE.txt
.github\workflows\publish-chrison-extensions.yml = .github\workflows\publish-chrison-extensions.yml
.github\workflows\publish-chrison-validators.yml = .github\workflows\publish-chrison-validators.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
{30E87268-DD46-4019-81B0-2C3AD06CF86C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30E87268-DD46-4019-81B0-2C3AD06CF86C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30E87268-DD46-4019-81B0-2C3AD06CF86C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30E87268-DD46-4019-81B0-2C3AD06CF86C}.Release|Any CPU.Build.0 = Release|Any CPU
{C0EA4F66-ECFB-402A-AF0E-22C11ADB6941}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0EA4F66-ECFB-402A-AF0E-22C11ADB6941}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0EA4F66-ECFB-402A-AF0E-22C11ADB6941}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0EA4F66-ECFB-402A-AF0E-22C11ADB6941}.Release|Any CPU.Build.0 = Release|Any CPU
{558086FD-EEA1-4F4E-93FC-34D19E506BD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{558086FD-EEA1-4F4E-93FC-34D19E506BD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{558086FD-EEA1-4F4E-93FC-34D19E506BD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{558086FD-EEA1-4F4E-93FC-34D19E506BD3}.Release|Any CPU.Build.0 = Release|Any CPU
{BBE79E62-B472-4001-B849-9ED7002AB2C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBE79E62-B472-4001-B849-9ED7002AB2C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBE79E62-B472-4001-B849-9ED7002AB2C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBE79E62-B472-4001-B849-9ED7002AB2C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5817246D-D767-4268-B8DA-58E4CE12B929}
EndGlobalSection
EndGlobal