forked from tModLoader/tModLoader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.sln
49 lines (49 loc) · 2.93 KB
/
setup.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 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "setup", "setup.csproj", "{ECAD06B8-1A3B-4288-A02C-198A198EF98E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PatchReviewer", "PatchReviewer\PatchReviewer.csproj", "{699D3F3F-F974-4384-AAE2-AEF7B14F920E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiffPatch", "PatchReviewer\DiffPatch\DiffPatch.csproj", "{6A990A34-DA3B-4AB0-BA1D-11551B3B4D87}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "setup.Designer", "setup.Designer.csproj", "{DA61485E-0500-44D6-BF6F-DDB795C565C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "setupAuto", "setupAuto.csproj", "{A3FC40B6-3560-4673-8E9A-C80608014D36}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECAD06B8-1A3B-4288-A02C-198A198EF98E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECAD06B8-1A3B-4288-A02C-198A198EF98E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECAD06B8-1A3B-4288-A02C-198A198EF98E}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{ECAD06B8-1A3B-4288-A02C-198A198EF98E}.Release|Any CPU.Build.0 = Debug|Any CPU
{699D3F3F-F974-4384-AAE2-AEF7B14F920E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{699D3F3F-F974-4384-AAE2-AEF7B14F920E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{699D3F3F-F974-4384-AAE2-AEF7B14F920E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{699D3F3F-F974-4384-AAE2-AEF7B14F920E}.Release|Any CPU.Build.0 = Release|Any CPU
{6A990A34-DA3B-4AB0-BA1D-11551B3B4D87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A990A34-DA3B-4AB0-BA1D-11551B3B4D87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A990A34-DA3B-4AB0-BA1D-11551B3B4D87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A990A34-DA3B-4AB0-BA1D-11551B3B4D87}.Release|Any CPU.Build.0 = Release|Any CPU
{DA61485E-0500-44D6-BF6F-DDB795C565C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA61485E-0500-44D6-BF6F-DDB795C565C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA61485E-0500-44D6-BF6F-DDB795C565C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA61485E-0500-44D6-BF6F-DDB795C565C3}.Release|Any CPU.Build.0 = Release|Any CPU
{A3FC40B6-3560-4673-8E9A-C80608014D36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3FC40B6-3560-4673-8E9A-C80608014D36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3FC40B6-3560-4673-8E9A-C80608014D36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3FC40B6-3560-4673-8E9A-C80608014D36}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FDF598EF-0C8A-4148-807A-13F6C1A5A033}
EndGlobalSection
EndGlobal