-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAssetRipper.IO.Endian.sln
44 lines (44 loc) · 2.45 KB
/
AssetRipper.IO.Endian.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
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", "{C67BC141-3D15-4FC1-B343-835C75EEAF10}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetRipper.IO.Endian", "AssetRipper.IO.Endian\AssetRipper.IO.Endian.csproj", "{366D8576-2B51-47EB-8323-6593CC71D5AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetRipper.IO.Endian.Tests", "AssetRipper.IO.Endian.Tests\AssetRipper.IO.Endian.Tests.csproj", "{E90AF23C-CF44-4611-8B6B-933164527F5C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssetRipper.IO.Endian.SourceGenerator", "AssetRipper.IO.Endian.SourceGenerator\AssetRipper.IO.Endian.SourceGenerator.csproj", "{073F1F85-EC5D-4439-B891-0670550DED5D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{366D8576-2B51-47EB-8323-6593CC71D5AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{366D8576-2B51-47EB-8323-6593CC71D5AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{366D8576-2B51-47EB-8323-6593CC71D5AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{366D8576-2B51-47EB-8323-6593CC71D5AE}.Release|Any CPU.Build.0 = Release|Any CPU
{E90AF23C-CF44-4611-8B6B-933164527F5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E90AF23C-CF44-4611-8B6B-933164527F5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E90AF23C-CF44-4611-8B6B-933164527F5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E90AF23C-CF44-4611-8B6B-933164527F5C}.Release|Any CPU.Build.0 = Release|Any CPU
{073F1F85-EC5D-4439-B891-0670550DED5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{073F1F85-EC5D-4439-B891-0670550DED5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{073F1F85-EC5D-4439-B891-0670550DED5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{073F1F85-EC5D-4439-B891-0670550DED5D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D92A7D0C-65E6-4719-A90F-FFE9042FF50E}
EndGlobalSection
EndGlobal