-
Notifications
You must be signed in to change notification settings - Fork 127
/
CUE4Parse.sln
37 lines (37 loc) · 2.07 KB
/
CUE4Parse.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.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CUE4Parse", "CUE4Parse\CUE4Parse.csproj", "{AA16738F-6082-4410-868B-FC59A0363E8F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CUE4Parse-Conversion", "CUE4Parse-Conversion\CUE4Parse-Conversion.csproj", "{EB602A68-2268-4D51-AC75-41E8EDEC95E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CUE4Parse.Example", "CUE4Parse.Example\CUE4Parse.Example.csproj", "{8B4BC38A-9D3A-4DF5-9DB2-73ED20C73655}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AA16738F-6082-4410-868B-FC59A0363E8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA16738F-6082-4410-868B-FC59A0363E8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA16738F-6082-4410-868B-FC59A0363E8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA16738F-6082-4410-868B-FC59A0363E8F}.Release|Any CPU.Build.0 = Release|Any CPU
{EB602A68-2268-4D51-AC75-41E8EDEC95E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB602A68-2268-4D51-AC75-41E8EDEC95E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB602A68-2268-4D51-AC75-41E8EDEC95E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB602A68-2268-4D51-AC75-41E8EDEC95E5}.Release|Any CPU.Build.0 = Release|Any CPU
{8B4BC38A-9D3A-4DF5-9DB2-73ED20C73655}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B4BC38A-9D3A-4DF5-9DB2-73ED20C73655}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B4BC38A-9D3A-4DF5-9DB2-73ED20C73655}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B4BC38A-9D3A-4DF5-9DB2-73ED20C73655}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BBC1B486-7193-46EB-B934-CAD5E6F0A87D}
EndGlobalSection
EndGlobal