-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRegexer.sln
37 lines (37 loc) · 2.01 KB
/
Regexer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Regexer", "Regexer\Regexer.csproj", "{52C40F7D-C14D-4181-AE72-2236E81F676C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RegexerUI", "RegexerUI\RegexerUI.csproj", "{00C0BDD1-B8E4-4B1F-B423-9E246135DE20}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RegexerTests", "RegexerTests\RegexerTests.csproj", "{96A78915-99CE-4E92-9342-2217260D5201}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{52C40F7D-C14D-4181-AE72-2236E81F676C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52C40F7D-C14D-4181-AE72-2236E81F676C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52C40F7D-C14D-4181-AE72-2236E81F676C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52C40F7D-C14D-4181-AE72-2236E81F676C}.Release|Any CPU.Build.0 = Release|Any CPU
{00C0BDD1-B8E4-4B1F-B423-9E246135DE20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00C0BDD1-B8E4-4B1F-B423-9E246135DE20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00C0BDD1-B8E4-4B1F-B423-9E246135DE20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00C0BDD1-B8E4-4B1F-B423-9E246135DE20}.Release|Any CPU.Build.0 = Release|Any CPU
{96A78915-99CE-4E92-9342-2217260D5201}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96A78915-99CE-4E92-9342-2217260D5201}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96A78915-99CE-4E92-9342-2217260D5201}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96A78915-99CE-4E92-9342-2217260D5201}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF5054A5-1E45-419C-BD5F-09C92770FBE1}
EndGlobalSection
EndGlobal