-
Notifications
You must be signed in to change notification settings - Fork 1
/
spis_skse_plugin.sln
55 lines (55 loc) · 2.72 KB
/
spis_skse_plugin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "skse", "skse\skse.vcxproj", "{AA0365EC-47EA-45AA-BB1F-EBBCCCC466F2}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "common\common.vcxproj", "{20C6411C-596F-4B85-BE4E-8BC91F59D8A6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "spis", "spis_skse_plugin\spis_skse_plugin.vcxproj", "{F0CF443B-B64A-489E-A826-6924FECB0F4E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AA0365EC-47EA-45AA-BB1F-EBBCCCC466F2}.Debug|Win32.ActiveCfg = Debug|Win32
{AA0365EC-47EA-45AA-BB1F-EBBCCCC466F2}.Debug|Win32.Build.0 = Debug|Win32
{AA0365EC-47EA-45AA-BB1F-EBBCCCC466F2}.Release|Win32.ActiveCfg = Release|Win32
{AA0365EC-47EA-45AA-BB1F-EBBCCCC466F2}.Release|Win32.Build.0 = Release|Win32
{20C6411C-596F-4B85-BE4E-8BC91F59D8A6}.Debug|Win32.ActiveCfg = Debug|Win32
{20C6411C-596F-4B85-BE4E-8BC91F59D8A6}.Debug|Win32.Build.0 = Debug|Win32
{20C6411C-596F-4B85-BE4E-8BC91F59D8A6}.Release|Win32.ActiveCfg = Release|Win32
{20C6411C-596F-4B85-BE4E-8BC91F59D8A6}.Release|Win32.Build.0 = Release|Win32
{F0CF443B-B64A-489E-A826-6924FECB0F4E}.Debug|Win32.ActiveCfg = Debug|Win32
{F0CF443B-B64A-489E-A826-6924FECB0F4E}.Debug|Win32.Build.0 = Debug|Win32
{F0CF443B-B64A-489E-A826-6924FECB0F4E}.Release|Win32.ActiveCfg = Release|Win32
{F0CF443B-B64A-489E-A826-6924FECB0F4E}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(SourceCodeControl) = preSolution
SccNumberOfProjects = 7
SccLocalPath0 = .
SccProjectUniqueName1 = ..\\common\\common_vc9.vcproj
SccLocalPath1 = ..\\common
SccProjectUniqueName2 = loader_common\\loader_common.vcproj
SccLocalPath2 = .
SccProjectFilePathRelativizedFromConnection2 = loader_common\\
SccProjectUniqueName3 = skse\\skse.vcproj
SccLocalPath3 = .
SccProjectFilePathRelativizedFromConnection3 = skse\\
SccProjectUniqueName4 = skse_loader\\skse_loader.vcproj
SccLocalPath4 = .
SccProjectFilePathRelativizedFromConnection4 = skse_loader\\
SccProjectUniqueName5 = steam_loader\\steam_loader.vcproj
SccLocalPath5 = .
SccProjectFilePathRelativizedFromConnection5 = steam_loader\\
SccProjectUniqueName6 = plugin_example\\plugin_example.vcproj
SccLocalPath6 = .
SccProjectFilePathRelativizedFromConnection6 = plugin_example\\
EndGlobalSection
EndGlobal