-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHarmony.sln
49 lines (49 loc) · 2.97 KB
/
Harmony.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Harmony", "Harmony\Harmony.csproj", "{A3FF4884-E1B6-4AC1-B1AC-1E3AAA144658}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Harmony.GUI", "Harmony.GUI\Harmony.GUI.csproj", "{00FCF894-2567-4D81-BF46-76B59EA5C371}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Harmony.Compiler", "Harmony.Compiler\Harmony.Compiler.csproj", "{FA9B3073-D8FD-4F19-945D-77207E1D59A9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Harmony.IDE", "Harmony.IDE\Harmony.IDE.csproj", "{D4EF006F-9EA7-4715-92FB-A9F56A39E664}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Harmony.Tests", "Harmony.Tests\Harmony.Tests.csproj", "{424B3771-948C-4E0F-B116-930797E43C3F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A3FF4884-E1B6-4AC1-B1AC-1E3AAA144658}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3FF4884-E1B6-4AC1-B1AC-1E3AAA144658}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3FF4884-E1B6-4AC1-B1AC-1E3AAA144658}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3FF4884-E1B6-4AC1-B1AC-1E3AAA144658}.Release|Any CPU.Build.0 = Release|Any CPU
{00FCF894-2567-4D81-BF46-76B59EA5C371}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00FCF894-2567-4D81-BF46-76B59EA5C371}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00FCF894-2567-4D81-BF46-76B59EA5C371}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00FCF894-2567-4D81-BF46-76B59EA5C371}.Release|Any CPU.Build.0 = Release|Any CPU
{FA9B3073-D8FD-4F19-945D-77207E1D59A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA9B3073-D8FD-4F19-945D-77207E1D59A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA9B3073-D8FD-4F19-945D-77207E1D59A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA9B3073-D8FD-4F19-945D-77207E1D59A9}.Release|Any CPU.Build.0 = Release|Any CPU
{D4EF006F-9EA7-4715-92FB-A9F56A39E664}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4EF006F-9EA7-4715-92FB-A9F56A39E664}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4EF006F-9EA7-4715-92FB-A9F56A39E664}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4EF006F-9EA7-4715-92FB-A9F56A39E664}.Release|Any CPU.Build.0 = Release|Any CPU
{424B3771-948C-4E0F-B116-930797E43C3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{424B3771-948C-4E0F-B116-930797E43C3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{424B3771-948C-4E0F-B116-930797E43C3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{424B3771-948C-4E0F-B116-930797E43C3F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CC165454-8F47-4A76-BBEE-48A86E05CF98}
EndGlobalSection
EndGlobal