-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
RiseHax.sln
41 lines (41 loc) · 2.3 KB
/
RiseHax.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RiseHax.WinForms", "RiseHax.WinForms\RiseHax.WinForms.csproj", "{EC270A2B-C05F-4149-9964-25CA7325855D}"
ProjectSection(ProjectDependencies) = postProject
{C09D9018-B332-4DDE-A5F2-0296DF490FDD} = {C09D9018-B332-4DDE-A5F2-0296DF490FDD}
{6CF9968F-4827-492B-89B6-5540A53C75C6} = {6CF9968F-4827-492B-89B6-5540A53C75C6}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RiseHax.Injection", "RiseHax.Injection\RiseHax.Injection.csproj", "{C09D9018-B332-4DDE-A5F2-0296DF490FDD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RiseHax.Hunter", "RiseHax.Hunter\RiseHax.Hunter.csproj", "{6CF9968F-4827-492B-89B6-5540A53C75C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC270A2B-C05F-4149-9964-25CA7325855D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC270A2B-C05F-4149-9964-25CA7325855D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC270A2B-C05F-4149-9964-25CA7325855D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC270A2B-C05F-4149-9964-25CA7325855D}.Release|Any CPU.Build.0 = Release|Any CPU
{C09D9018-B332-4DDE-A5F2-0296DF490FDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C09D9018-B332-4DDE-A5F2-0296DF490FDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C09D9018-B332-4DDE-A5F2-0296DF490FDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C09D9018-B332-4DDE-A5F2-0296DF490FDD}.Release|Any CPU.Build.0 = Release|Any CPU
{6CF9968F-4827-492B-89B6-5540A53C75C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CF9968F-4827-492B-89B6-5540A53C75C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CF9968F-4827-492B-89B6-5540A53C75C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CF9968F-4827-492B-89B6-5540A53C75C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {612AC44A-9A6F-4D6E-BFFF-ABE4DA8249CF}
EndGlobalSection
EndGlobal