forked from WolvenKit/WolvenKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WolvenKit.Tests.sln
99 lines (99 loc) · 6.14 KB
/
WolvenKit.Tests.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31903.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{6BC8815E-BFF9-46A5-9535-0E89A765D75A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{825169A9-0548-4A0A-A1F1-B99BE7D0C23F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WolvenKit.Common", "WolvenKit.Common\WolvenKit.Common.csproj", "{43800A68-B25D-4D52-9FC4-9E3F247A8020}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WolvenKit.Modkit", "WolvenKit.Modkit\WolvenKit.Modkit.csproj", "{D019CB01-9948-418A-8C1C-DB66D38BFCDF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WolvenKit.Core", "WolvenKit.Core\WolvenKit.Core.csproj", "{CEF1CF72-B8CF-4CBB-AA11-473438EDE3F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Installers", "Installers", "{E4ECEE21-F0F1-440F-A356-76BBD57E710E}"
ProjectSection(SolutionItems) = preProject
Installers\installer.iss = Installers\installer.iss
Installers\wkit_setup.aip = Installers\wkit_setup.aip
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Config", "Config", "{F1348669-20CA-400C-9726-A9645C1FEF50}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WolvenKit.FunctionalTests", "Tests\WolvenKit.FunctionalTests\WolvenKit.FunctionalTests.csproj", "{A652DEFF-E509-4101-8E35-34A347E8F663}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WolvenKit.UnitTests", "Tests\WolvenKit.UnitTests\WolvenKit.UnitTests.csproj", "{8CDBE82E-976F-4F1B-8E8C-A72037EE7475}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WolvenKit.Utility", "Tests\WolvenKit.Utility\WolvenKit.Utility.csproj", "{7C21B987-881D-44A0-B3F1-3D70FD706874}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WolvenKit.RED4", "WolvenKit.RED4\WolvenKit.RED4.csproj", "{314E24FB-8312-4455-A79D-6EFF67DA9BF8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Profile|x64 = Profile|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{43800A68-B25D-4D52-9FC4-9E3F247A8020}.Debug|x64.ActiveCfg = Debug|x64
{43800A68-B25D-4D52-9FC4-9E3F247A8020}.Debug|x64.Build.0 = Debug|x64
{43800A68-B25D-4D52-9FC4-9E3F247A8020}.Profile|x64.ActiveCfg = Release|x64
{43800A68-B25D-4D52-9FC4-9E3F247A8020}.Profile|x64.Build.0 = Release|x64
{43800A68-B25D-4D52-9FC4-9E3F247A8020}.Release|x64.ActiveCfg = Release|x64
{43800A68-B25D-4D52-9FC4-9E3F247A8020}.Release|x64.Build.0 = Release|x64
{D019CB01-9948-418A-8C1C-DB66D38BFCDF}.Debug|x64.ActiveCfg = Debug|x64
{D019CB01-9948-418A-8C1C-DB66D38BFCDF}.Debug|x64.Build.0 = Debug|x64
{D019CB01-9948-418A-8C1C-DB66D38BFCDF}.Profile|x64.ActiveCfg = Release|x64
{D019CB01-9948-418A-8C1C-DB66D38BFCDF}.Profile|x64.Build.0 = Release|x64
{D019CB01-9948-418A-8C1C-DB66D38BFCDF}.Release|x64.ActiveCfg = Release|x64
{D019CB01-9948-418A-8C1C-DB66D38BFCDF}.Release|x64.Build.0 = Release|x64
{CEF1CF72-B8CF-4CBB-AA11-473438EDE3F3}.Debug|x64.ActiveCfg = Debug|x64
{CEF1CF72-B8CF-4CBB-AA11-473438EDE3F3}.Debug|x64.Build.0 = Debug|x64
{CEF1CF72-B8CF-4CBB-AA11-473438EDE3F3}.Profile|x64.ActiveCfg = Release|x64
{CEF1CF72-B8CF-4CBB-AA11-473438EDE3F3}.Profile|x64.Build.0 = Release|x64
{CEF1CF72-B8CF-4CBB-AA11-473438EDE3F3}.Release|x64.ActiveCfg = Release|x64
{CEF1CF72-B8CF-4CBB-AA11-473438EDE3F3}.Release|x64.Build.0 = Release|x64
{A652DEFF-E509-4101-8E35-34A347E8F663}.Debug|x64.ActiveCfg = Debug|x64
{A652DEFF-E509-4101-8E35-34A347E8F663}.Debug|x64.Build.0 = Debug|x64
{A652DEFF-E509-4101-8E35-34A347E8F663}.Profile|x64.ActiveCfg = Debug|x64
{A652DEFF-E509-4101-8E35-34A347E8F663}.Profile|x64.Build.0 = Debug|x64
{A652DEFF-E509-4101-8E35-34A347E8F663}.Release|x64.ActiveCfg = Release|x64
{A652DEFF-E509-4101-8E35-34A347E8F663}.Release|x64.Build.0 = Release|x64
{8CDBE82E-976F-4F1B-8E8C-A72037EE7475}.Debug|x64.ActiveCfg = Debug|x64
{8CDBE82E-976F-4F1B-8E8C-A72037EE7475}.Debug|x64.Build.0 = Debug|x64
{8CDBE82E-976F-4F1B-8E8C-A72037EE7475}.Profile|x64.ActiveCfg = Debug|x64
{8CDBE82E-976F-4F1B-8E8C-A72037EE7475}.Profile|x64.Build.0 = Debug|x64
{8CDBE82E-976F-4F1B-8E8C-A72037EE7475}.Release|x64.ActiveCfg = Release|x64
{8CDBE82E-976F-4F1B-8E8C-A72037EE7475}.Release|x64.Build.0 = Release|x64
{7C21B987-881D-44A0-B3F1-3D70FD706874}.Debug|x64.ActiveCfg = Debug|x64
{7C21B987-881D-44A0-B3F1-3D70FD706874}.Debug|x64.Build.0 = Debug|x64
{7C21B987-881D-44A0-B3F1-3D70FD706874}.Profile|x64.ActiveCfg = Debug|x64
{7C21B987-881D-44A0-B3F1-3D70FD706874}.Profile|x64.Build.0 = Debug|x64
{7C21B987-881D-44A0-B3F1-3D70FD706874}.Release|x64.ActiveCfg = Release|x64
{7C21B987-881D-44A0-B3F1-3D70FD706874}.Release|x64.Build.0 = Release|x64
{314E24FB-8312-4455-A79D-6EFF67DA9BF8}.Debug|x64.ActiveCfg = Debug|x64
{314E24FB-8312-4455-A79D-6EFF67DA9BF8}.Debug|x64.Build.0 = Debug|x64
{314E24FB-8312-4455-A79D-6EFF67DA9BF8}.Profile|x64.ActiveCfg = Debug|x64
{314E24FB-8312-4455-A79D-6EFF67DA9BF8}.Profile|x64.Build.0 = Debug|x64
{314E24FB-8312-4455-A79D-6EFF67DA9BF8}.Release|x64.ActiveCfg = Release|x64
{314E24FB-8312-4455-A79D-6EFF67DA9BF8}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{825169A9-0548-4A0A-A1F1-B99BE7D0C23F} = {6BC8815E-BFF9-46A5-9535-0E89A765D75A}
{43800A68-B25D-4D52-9FC4-9E3F247A8020} = {825169A9-0548-4A0A-A1F1-B99BE7D0C23F}
{D019CB01-9948-418A-8C1C-DB66D38BFCDF} = {6BC8815E-BFF9-46A5-9535-0E89A765D75A}
{CEF1CF72-B8CF-4CBB-AA11-473438EDE3F3} = {825169A9-0548-4A0A-A1F1-B99BE7D0C23F}
{314E24FB-8312-4455-A79D-6EFF67DA9BF8} = {6BC8815E-BFF9-46A5-9535-0E89A765D75A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8DAAF993-E8B7-47A4-AB0E-C159CB499F45}
EndGlobalSection
EndGlobal