-
Notifications
You must be signed in to change notification settings - Fork 0
/
PEfirst.sln
34 lines (34 loc) · 1.76 KB
/
PEfirst.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PEfirst", "PEfirst.csproj", "{565C269A-F5EB-4BBE-86E5-75C8D4E1CDF7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoadGamePatch", "LoadGamePatch\LoadGamePatch.csproj", "{7B5A601E-929C-4466-8551-7613AD3CFBFB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
FIRSTRUN|x86 = FIRSTRUN|x86
LOADGAMEPATCH|x86 = LOADGAMEPATCH|x86
PUBLISH|x86 = PUBLISH|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{565C269A-F5EB-4BBE-86E5-75C8D4E1CDF7}.Debug|x86.ActiveCfg = Debug|x86
{565C269A-F5EB-4BBE-86E5-75C8D4E1CDF7}.Debug|x86.Build.0 = Debug|x86
{565C269A-F5EB-4BBE-86E5-75C8D4E1CDF7}.FIRSTRUN|x86.ActiveCfg = FIRSTRUN|x86
{565C269A-F5EB-4BBE-86E5-75C8D4E1CDF7}.FIRSTRUN|x86.Build.0 = FIRSTRUN|x86
{565C269A-F5EB-4BBE-86E5-75C8D4E1CDF7}.LOADGAMEPATCH|x86.ActiveCfg = PUBLISH|x86
{565C269A-F5EB-4BBE-86E5-75C8D4E1CDF7}.PUBLISH|x86.ActiveCfg = PUBLISH|x86
{565C269A-F5EB-4BBE-86E5-75C8D4E1CDF7}.PUBLISH|x86.Build.0 = PUBLISH|x86
{7B5A601E-929C-4466-8551-7613AD3CFBFB}.Debug|x86.ActiveCfg = LOADGAMEPATCH|x86
{7B5A601E-929C-4466-8551-7613AD3CFBFB}.FIRSTRUN|x86.ActiveCfg = LOADGAMEPATCH|x86
{7B5A601E-929C-4466-8551-7613AD3CFBFB}.LOADGAMEPATCH|x86.ActiveCfg = LOADGAMEPATCH|x86
{7B5A601E-929C-4466-8551-7613AD3CFBFB}.LOADGAMEPATCH|x86.Build.0 = LOADGAMEPATCH|x86
{7B5A601E-929C-4466-8551-7613AD3CFBFB}.PUBLISH|x86.ActiveCfg = LOADGAMEPATCH|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal