-
Notifications
You must be signed in to change notification settings - Fork 6
/
RegexFileSearcher.sln
43 lines (43 loc) · 2.67 KB
/
RegexFileSearcher.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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RegexFileSearcher", "RegexFileSearcher\RegexFileSearcher\RegexFileSearcher.csproj", "{8C4DA06F-1CC4-4776-9A63-A5368353A5CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RegexFileSearcher.Gtk", "RegexFileSearcher\RegexFileSearcher.Gtk\RegexFileSearcher.Gtk.csproj", "{959BD674-649B-45FD-B811-0A801371482B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RegexFileSearcher.Mac", "RegexFileSearcher\RegexFileSearcher.Mac\RegexFileSearcher.Mac.csproj", "{EE5F8614-937D-4074-A095-FC47FA53FEC6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RegexFileSearcher.Wpf", "RegexFileSearcher\RegexFileSearcher.Wpf\RegexFileSearcher.Wpf.csproj", "{D646FDF6-2055-48B5-BFDF-F40273C87AF5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8C4DA06F-1CC4-4776-9A63-A5368353A5CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C4DA06F-1CC4-4776-9A63-A5368353A5CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C4DA06F-1CC4-4776-9A63-A5368353A5CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C4DA06F-1CC4-4776-9A63-A5368353A5CA}.Release|Any CPU.Build.0 = Release|Any CPU
{959BD674-649B-45FD-B811-0A801371482B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{959BD674-649B-45FD-B811-0A801371482B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{959BD674-649B-45FD-B811-0A801371482B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{959BD674-649B-45FD-B811-0A801371482B}.Release|Any CPU.Build.0 = Release|Any CPU
{EE5F8614-937D-4074-A095-FC47FA53FEC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE5F8614-937D-4074-A095-FC47FA53FEC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE5F8614-937D-4074-A095-FC47FA53FEC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE5F8614-937D-4074-A095-FC47FA53FEC6}.Release|Any CPU.Build.0 = Release|Any CPU
{D646FDF6-2055-48B5-BFDF-F40273C87AF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D646FDF6-2055-48B5-BFDF-F40273C87AF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D646FDF6-2055-48B5-BFDF-F40273C87AF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D646FDF6-2055-48B5-BFDF-F40273C87AF5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C1BBEE1E-E011-426F-BECC-0F2A8C368D66}
EndGlobalSection
EndGlobal