-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregex.sln
28 lines (28 loc) · 1.28 KB
/
regex.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "regex", "regex\regex.csproj", "{B3A4A03F-BBCD-450F-94A0-3F9D11DA6639}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{465451A5-BF85-49DB-B4FA-A3429FEBCB12}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
LICENSE = LICENSE
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub Actions", "GitHub Actions", "{F7B3BD36-A655-402D-83E5-2A9A9EA6CEFB}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
.github\workflows\nuget.yml = .github\workflows\nuget.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B3A4A03F-BBCD-450F-94A0-3F9D11DA6639}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3A4A03F-BBCD-450F-94A0-3F9D11DA6639}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3A4A03F-BBCD-450F-94A0-3F9D11DA6639}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3A4A03F-BBCD-450F-94A0-3F9D11DA6639}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal