forked from TheNaeem/Solitude
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSolitude.sln
37 lines (37 loc) · 2.06 KB
/
Solitude.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Solitude", "Solitude\Solitude.csproj", "{819A19F1-576C-43B8-A70D-B44798413BBE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CUE4Parse", "CUE4Parse\CUE4Parse\CUE4Parse.csproj", "{1A53408D-98BB-4FD9-9959-B19280817DA6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CUE4Parse-Conversion", "CUE4Parse\CUE4Parse-Conversion\CUE4Parse-Conversion.csproj", "{2209F1F7-635B-4100-B168-0C514E41DF0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{819A19F1-576C-43B8-A70D-B44798413BBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{819A19F1-576C-43B8-A70D-B44798413BBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{819A19F1-576C-43B8-A70D-B44798413BBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{819A19F1-576C-43B8-A70D-B44798413BBE}.Release|Any CPU.Build.0 = Release|Any CPU
{1A53408D-98BB-4FD9-9959-B19280817DA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A53408D-98BB-4FD9-9959-B19280817DA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A53408D-98BB-4FD9-9959-B19280817DA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A53408D-98BB-4FD9-9959-B19280817DA6}.Release|Any CPU.Build.0 = Release|Any CPU
{2209F1F7-635B-4100-B168-0C514E41DF0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2209F1F7-635B-4100-B168-0C514E41DF0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2209F1F7-635B-4100-B168-0C514E41DF0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2209F1F7-635B-4100-B168-0C514E41DF0A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F96A2673-86D3-45AE-A5A6-B2660C1E291B}
EndGlobalSection
EndGlobal