forked from scripthookvdotnet/scripthookvdotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ScriptHookVDotNet.sln
66 lines (66 loc) · 4.26 KB
/
ScriptHookVDotNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 15.0.26228.04
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ScriptHookVDotNet", "ScriptHookVDotNet.vcxproj", "{B2933D8F-F922-40BD-BB70-18622A81AB8F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScriptHookVDotNet_APIv2", "source\scripting_v2\ScriptHookVDotNet_APIv2.csproj", "{019193A7-50C0-444A-84CA-777595E702CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScriptHookVDotNet_APIv3", "source\scripting_v3\ScriptHookVDotNet_APIv3.csproj", "{D68E6CB7-FC70-41C9-BD53-D79552B37F0E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScriptHookVDotNet_APIv3_Tests", "source\scripting_v3_tests\ScriptHookVDotNet_APIv3_Tests.csproj", "{87B61940-F7E6-409E-9BCF-3D450EDA2D45}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples", "examples\Examples.csproj", "{A717AD5D-C5B5-4769-BD40-F14C09F269BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release + Examples|x64 = Release + Examples|x64
Release|x64 = Release|x64
Run NativeGen|x64 = Run NativeGen|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2933D8F-F922-40BD-BB70-18622A81AB8F}.Debug|x64.ActiveCfg = Debug|x64
{B2933D8F-F922-40BD-BB70-18622A81AB8F}.Debug|x64.Build.0 = Debug|x64
{B2933D8F-F922-40BD-BB70-18622A81AB8F}.Release + Examples|x64.ActiveCfg = Release|x64
{B2933D8F-F922-40BD-BB70-18622A81AB8F}.Release + Examples|x64.Build.0 = Release|x64
{B2933D8F-F922-40BD-BB70-18622A81AB8F}.Release|x64.ActiveCfg = Release|x64
{B2933D8F-F922-40BD-BB70-18622A81AB8F}.Release|x64.Build.0 = Release|x64
{B2933D8F-F922-40BD-BB70-18622A81AB8F}.Run NativeGen|x64.ActiveCfg = NativeGen|x64
{B2933D8F-F922-40BD-BB70-18622A81AB8F}.Run NativeGen|x64.Build.0 = NativeGen|x64
{019193A7-50C0-444A-84CA-777595E702CD}.Debug|x64.ActiveCfg = Debug|x64
{019193A7-50C0-444A-84CA-777595E702CD}.Debug|x64.Build.0 = Debug|x64
{019193A7-50C0-444A-84CA-777595E702CD}.Release + Examples|x64.ActiveCfg = Release|x64
{019193A7-50C0-444A-84CA-777595E702CD}.Release + Examples|x64.Build.0 = Release|x64
{019193A7-50C0-444A-84CA-777595E702CD}.Release|x64.ActiveCfg = Release|x64
{019193A7-50C0-444A-84CA-777595E702CD}.Release|x64.Build.0 = Release|x64
{019193A7-50C0-444A-84CA-777595E702CD}.Run NativeGen|x64.ActiveCfg = Release|x64
{D68E6CB7-FC70-41C9-BD53-D79552B37F0E}.Debug|x64.ActiveCfg = Debug|x64
{D68E6CB7-FC70-41C9-BD53-D79552B37F0E}.Debug|x64.Build.0 = Debug|x64
{D68E6CB7-FC70-41C9-BD53-D79552B37F0E}.Release + Examples|x64.ActiveCfg = Release|x64
{D68E6CB7-FC70-41C9-BD53-D79552B37F0E}.Release + Examples|x64.Build.0 = Release|x64
{D68E6CB7-FC70-41C9-BD53-D79552B37F0E}.Release|x64.ActiveCfg = Release|x64
{D68E6CB7-FC70-41C9-BD53-D79552B37F0E}.Release|x64.Build.0 = Release|x64
{D68E6CB7-FC70-41C9-BD53-D79552B37F0E}.Run NativeGen|x64.ActiveCfg = Release|x64
{87B61940-F7E6-409E-9BCF-3D450EDA2D45}.Debug|x64.ActiveCfg = Debug|x64
{87B61940-F7E6-409E-9BCF-3D450EDA2D45}.Debug|x64.Build.0 = Debug|x64
{87B61940-F7E6-409E-9BCF-3D450EDA2D45}.Release + Examples|x64.ActiveCfg = Release|x64
{87B61940-F7E6-409E-9BCF-3D450EDA2D45}.Release + Examples|x64.Build.0 = Release|x64
{87B61940-F7E6-409E-9BCF-3D450EDA2D45}.Release|x64.ActiveCfg = Release|x64
{87B61940-F7E6-409E-9BCF-3D450EDA2D45}.Release|x64.Build.0 = Release|x64
{87B61940-F7E6-409E-9BCF-3D450EDA2D45}.Run NativeGen|x64.ActiveCfg = Release|x64
{87B61940-F7E6-409E-9BCF-3D450EDA2D45}.Run NativeGen|x64.Build.0 = Release|x64
{A717AD5D-C5B5-4769-BD40-F14C09F269BB}.Debug|x64.ActiveCfg = Debug|x64
{A717AD5D-C5B5-4769-BD40-F14C09F269BB}.Release + Examples|x64.ActiveCfg = Release|x64
{A717AD5D-C5B5-4769-BD40-F14C09F269BB}.Release + Examples|x64.Build.0 = Release|x64
{A717AD5D-C5B5-4769-BD40-F14C09F269BB}.Release|x64.ActiveCfg = Release|x64
{A717AD5D-C5B5-4769-BD40-F14C09F269BB}.Run NativeGen|x64.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DF9E4B99-B01B-4909-804F-7EECC61DC528}
EndGlobalSection
EndGlobal