-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathME1-ASI-Plugins.sln
67 lines (67 loc) · 3.93 KB
/
ME1-ASI-Plugins.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FunctionLogger", "FunctionLogger\FunctionLogger.vcxproj", "{20D765B4-0479-4F04-BCD7-0877C2C5AB3C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KismetLogger", "KismetLogger\KismetLogger.vcxproj", "{9D4E550F-592A-48A6-BF10-FCA2F9D9FF0D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AceSlammer", "AceSlammer\AceSlammer.vcxproj", "{E74545A5-A2C8-48EA-B70D-EC44B1B52994}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ME1-SDK", "ME1-SDK", "{69B12250-429E-4F05-B0E5-FA0FC175F270}"
ProjectSection(SolutionItems) = preProject
ME1-SDK\ME3TweaksHeader.h = ME1-SDK\ME3TweaksHeader.h
ME1-SDK\SDK.hpp = ME1-SDK\SDK.hpp
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StreamingLevelsHUD", "StreamingLevelsHUD\StreamingLevelsHUD.vcxproj", "{B60D6040-248E-472B-B5A6-DB5DDC77A2F0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ME1SDKLib", "ME1SDKLib\ME1SDKLib.vcxproj", "{62C52595-1409-49AF-B4C9-212293E82200}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20D765B4-0479-4F04-BCD7-0877C2C5AB3C}.Debug|x64.ActiveCfg = Debug|Win32
{20D765B4-0479-4F04-BCD7-0877C2C5AB3C}.Debug|x86.ActiveCfg = Debug|Win32
{20D765B4-0479-4F04-BCD7-0877C2C5AB3C}.Debug|x86.Build.0 = Debug|Win32
{20D765B4-0479-4F04-BCD7-0877C2C5AB3C}.Release|x64.ActiveCfg = Release|Win32
{20D765B4-0479-4F04-BCD7-0877C2C5AB3C}.Release|x86.ActiveCfg = Release|Win32
{20D765B4-0479-4F04-BCD7-0877C2C5AB3C}.Release|x86.Build.0 = Release|Win32
{9D4E550F-592A-48A6-BF10-FCA2F9D9FF0D}.Debug|x64.ActiveCfg = Debug|Win32
{9D4E550F-592A-48A6-BF10-FCA2F9D9FF0D}.Debug|x86.ActiveCfg = Debug|Win32
{9D4E550F-592A-48A6-BF10-FCA2F9D9FF0D}.Release|x64.ActiveCfg = Release|Win32
{9D4E550F-592A-48A6-BF10-FCA2F9D9FF0D}.Release|x86.ActiveCfg = Release|Win32
{9D4E550F-592A-48A6-BF10-FCA2F9D9FF0D}.Release|x86.Build.0 = Release|Win32
{E74545A5-A2C8-48EA-B70D-EC44B1B52994}.Debug|x64.ActiveCfg = Debug|Win32
{E74545A5-A2C8-48EA-B70D-EC44B1B52994}.Debug|x86.ActiveCfg = Debug|Win32
{E74545A5-A2C8-48EA-B70D-EC44B1B52994}.Release|x64.ActiveCfg = Release|Win32
{E74545A5-A2C8-48EA-B70D-EC44B1B52994}.Release|x86.ActiveCfg = Release|Win32
{E74545A5-A2C8-48EA-B70D-EC44B1B52994}.Release|x86.Build.0 = Release|Win32
{B60D6040-248E-472B-B5A6-DB5DDC77A2F0}.Debug|x64.ActiveCfg = Debug|Win32
{B60D6040-248E-472B-B5A6-DB5DDC77A2F0}.Debug|x86.ActiveCfg = Debug|Win32
{B60D6040-248E-472B-B5A6-DB5DDC77A2F0}.Debug|x86.Build.0 = Debug|Win32
{B60D6040-248E-472B-B5A6-DB5DDC77A2F0}.Release|x64.ActiveCfg = Release|Win32
{B60D6040-248E-472B-B5A6-DB5DDC77A2F0}.Release|x86.ActiveCfg = Release|Win32
{B60D6040-248E-472B-B5A6-DB5DDC77A2F0}.Release|x86.Build.0 = Release|Win32
{62C52595-1409-49AF-B4C9-212293E82200}.Debug|x64.ActiveCfg = Debug|x64
{62C52595-1409-49AF-B4C9-212293E82200}.Debug|x64.Build.0 = Debug|x64
{62C52595-1409-49AF-B4C9-212293E82200}.Debug|x86.ActiveCfg = Debug|Win32
{62C52595-1409-49AF-B4C9-212293E82200}.Debug|x86.Build.0 = Debug|Win32
{62C52595-1409-49AF-B4C9-212293E82200}.Release|x64.ActiveCfg = Release|x64
{62C52595-1409-49AF-B4C9-212293E82200}.Release|x64.Build.0 = Release|x64
{62C52595-1409-49AF-B4C9-212293E82200}.Release|x86.ActiveCfg = Release|Win32
{62C52595-1409-49AF-B4C9-212293E82200}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BCD45083-1323-47D5-88CA-29888852011C}
EndGlobalSection
EndGlobal