-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathSTS2-RitsuLib.sln
More file actions
64 lines (64 loc) · 4.4 KB
/
Copy pathSTS2-RitsuLib.sln
File metadata and controls
64 lines (64 loc) · 4.4 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "STS2-RitsuLib", "STS2-RitsuLib.csproj", "{61148A8E-0640-46D5-99EC-FD849671762E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "STS2-RitsuLib-Loader", "components\loader\STS2-RitsuLib-Loader.csproj", "{C3D4E5F6-A7B8-9012-CDEF-345678901234}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Properties", "Properties", "{615F28BB-DB76-4ED4-AC07-32D7B3420F59}"
ProjectSection(SolutionItems) = preProject
.\Directory.Build.props = .\Directory.Build.props
.\Directory.Build.targets = .\Directory.Build.targets
.\build\RitsuLib.Build.props = .\build\RitsuLib.Build.props
.\build\RitsuLib.Compatibility.props = .\build\RitsuLib.Compatibility.props
.\build\RitsuLib.Modules.items = .\build\RitsuLib.Modules.items
.\build\RitsuLib.Deployment.targets = .\build\RitsuLib.Deployment.targets
.\local.props = .\local.props
.\Sts2PathDiscovery.props = .\Sts2PathDiscovery.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "STS2-RitsuLib-Analyzers", "components\analyzers\STS2-RitsuLib-Analyzers.csproj", "{EB94728C-3FFA-46C3-8295-74BB50CF4B6A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "STS2-RitsuLib.Shared", "components\shared\STS2-RitsuLib.Shared.csproj", "{ED34AEE8-513A-4B07-8CA6-289E8E4B5410}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "STS2-RitsuLib.Ui", "components\ui\STS2-RitsuLib.Ui.csproj", "{F72BE10D-6F7B-4A61-8F12-3BA22715E793}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "STS2-RitsuLib.Settings", "components\settings\STS2-RitsuLib.Settings.csproj", "{E374819B-976C-4D04-B930-1E4BEA7AC304}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "STS2-RitsuLib.Runtime", "components\runtime\STS2-RitsuLib.Runtime.csproj", "{A7BED904-31CC-414A-A4BD-13081C4E1FC8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{61148A8E-0640-46D5-99EC-FD849671762E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61148A8E-0640-46D5-99EC-FD849671762E}.Release|Any CPU.Build.0 = Release|Any CPU
{C3D4E5F6-A7B8-9012-CDEF-345678901234}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3D4E5F6-A7B8-9012-CDEF-345678901234}.Release|Any CPU.Build.0 = Release|Any CPU
{EB94728C-3FFA-46C3-8295-74BB50CF4B6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB94728C-3FFA-46C3-8295-74BB50CF4B6A}.Release|Any CPU.Build.0 = Release|Any CPU
{ED34AEE8-513A-4B07-8CA6-289E8E4B5410}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED34AEE8-513A-4B07-8CA6-289E8E4B5410}.Release|Any CPU.Build.0 = Release|Any CPU
{F72BE10D-6F7B-4A61-8F12-3BA22715E793}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F72BE10D-6F7B-4A61-8F12-3BA22715E793}.Release|Any CPU.Build.0 = Release|Any CPU
{E374819B-976C-4D04-B930-1E4BEA7AC304}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E374819B-976C-4D04-B930-1E4BEA7AC304}.Release|Any CPU.Build.0 = Release|Any CPU
{A7BED904-31CC-414A-A4BD-13081C4E1FC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7BED904-31CC-414A-A4BD-13081C4E1FC8}.Release|Any CPU.Build.0 = Release|Any CPU
{ED34AEE8-513A-4B07-8CA6-289E8E4B5410}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED34AEE8-513A-4B07-8CA6-289E8E4B5410}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F72BE10D-6F7B-4A61-8F12-3BA22715E793}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F72BE10D-6F7B-4A61-8F12-3BA22715E793}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E374819B-976C-4D04-B930-1E4BEA7AC304}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E374819B-976C-4D04-B930-1E4BEA7AC304}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7BED904-31CC-414A-A4BD-13081C4E1FC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7BED904-31CC-414A-A4BD-13081C4E1FC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61148A8E-0640-46D5-99EC-FD849671762E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61148A8E-0640-46D5-99EC-FD849671762E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3D4E5F6-A7B8-9012-CDEF-345678901234}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3D4E5F6-A7B8-9012-CDEF-345678901234}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB94728C-3FFA-46C3-8295-74BB50CF4B6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB94728C-3FFA-46C3-8295-74BB50CF4B6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
EndGlobal