-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPhoenixPointModInjector.sln
37 lines (37 loc) · 2.21 KB
/
PhoenixPointModInjector.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.902
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PhoenixPointModInjector", "PhoenixPointModInjector\PhoenixPointModInjector.csproj", "{2F6D3179-ED21-4E95-B7EA-FD206341D17B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PhoenixPointModLoaderInjector", "PhoenixPointModInjector\PhoenixPointModLoaderInjector\PhoenixPointModLoaderInjector\PhoenixPointModLoaderInjector.csproj", "{3CEBFD62-57BB-47D9-8FEF-7807B56A09D3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PPModLoader", "PhoenixPointModInjector\PhoenixPointModLoader\PPModLoader\PPModLoader.csproj", "{E72A9BEB-E4D5-46BA-BEC2-732A7F40B181}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F6D3179-ED21-4E95-B7EA-FD206341D17B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F6D3179-ED21-4E95-B7EA-FD206341D17B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F6D3179-ED21-4E95-B7EA-FD206341D17B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F6D3179-ED21-4E95-B7EA-FD206341D17B}.Release|Any CPU.Build.0 = Release|Any CPU
{3CEBFD62-57BB-47D9-8FEF-7807B56A09D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CEBFD62-57BB-47D9-8FEF-7807B56A09D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CEBFD62-57BB-47D9-8FEF-7807B56A09D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CEBFD62-57BB-47D9-8FEF-7807B56A09D3}.Release|Any CPU.Build.0 = Release|Any CPU
{E72A9BEB-E4D5-46BA-BEC2-732A7F40B181}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E72A9BEB-E4D5-46BA-BEC2-732A7F40B181}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E72A9BEB-E4D5-46BA-BEC2-732A7F40B181}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E72A9BEB-E4D5-46BA-BEC2-732A7F40B181}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {24E6CDE7-6A76-4FA2-8091-A1D65B62B66C}
EndGlobalSection
EndGlobal