-
Notifications
You must be signed in to change notification settings - Fork 3
/
GrepRipper.sln
42 lines (42 loc) · 2.24 KB
/
GrepRipper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29020.237
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrepRipper.Engine", "src\GrepRipper.Engine\GrepRipper.Engine.csproj", "{89E8E9E8-8A5C-4B9B-A7AD-71B27A1D0105}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrepRipper.UI", "src\GrepRipper.UI\GrepRipper.UI.csproj", "{DA6652AD-F1E9-4D07-B580-905B1FBE1AE5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrepRipper.Tests", "test\GrepRipper.Tests\GrepRipper.Tests.csproj", "{8E7A73C7-76E1-4FB5-BEFC-245245E54169}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{50BD494F-62A6-4EC1-A766-6F50D6C18090}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{89E8E9E8-8A5C-4B9B-A7AD-71B27A1D0105}.Debug|x64.ActiveCfg = Debug|x64
{89E8E9E8-8A5C-4B9B-A7AD-71B27A1D0105}.Debug|x64.Build.0 = Debug|x64
{89E8E9E8-8A5C-4B9B-A7AD-71B27A1D0105}.Release|x64.ActiveCfg = Release|x64
{89E8E9E8-8A5C-4B9B-A7AD-71B27A1D0105}.Release|x64.Build.0 = Release|x64
{8E7A73C7-76E1-4FB5-BEFC-245245E54169}.Debug|x64.ActiveCfg = Debug|x64
{8E7A73C7-76E1-4FB5-BEFC-245245E54169}.Debug|x64.Build.0 = Debug|x64
{8E7A73C7-76E1-4FB5-BEFC-245245E54169}.Release|x64.ActiveCfg = Release|x64
{8E7A73C7-76E1-4FB5-BEFC-245245E54169}.Release|x64.Build.0 = Release|x64
{DA6652AD-F1E9-4D07-B580-905B1FBE1AE5}.Debug|x64.ActiveCfg = Debug|x64
{DA6652AD-F1E9-4D07-B580-905B1FBE1AE5}.Debug|x64.Build.0 = Debug|x64
{DA6652AD-F1E9-4D07-B580-905B1FBE1AE5}.Release|x64.ActiveCfg = Release|x64
{DA6652AD-F1E9-4D07-B580-905B1FBE1AE5}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DB25919F-0A1C-4C92-893E-324B6A41AFA2}
EndGlobalSection
EndGlobal