This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTextRight.ContentEditor.Desktop.sln
77 lines (77 loc) · 4.83 KB
/
TextRight.ContentEditor.Desktop.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29025.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{75243A59-F2DC-49A3-8360-90AD1EB6521E}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextRight.Editor.Wpf", "src\TextRight.Editor.Wpf\TextRight.Editor.Wpf.csproj", "{1A4B7968-1C46-41FF-A49E-3758925B4EE2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextRight.Core.Basics", "src\TextRight.Core.Basics\TextRight.Core.Basics.csproj", "{733F902F-A277-49BE-923D-62613EAE315D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextRight.Core", "src\TextRight.Core\TextRight.Core.csproj", "{424DB80D-6350-4339-A5D8-CCF4E66FE16A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextRight.Core.Additions", "src\TextRight.Core.Additions\TextRight.Core.Additions.csproj", "{E3B06EB3-6019-4229-9891-8C59CDA2A55C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{A3B01608-414E-4248-A952-04C866F2742C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextRight.Core.Tests", "tests\TextRight.Core.Tests\TextRight.Core.Tests.csproj", "{DFD9D3C0-F926-4D34-BD0A-4B182D5A09AA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".misc", ".misc", "{7C2868BA-F8C3-4483-8E55-4F386FE20DF6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
readme.md = readme.md
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextRight.Editor", "src\TextRight.Editor\TextRight.Editor.csproj", "{40AEECAF-E4B9-4F4A-BD86-C50772279724}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFD9D3C0-F926-4D34-BD0A-4B182D5A09AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFD9D3C0-F926-4D34-BD0A-4B182D5A09AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFD9D3C0-F926-4D34-BD0A-4B182D5A09AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFD9D3C0-F926-4D34-BD0A-4B182D5A09AA}.Release|Any CPU.Build.0 = Release|Any CPU
{1A4B7968-1C46-41FF-A49E-3758925B4EE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A4B7968-1C46-41FF-A49E-3758925B4EE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A4B7968-1C46-41FF-A49E-3758925B4EE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A4B7968-1C46-41FF-A49E-3758925B4EE2}.Release|Any CPU.Build.0 = Release|Any CPU
{733F902F-A277-49BE-923D-62613EAE315D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{733F902F-A277-49BE-923D-62613EAE315D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{733F902F-A277-49BE-923D-62613EAE315D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{733F902F-A277-49BE-923D-62613EAE315D}.Release|Any CPU.Build.0 = Release|Any CPU
{424DB80D-6350-4339-A5D8-CCF4E66FE16A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{424DB80D-6350-4339-A5D8-CCF4E66FE16A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{424DB80D-6350-4339-A5D8-CCF4E66FE16A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{424DB80D-6350-4339-A5D8-CCF4E66FE16A}.Release|Any CPU.Build.0 = Release|Any CPU
{E3B06EB3-6019-4229-9891-8C59CDA2A55C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3B06EB3-6019-4229-9891-8C59CDA2A55C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3B06EB3-6019-4229-9891-8C59CDA2A55C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3B06EB3-6019-4229-9891-8C59CDA2A55C}.Release|Any CPU.Build.0 = Release|Any CPU
{40AEECAF-E4B9-4F4A-BD86-C50772279724}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40AEECAF-E4B9-4F4A-BD86-C50772279724}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40AEECAF-E4B9-4F4A-BD86-C50772279724}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40AEECAF-E4B9-4F4A-BD86-C50772279724}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DFD9D3C0-F926-4D34-BD0A-4B182D5A09AA} = {A3B01608-414E-4248-A952-04C866F2742C}
{1A4B7968-1C46-41FF-A49E-3758925B4EE2} = {75243A59-F2DC-49A3-8360-90AD1EB6521E}
{733F902F-A277-49BE-923D-62613EAE315D} = {75243A59-F2DC-49A3-8360-90AD1EB6521E}
{424DB80D-6350-4339-A5D8-CCF4E66FE16A} = {75243A59-F2DC-49A3-8360-90AD1EB6521E}
{E3B06EB3-6019-4229-9891-8C59CDA2A55C} = {75243A59-F2DC-49A3-8360-90AD1EB6521E}
{40AEECAF-E4B9-4F4A-BD86-C50772279724} = {75243A59-F2DC-49A3-8360-90AD1EB6521E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {046C1E32-30D2-40CF-B951-A4F412D59061}
EndGlobalSection
EndGlobal