-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathS4_ASI_Loader.sln
43 lines (43 loc) · 2.23 KB
/
S4_ASI_Loader.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29503.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "S4_ASI_Loader", "S4_ASI_Loader\S4_ASI_Loader.vcxproj", "{34E0C349-50AF-490C-BBE8-5DBD4286DD3E}"
ProjectSection(ProjectDependencies) = postProject
{A443367A-5B2C-46BD-9D1D-90A8D96D09A7} = {A443367A-5B2C-46BD-9D1D-90A8D96D09A7}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImportLib", "ImportLib\ImportLib.vcxproj", "{A443367A-5B2C-46BD-9D1D-90A8D96D09A7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Installer", "Installer\Installer.vcxproj", "{C1CA7AAB-0B8E-4AA0-899A-9C3FC964264C}"
ProjectSection(ProjectDependencies) = postProject
{34E0C349-50AF-490C-BBE8-5DBD4286DD3E} = {34E0C349-50AF-490C-BBE8-5DBD4286DD3E}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34E0C349-50AF-490C-BBE8-5DBD4286DD3E}.Debug|x86.ActiveCfg = Debug|Win32
{34E0C349-50AF-490C-BBE8-5DBD4286DD3E}.Debug|x86.Build.0 = Debug|Win32
{34E0C349-50AF-490C-BBE8-5DBD4286DD3E}.Release|x86.ActiveCfg = Release|Win32
{34E0C349-50AF-490C-BBE8-5DBD4286DD3E}.Release|x86.Build.0 = Release|Win32
{A443367A-5B2C-46BD-9D1D-90A8D96D09A7}.Debug|x86.ActiveCfg = Debug|Win32
{A443367A-5B2C-46BD-9D1D-90A8D96D09A7}.Debug|x86.Build.0 = Debug|Win32
{A443367A-5B2C-46BD-9D1D-90A8D96D09A7}.Release|x86.ActiveCfg = Release|Win32
{A443367A-5B2C-46BD-9D1D-90A8D96D09A7}.Release|x86.Build.0 = Release|Win32
{C1CA7AAB-0B8E-4AA0-899A-9C3FC964264C}.Debug|x86.ActiveCfg = Debug|Win32
{C1CA7AAB-0B8E-4AA0-899A-9C3FC964264C}.Debug|x86.Build.0 = Debug|Win32
{C1CA7AAB-0B8E-4AA0-899A-9C3FC964264C}.Release|x86.ActiveCfg = Release|Win32
{C1CA7AAB-0B8E-4AA0-899A-9C3FC964264C}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EE089082-1B2A-4348-83B6-70C7AEB605ED}
EndGlobalSection
EndGlobal