-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathISTA-Patcher.sln
32 lines (32 loc) · 1.62 KB
/
ISTA-Patcher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ISTA-Patcher", "src\ISTA-Patcher\ISTA-Patcher.csproj", "{63BA1CBE-6D74-4467-B19D-45C0D3D4EEB7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ISTAlter", "src\ISTAlter\ISTAlter.csproj", "{213DE8D6-DB04-4BD8-AFAA-C3DB1E65FE77}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63BA1CBE-6D74-4467-B19D-45C0D3D4EEB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63BA1CBE-6D74-4467-B19D-45C0D3D4EEB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63BA1CBE-6D74-4467-B19D-45C0D3D4EEB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63BA1CBE-6D74-4467-B19D-45C0D3D4EEB7}.Release|Any CPU.Build.0 = Release|Any CPU
{213DE8D6-DB04-4BD8-AFAA-C3DB1E65FE77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{213DE8D6-DB04-4BD8-AFAA-C3DB1E65FE77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{213DE8D6-DB04-4BD8-AFAA-C3DB1E65FE77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{213DE8D6-DB04-4BD8-AFAA-C3DB1E65FE77}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D74EB0B2-8913-4343-9AB9-F03E05783ECC}
EndGlobalSection
EndGlobal