-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBlueprintToCpp.sln
37 lines (37 loc) · 2.06 KB
/
BlueprintToCpp.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.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Main", "BlueprintToCpp\Main.csproj", "{D396BBBB-3C13-43B3-B46A-36F42E952ECD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CUE4Parse", "CUE4Parse\CUE4Parse\CUE4Parse.csproj", "{7FE81A48-6CF5-4CA4-A985-8BD436A4775A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CUE4Parse-Conversion", "CUE4Parse\CUE4Parse-Conversion\CUE4Parse-Conversion.csproj", "{747BEB00-B43C-4FDF-B5AB-08408B7042DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D396BBBB-3C13-43B3-B46A-36F42E952ECD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D396BBBB-3C13-43B3-B46A-36F42E952ECD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D396BBBB-3C13-43B3-B46A-36F42E952ECD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D396BBBB-3C13-43B3-B46A-36F42E952ECD}.Release|Any CPU.Build.0 = Release|Any CPU
{7FE81A48-6CF5-4CA4-A985-8BD436A4775A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FE81A48-6CF5-4CA4-A985-8BD436A4775A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FE81A48-6CF5-4CA4-A985-8BD436A4775A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FE81A48-6CF5-4CA4-A985-8BD436A4775A}.Release|Any CPU.Build.0 = Release|Any CPU
{747BEB00-B43C-4FDF-B5AB-08408B7042DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{747BEB00-B43C-4FDF-B5AB-08408B7042DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{747BEB00-B43C-4FDF-B5AB-08408B7042DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{747BEB00-B43C-4FDF-B5AB-08408B7042DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BAC4D649-5E41-41F9-8ACD-F5608C1ED9CE}
EndGlobalSection
EndGlobal