-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAssetRipper.Translation.Cpp.sln
56 lines (56 loc) · 3.66 KB
/
AssetRipper.Translation.Cpp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetRipper.Translation.Cpp", "AssetRipper.Translation.Cpp\AssetRipper.Translation.Cpp.csproj", "{20B07121-20AE-4D9D-83A1-604ABC4C99C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E2EF8D48-1048-4BBD-AE22-833465B76F72}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
nuget.config = nuget.config
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetRipper.Translation.Cpp.SampleGenerator", "AssetRipper.Translation.Cpp.SampleGenerator\AssetRipper.Translation.Cpp.SampleGenerator.csproj", "{257D34DF-E09A-44B9-A611-C0A0FBBFBA20}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetRipper.Translation.Cpp.ConsoleApp", "AssetRipper.Translation.Cpp.ConsoleApp\AssetRipper.Translation.Cpp.ConsoleApp.csproj", "{1D1AD566-9C64-4D8B-9D45-F5E23CA85E28}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetRipper.Translation.Cpp.Tests", "AssetRipper.Translation.Cpp.Tests\AssetRipper.Translation.Cpp.Tests.csproj", "{8A6AC957-FA54-4913-969C-59E7C5523066}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssetRipper.Translation.Cpp.Clang", "AssetRipper.Translation.Cpp.Clang\AssetRipper.Translation.Cpp.Clang.csproj", "{0C724FF5-1B55-41F4-86B8-1403AB95669F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20B07121-20AE-4D9D-83A1-604ABC4C99C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20B07121-20AE-4D9D-83A1-604ABC4C99C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20B07121-20AE-4D9D-83A1-604ABC4C99C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20B07121-20AE-4D9D-83A1-604ABC4C99C4}.Release|Any CPU.Build.0 = Release|Any CPU
{257D34DF-E09A-44B9-A611-C0A0FBBFBA20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{257D34DF-E09A-44B9-A611-C0A0FBBFBA20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{257D34DF-E09A-44B9-A611-C0A0FBBFBA20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{257D34DF-E09A-44B9-A611-C0A0FBBFBA20}.Release|Any CPU.Build.0 = Release|Any CPU
{1D1AD566-9C64-4D8B-9D45-F5E23CA85E28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D1AD566-9C64-4D8B-9D45-F5E23CA85E28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D1AD566-9C64-4D8B-9D45-F5E23CA85E28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D1AD566-9C64-4D8B-9D45-F5E23CA85E28}.Release|Any CPU.Build.0 = Release|Any CPU
{8A6AC957-FA54-4913-969C-59E7C5523066}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A6AC957-FA54-4913-969C-59E7C5523066}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A6AC957-FA54-4913-969C-59E7C5523066}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A6AC957-FA54-4913-969C-59E7C5523066}.Release|Any CPU.Build.0 = Release|Any CPU
{0C724FF5-1B55-41F4-86B8-1403AB95669F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C724FF5-1B55-41F4-86B8-1403AB95669F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C724FF5-1B55-41F4-86B8-1403AB95669F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C724FF5-1B55-41F4-86B8-1403AB95669F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E4DD49FA-A1B6-49F3-A8E3-B1F597646278}
EndGlobalSection
EndGlobal