-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAssetRipper.Primitives.sln
52 lines (52 loc) · 2.62 KB
/
AssetRipper.Primitives.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{36D291AB-E468-4CE7-8DB3-2C46639FE5AE}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
License.md = License.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Licenses", "Licenses", "{4BE414B8-5B2D-40C1-BA3E-7DBBD6F7D854}"
ProjectSection(SolutionItems) = preProject
Licenses\uTinyRipper.md = Licenses\uTinyRipper.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{B63714DC-6258-4032-9930-DFF0667624BC}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetRipper.Primitives", "AssetRipper.Primitives\AssetRipper.Primitives.csproj", "{0B77D2BD-812E-4717-8D11-2F6C09167C41}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetRipper.Primitives.Tests", "AssetRipper.Primitives.Tests\AssetRipper.Primitives.Tests.csproj", "{545E670D-141B-4F05-9AFD-2F184A59EADC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B77D2BD-812E-4717-8D11-2F6C09167C41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B77D2BD-812E-4717-8D11-2F6C09167C41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B77D2BD-812E-4717-8D11-2F6C09167C41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B77D2BD-812E-4717-8D11-2F6C09167C41}.Release|Any CPU.Build.0 = Release|Any CPU
{545E670D-141B-4F05-9AFD-2F184A59EADC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{545E670D-141B-4F05-9AFD-2F184A59EADC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{545E670D-141B-4F05-9AFD-2F184A59EADC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{545E670D-141B-4F05-9AFD-2F184A59EADC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4BE414B8-5B2D-40C1-BA3E-7DBBD6F7D854} = {36D291AB-E468-4CE7-8DB3-2C46639FE5AE}
{B63714DC-6258-4032-9930-DFF0667624BC} = {36D291AB-E468-4CE7-8DB3-2C46639FE5AE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {370218F4-B218-4C62-B7F7-D03B799F6349}
EndGlobalSection
EndGlobal