-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTexEdit.sln
60 lines (60 loc) · 4.2 KB
/
TexEdit.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextEditor", "TextEditor\TextEditor.csproj", "{F2348051-804A-4E34-B0FD-8DD7308EE765}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestTextEditor", "TestTextEditor\TestTextEditor.csproj", "{6C9B367F-7C65-4A4B-AD55-0397FD8EF2DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextEditComponent", "TextEditComponent\TextEditComponent.csproj", "{90CF9A0D-CB89-4D8E-951B-A75740261D64}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestTextEditorViewModel", "TestTextEditorViewModel\TestTextEditorViewModel.csproj", "{9A233726-D64F-43A2-B3E9-B03C15099F64}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestTextEditComponent", "TestTextEditComponent\TestTextEditComponent.csproj", "{03BB78E2-09A5-4167-9962-78D9E5F423A1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestProjects", "TestProjects", "{A009B09C-33B0-496B-BE40-E8B159A89D65}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvvmBaseClasses", "MvvmBaseClasses\MvvmBaseClasses.csproj", "{9BFF71D7-0774-422F-B946-316B9E4D6A92}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestTools", "TestTools\TestTools.csproj", "{8306CDEB-B616-4988-9DE5-9869F9C4F8D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F2348051-804A-4E34-B0FD-8DD7308EE765}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2348051-804A-4E34-B0FD-8DD7308EE765}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2348051-804A-4E34-B0FD-8DD7308EE765}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2348051-804A-4E34-B0FD-8DD7308EE765}.Release|Any CPU.Build.0 = Release|Any CPU
{6C9B367F-7C65-4A4B-AD55-0397FD8EF2DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C9B367F-7C65-4A4B-AD55-0397FD8EF2DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C9B367F-7C65-4A4B-AD55-0397FD8EF2DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C9B367F-7C65-4A4B-AD55-0397FD8EF2DF}.Release|Any CPU.Build.0 = Release|Any CPU
{90CF9A0D-CB89-4D8E-951B-A75740261D64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90CF9A0D-CB89-4D8E-951B-A75740261D64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90CF9A0D-CB89-4D8E-951B-A75740261D64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90CF9A0D-CB89-4D8E-951B-A75740261D64}.Release|Any CPU.Build.0 = Release|Any CPU
{9A233726-D64F-43A2-B3E9-B03C15099F64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A233726-D64F-43A2-B3E9-B03C15099F64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A233726-D64F-43A2-B3E9-B03C15099F64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A233726-D64F-43A2-B3E9-B03C15099F64}.Release|Any CPU.Build.0 = Release|Any CPU
{03BB78E2-09A5-4167-9962-78D9E5F423A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03BB78E2-09A5-4167-9962-78D9E5F423A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03BB78E2-09A5-4167-9962-78D9E5F423A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03BB78E2-09A5-4167-9962-78D9E5F423A1}.Release|Any CPU.Build.0 = Release|Any CPU
{9BFF71D7-0774-422F-B946-316B9E4D6A92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BFF71D7-0774-422F-B946-316B9E4D6A92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BFF71D7-0774-422F-B946-316B9E4D6A92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BFF71D7-0774-422F-B946-316B9E4D6A92}.Release|Any CPU.Build.0 = Release|Any CPU
{8306CDEB-B616-4988-9DE5-9869F9C4F8D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8306CDEB-B616-4988-9DE5-9869F9C4F8D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8306CDEB-B616-4988-9DE5-9869F9C4F8D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8306CDEB-B616-4988-9DE5-9869F9C4F8D6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{03BB78E2-09A5-4167-9962-78D9E5F423A1} = {A009B09C-33B0-496B-BE40-E8B159A89D65}
{6C9B367F-7C65-4A4B-AD55-0397FD8EF2DF} = {A009B09C-33B0-496B-BE40-E8B159A89D65}
{9A233726-D64F-43A2-B3E9-B03C15099F64} = {A009B09C-33B0-496B-BE40-E8B159A89D65}
{8306CDEB-B616-4988-9DE5-9869F9C4F8D6} = {A009B09C-33B0-496B-BE40-E8B159A89D65}
EndGlobalSection
EndGlobal