-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathTypeTreeGeneratorAPI.sln
More file actions
40 lines (40 loc) · 2.3 KB
/
TypeTreeGeneratorAPI.sln
File metadata and controls
40 lines (40 loc) · 2.3 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35806.99
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypeTreeGeneratorAPI", "TypeTreeGeneratorAPI\TypeTreeGeneratorAPI.csproj", "{6B2AB8BA-118B-48D8-A9F9-108BE6368169}"
ProjectSection(ProjectDependencies) = postProject
{A8B1A3B7-0293-4369-C3BA-354513699742} = {A8B1A3B7-0293-4369-C3BA-354513699742}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypeTreeGeneratorCLI", "TypeTreeGeneratorCLI\TypeTreeGeneratorCLI.csproj", "{8CF671FA-5EB5-4629-875F-278497707550}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssetRipper.SerializationLogic", "AssetRipper\Source\AssetRipper.SerializationLogic\AssetRipper.SerializationLogic.csproj", "{A8B1A3B7-0293-4369-C3BA-354513699742}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B2AB8BA-118B-48D8-A9F9-108BE6368169}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B2AB8BA-118B-48D8-A9F9-108BE6368169}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B2AB8BA-118B-48D8-A9F9-108BE6368169}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B2AB8BA-118B-48D8-A9F9-108BE6368169}.Release|Any CPU.Build.0 = Release|Any CPU
{8CF671FA-5EB5-4629-875F-278497707550}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CF671FA-5EB5-4629-875F-278497707550}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CF671FA-5EB5-4629-875F-278497707550}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CF671FA-5EB5-4629-875F-278497707550}.Release|Any CPU.Build.0 = Release|Any CPU
{A8B1A3B7-0293-4369-C3BA-354513699742}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8B1A3B7-0293-4369-C3BA-354513699742}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8B1A3B7-0293-4369-C3BA-354513699742}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8B1A3B7-0293-4369-C3BA-354513699742}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6E9D19C3-19E8-46B1-94C9-AE12A9813F16}
EndGlobalSection
EndGlobal