This repository has been archived by the owner on Dec 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
ExampleMod.sln
71 lines (71 loc) · 3.24 KB
/
ExampleMod.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin", "Plugin\Plugin.csproj", "{9287FFCB-44C7-4F80-A6CA-341E0C1DF059}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{54CF79DF-91BA-4D6B-BFB0-EA4804CA266D}"
ProjectSection(SolutionItems) = preProject
icon.png = icon.png
manifest.json = manifest.json
Solution.targets = Solution.targets
unex.yml = unex.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "git", "git", "{A70CE2FD-4DFE-4CF2-8F57-A48E6DA61227}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{DC079436-A7C7-40DD-8439-7B77BBA08E8B}"
ProjectSection(SolutionItems) = preProject
.github\workflows\main.yml = .github\workflows\main.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{F376B089-D541-40A1-9AAC-79C341EB321D}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{86701F57-0FC0-4976-9F64-D1D3AF9E8DC8}"
ProjectSection(SolutionItems) = preProject
scripts\mono-2.0-bdwgc.dll = scripts\mono-2.0-bdwgc.dll
scripts\pdb2mdb.exe = scripts\pdb2mdb.exe
Unity Project\Assets\Editor\Pipeline.cs = Unity Project\Assets\Editor\Pipeline.cs
scripts\postbuild.sh = scripts\postbuild.sh
scripts\prebuild.sh = scripts\prebuild.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dotnet", "dotnet", "{27B57855-8B39-4ECD-9513-06B53A5F9843}"
ProjectSection(SolutionItems) = preProject
.config\dotnet-tools.json = .config\dotnet-tools.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9287FFCB-44C7-4F80-A6CA-341E0C1DF059}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9287FFCB-44C7-4F80-A6CA-341E0C1DF059}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9287FFCB-44C7-4F80-A6CA-341E0C1DF059}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9287FFCB-44C7-4F80-A6CA-341E0C1DF059}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A70CE2FD-4DFE-4CF2-8F57-A48E6DA61227} = {54CF79DF-91BA-4D6B-BFB0-EA4804CA266D}
{DC079436-A7C7-40DD-8439-7B77BBA08E8B} = {54CF79DF-91BA-4D6B-BFB0-EA4804CA266D}
{F376B089-D541-40A1-9AAC-79C341EB321D} = {54CF79DF-91BA-4D6B-BFB0-EA4804CA266D}
{86701F57-0FC0-4976-9F64-D1D3AF9E8DC8} = {54CF79DF-91BA-4D6B-BFB0-EA4804CA266D}
{27B57855-8B39-4ECD-9513-06B53A5F9843} = {54CF79DF-91BA-4D6B-BFB0-EA4804CA266D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F7261BF8-44BE-4D75-AE11-565EE8160450}
EndGlobalSection
EndGlobal