-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathRustPlusApi.sln
More file actions
66 lines (66 loc) · 3.72 KB
/
RustPlusApi.sln
File metadata and controls
66 lines (66 loc) · 3.72 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34701.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RustPlusApi", "src\RustPlusApi\RustPlusApi.csproj", "{15F7E5BE-64EC-43F1-8900-95E22A1B3E1F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RustPlusApi.Fcm", "src\RustPlusApi.Fcm\RustPlusApi.Fcm.csproj", "{A9A43CD8-5CE4-4121-91C4-A45972DA0F90}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{0B23F464-4021-46B2-9AD7-04C16FA9B6F1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F6035E36-5204-4DE7-9CF8-BB304E0ADF7E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
Nuget.config = Nuget.config
README.md = README.md
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pipelines", "Pipelines", "{9F155070-0797-41DB-A152-26EF4199A777}"
ProjectSection(SolutionItems) = preProject
.github\workflows\CD.yml = .github\workflows\CD.yml
.github\workflows\CI.yml = .github\workflows\CI.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RustPlus.Fcm.ConsoleApp", "samples\RustPlus.Fcm.ConsoleApp\RustPlus.Fcm.ConsoleApp.csproj", "{37AC91E2-0F7F-4AF8-AB6C-C3C91B04A7DD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RustPlus.ConsoleApp", "samples\RustPlus.ConsoleApp\RustPlus.ConsoleApp.csproj", "{DB5CC2AC-30DA-4D98-B3FB-3DB70456F89B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{15F7E5BE-64EC-43F1-8900-95E22A1B3E1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15F7E5BE-64EC-43F1-8900-95E22A1B3E1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15F7E5BE-64EC-43F1-8900-95E22A1B3E1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15F7E5BE-64EC-43F1-8900-95E22A1B3E1F}.Release|Any CPU.Build.0 = Release|Any CPU
{A9A43CD8-5CE4-4121-91C4-A45972DA0F90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9A43CD8-5CE4-4121-91C4-A45972DA0F90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9A43CD8-5CE4-4121-91C4-A45972DA0F90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9A43CD8-5CE4-4121-91C4-A45972DA0F90}.Release|Any CPU.Build.0 = Release|Any CPU
{37AC91E2-0F7F-4AF8-AB6C-C3C91B04A7DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37AC91E2-0F7F-4AF8-AB6C-C3C91B04A7DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37AC91E2-0F7F-4AF8-AB6C-C3C91B04A7DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37AC91E2-0F7F-4AF8-AB6C-C3C91B04A7DD}.Release|Any CPU.Build.0 = Release|Any CPU
{DB5CC2AC-30DA-4D98-B3FB-3DB70456F89B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB5CC2AC-30DA-4D98-B3FB-3DB70456F89B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB5CC2AC-30DA-4D98-B3FB-3DB70456F89B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB5CC2AC-30DA-4D98-B3FB-3DB70456F89B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9F155070-0797-41DB-A152-26EF4199A777} = {F6035E36-5204-4DE7-9CF8-BB304E0ADF7E}
{37AC91E2-0F7F-4AF8-AB6C-C3C91B04A7DD} = {0B23F464-4021-46B2-9AD7-04C16FA9B6F1}
{DB5CC2AC-30DA-4D98-B3FB-3DB70456F89B} = {0B23F464-4021-46B2-9AD7-04C16FA9B6F1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A4B4251F-ADA4-418D-95B5-27BA99A307A3}
EndGlobalSection
EndGlobal