-
Notifications
You must be signed in to change notification settings - Fork 2
/
GT.RText.sln
54 lines (54 loc) · 3.2 KB
/
GT.RText.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
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.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GT.RText", "GT.RText\GT.RText.csproj", "{9E8B67DF-F7CD-458C-848B-2B148466224E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GT.RText.Core", "GT.RText.Core\GT.RText.Core.csproj", "{B2EB76E2-EFA3-400B-A39A-B3E338EE3817}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GT.Shared", "GT.Shared\GT.Shared.csproj", "{93E0C4C4-5815-464D-8A21-EA805C7F00A8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{81556E8E-BCAB-47B8-ABCE-D543742E0C60}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GT.NDB0.Core", "GT.NDB0\GT.NDB0.Core.csproj", "{EE1ACABD-0580-41F9-A56D-2676F2E6D608}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GT.RText.Comparer", "GT.RText.Comparer\GT.RText.Comparer.csproj", "{B4F8A315-F0EA-4B86-AE62-681AA5CD873E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E8B67DF-F7CD-458C-848B-2B148466224E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E8B67DF-F7CD-458C-848B-2B148466224E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E8B67DF-F7CD-458C-848B-2B148466224E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E8B67DF-F7CD-458C-848B-2B148466224E}.Release|Any CPU.Build.0 = Release|Any CPU
{B2EB76E2-EFA3-400B-A39A-B3E338EE3817}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2EB76E2-EFA3-400B-A39A-B3E338EE3817}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2EB76E2-EFA3-400B-A39A-B3E338EE3817}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2EB76E2-EFA3-400B-A39A-B3E338EE3817}.Release|Any CPU.Build.0 = Release|Any CPU
{93E0C4C4-5815-464D-8A21-EA805C7F00A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93E0C4C4-5815-464D-8A21-EA805C7F00A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93E0C4C4-5815-464D-8A21-EA805C7F00A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93E0C4C4-5815-464D-8A21-EA805C7F00A8}.Release|Any CPU.Build.0 = Release|Any CPU
{EE1ACABD-0580-41F9-A56D-2676F2E6D608}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE1ACABD-0580-41F9-A56D-2676F2E6D608}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE1ACABD-0580-41F9-A56D-2676F2E6D608}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE1ACABD-0580-41F9-A56D-2676F2E6D608}.Release|Any CPU.Build.0 = Release|Any CPU
{B4F8A315-F0EA-4B86-AE62-681AA5CD873E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4F8A315-F0EA-4B86-AE62-681AA5CD873E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4F8A315-F0EA-4B86-AE62-681AA5CD873E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4F8A315-F0EA-4B86-AE62-681AA5CD873E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D1A006C4-2E43-4FC8-A759-312A8F261803}
EndGlobalSection
EndGlobal