forked from FabianFG/CUE4Parse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CUE4Parse.sln
35 lines (35 loc) · 1.9 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30428.66
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
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
{F77A7A3F-D2D6-44FC-B837-C794016B36A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F77A7A3F-D2D6-44FC-B837-C794016B36A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F77A7A3F-D2D6-44FC-B837-C794016B36A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F77A7A3F-D2D6-44FC-B837-C794016B36A7}.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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BBC1B486-7193-46EB-B934-CAD5E6F0A87D}
EndGlobalSection
EndGlobal