-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMaaFramework.Binding.sln
More file actions
90 lines (90 loc) · 5.47 KB
/
MaaFramework.Binding.sln
File metadata and controls
90 lines (90 loc) · 5.47 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
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.1.11312.151
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
docs\articles\changelog-all-version.md = docs\articles\changelog-all-version.md
CHANGELOG.md = CHANGELOG.md
docs\articles\nightly-builds.md = docs\articles\nightly-builds.md
docs\articles\overview-of-wrapper-and-api.md = docs\articles\overview-of-wrapper-and-api.md
README.md = README.md
README.zh_cn.md = README.zh_cn.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{45687A27-416A-4C8D-8ABE-346BA7E752D2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Packages.props = src\Directory.Packages.props
LICENSE.md = LICENSE.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MaaFramework.Binding", "src\MaaFramework.Binding\MaaFramework.Binding.csproj", "{F15504A2-1A15-4574-BF63-CF2282BCA69B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MaaFramework.Binding.UnitTests", "src\MaaFramework.Binding.UnitTests\MaaFramework.Binding.UnitTests.csproj", "{02A37AB6-F381-4A27-8FE2-DC6914D70B25}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MaaFramework.Binding.Native", "src\MaaFramework.Binding.Native\MaaFramework.Binding.Native.csproj", "{24B24721-8ED3-4F64-8CB7-C479D6BAD56D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MaaFramework", "src\MaaFramework\MaaFramework.csproj", "{1F349B98-6557-4CD2-8482-63B081C1C79F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Meta Packages", "Meta Packages", "{726F03EC-F36F-40FE-8D45-C6904D4F2A50}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MaaFramework.Native", "src\MaaFramework.Native\MaaFramework.Native.csproj", "{806923C8-5BCA-4866-B83B-BF3147229998}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MaaFramework.Binding.Extensions", "src\MaaFramework.Binding.Extensions\MaaFramework.Binding.Extensions.csproj", "{453B0ACA-723D-42A1-8C25-D558A8649FCA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{9FA3D6BD-1EC1-3BA5-80CB-CE02773A58D5}"
ProjectSection(SolutionItems) = preProject
sample\csharp\1.main.cs = sample\csharp\1.main.cs
sample\csharp\2.AgentChild.cs = sample\csharp\2.AgentChild.cs
sample\csharp\2.AgentMain.cs = sample\csharp\2.AgentMain.cs
sample\csharp\3.CSBinding README Example.cs = sample\csharp\3.CSBinding README Example.cs
sample\csharp\QuickStart.ps1 = sample\csharp\QuickStart.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F15504A2-1A15-4574-BF63-CF2282BCA69B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F15504A2-1A15-4574-BF63-CF2282BCA69B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F15504A2-1A15-4574-BF63-CF2282BCA69B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F15504A2-1A15-4574-BF63-CF2282BCA69B}.Release|Any CPU.Build.0 = Release|Any CPU
{02A37AB6-F381-4A27-8FE2-DC6914D70B25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02A37AB6-F381-4A27-8FE2-DC6914D70B25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02A37AB6-F381-4A27-8FE2-DC6914D70B25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02A37AB6-F381-4A27-8FE2-DC6914D70B25}.Release|Any CPU.Build.0 = Release|Any CPU
{24B24721-8ED3-4F64-8CB7-C479D6BAD56D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24B24721-8ED3-4F64-8CB7-C479D6BAD56D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24B24721-8ED3-4F64-8CB7-C479D6BAD56D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24B24721-8ED3-4F64-8CB7-C479D6BAD56D}.Release|Any CPU.Build.0 = Release|Any CPU
{1F349B98-6557-4CD2-8482-63B081C1C79F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F349B98-6557-4CD2-8482-63B081C1C79F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F349B98-6557-4CD2-8482-63B081C1C79F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F349B98-6557-4CD2-8482-63B081C1C79F}.Release|Any CPU.Build.0 = Release|Any CPU
{806923C8-5BCA-4866-B83B-BF3147229998}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{806923C8-5BCA-4866-B83B-BF3147229998}.Debug|Any CPU.Build.0 = Debug|Any CPU
{806923C8-5BCA-4866-B83B-BF3147229998}.Release|Any CPU.ActiveCfg = Release|Any CPU
{806923C8-5BCA-4866-B83B-BF3147229998}.Release|Any CPU.Build.0 = Release|Any CPU
{453B0ACA-723D-42A1-8C25-D558A8649FCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{453B0ACA-723D-42A1-8C25-D558A8649FCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{453B0ACA-723D-42A1-8C25-D558A8649FCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{453B0ACA-723D-42A1-8C25-D558A8649FCA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1F349B98-6557-4CD2-8482-63B081C1C79F} = {726F03EC-F36F-40FE-8D45-C6904D4F2A50}
{806923C8-5BCA-4866-B83B-BF3147229998} = {726F03EC-F36F-40FE-8D45-C6904D4F2A50}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {78C3AE0D-3D7E-4B72-9218-59BA0EA59E76}
EndGlobalSection
EndGlobal