generated from KinsonDigital/CSharpLibTemplateRepo
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlazma.sln
103 lines (103 loc) · 6.22 KB
/
Plazma.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plazma", "Plazma\Plazma.csproj", "{7858F8F1-497A-4261-94D7-339442B09494}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{E204672C-F241-4BB7-AAE4-5147BC5B4FF5}"
ProjectSection(SolutionItems) = preProject
Testing\.editorconfig = Testing\.editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{67F82AED-1502-4803-855A-CDB26DC685B4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
codecov.yml = codecov.yml
LICENSE.md = LICENSE.md
README.md = README.md
renovate.json = renovate.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{8518113E-D0C3-4E63-8F2E-542EB6D1CCE9}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-status-check.yml = .github\workflows\build-status-check.yml
.github\workflows\release.yml = .github\workflows\release.yml
.github\workflows\sync-bot.yml = .github\workflows\sync-bot.yml
.github\workflows\sync-status-check.yml = .github\workflows\sync-status-check.yml
.github\workflows\triage-issue.yml = .github\workflows\triage-issue.yml
.github\workflows\unit-test-status-check.yml = .github\workflows\unit-test-status-check.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlazmaTests", "Testing\PlazmaTests\PlazmaTests.csproj", "{AF6A9738-F676-408A-B1B9-E7F43631BC08}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlazmaTesting", "Testing\PlazmaTesting\PlazmaTesting.csproj", "{D2B0088E-5452-48FE-B804-FA985A114635}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RandomPerf", "Performance\RandomPerf\RandomPerf.csproj", "{E2532556-570E-4416-B163-00CA1EAAE03C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Performance", "Performance", "{B8F324FC-FA09-42B5-A095-262BBB3F2963}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PerfResults", "PerfResults", "{75849ED7-8558-4C14-A45D-317B5FE680A3}"
ProjectSection(SolutionItems) = preProject
Performance\PerfResults\BASELINE-RandomPerf.md = Performance\PerfResults\BASELINE-RandomPerf.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnginePerf", "Performance\EnginePerf\EnginePerf.csproj", "{32D301FD-1E4D-431C-8C9D-E304E769C19F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParticlePoolPerf", "Performance\ParticlePoolPerf\ParticlePoolPerf.csproj", "{960AD89D-364C-4455-8C7A-3B2D4188A0A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerfShared", "Performance\PerfShared\PerfShared.csproj", "{A5790981-C319-48BD-9790-34F2C2E775B4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7858F8F1-497A-4261-94D7-339442B09494}.Debug|Any CPU.ActiveCfg = Debug|x64
{7858F8F1-497A-4261-94D7-339442B09494}.Debug|Any CPU.Build.0 = Debug|x64
{7858F8F1-497A-4261-94D7-339442B09494}.Release|Any CPU.ActiveCfg = Release|x64
{7858F8F1-497A-4261-94D7-339442B09494}.Release|Any CPU.Build.0 = Release|x64
{AF6A9738-F676-408A-B1B9-E7F43631BC08}.Debug|Any CPU.ActiveCfg = Debug|x64
{AF6A9738-F676-408A-B1B9-E7F43631BC08}.Debug|Any CPU.Build.0 = Debug|x64
{AF6A9738-F676-408A-B1B9-E7F43631BC08}.Release|Any CPU.ActiveCfg = Release|x64
{AF6A9738-F676-408A-B1B9-E7F43631BC08}.Release|Any CPU.Build.0 = Release|x64
{D2B0088E-5452-48FE-B804-FA985A114635}.Debug|Any CPU.ActiveCfg = Debug|x64
{D2B0088E-5452-48FE-B804-FA985A114635}.Debug|Any CPU.Build.0 = Debug|x64
{D2B0088E-5452-48FE-B804-FA985A114635}.Release|Any CPU.ActiveCfg = Release|x64
{D2B0088E-5452-48FE-B804-FA985A114635}.Release|Any CPU.Build.0 = Release|x64
{E2532556-570E-4416-B163-00CA1EAAE03C}.Debug|Any CPU.ActiveCfg = Debug|x64
{E2532556-570E-4416-B163-00CA1EAAE03C}.Debug|Any CPU.Build.0 = Debug|x64
{E2532556-570E-4416-B163-00CA1EAAE03C}.Release|Any CPU.ActiveCfg = Release|x64
{E2532556-570E-4416-B163-00CA1EAAE03C}.Release|Any CPU.Build.0 = Release|x64
{32D301FD-1E4D-431C-8C9D-E304E769C19F}.Debug|Any CPU.ActiveCfg = Debug|x64
{32D301FD-1E4D-431C-8C9D-E304E769C19F}.Debug|Any CPU.Build.0 = Debug|x64
{32D301FD-1E4D-431C-8C9D-E304E769C19F}.Release|Any CPU.ActiveCfg = Release|x64
{32D301FD-1E4D-431C-8C9D-E304E769C19F}.Release|Any CPU.Build.0 = Release|x64
{960AD89D-364C-4455-8C7A-3B2D4188A0A1}.Debug|Any CPU.ActiveCfg = Debug|x64
{960AD89D-364C-4455-8C7A-3B2D4188A0A1}.Debug|Any CPU.Build.0 = Debug|x64
{960AD89D-364C-4455-8C7A-3B2D4188A0A1}.Release|Any CPU.ActiveCfg = Release|x64
{960AD89D-364C-4455-8C7A-3B2D4188A0A1}.Release|Any CPU.Build.0 = Release|x64
{A5790981-C319-48BD-9790-34F2C2E775B4}.Debug|Any CPU.ActiveCfg = Debug|x64
{A5790981-C319-48BD-9790-34F2C2E775B4}.Debug|Any CPU.Build.0 = Debug|x64
{A5790981-C319-48BD-9790-34F2C2E775B4}.Release|Any CPU.ActiveCfg = Release|x64
{A5790981-C319-48BD-9790-34F2C2E775B4}.Release|Any CPU.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8518113E-D0C3-4E63-8F2E-542EB6D1CCE9} = {67F82AED-1502-4803-855A-CDB26DC685B4}
{AF6A9738-F676-408A-B1B9-E7F43631BC08} = {E204672C-F241-4BB7-AAE4-5147BC5B4FF5}
{D2B0088E-5452-48FE-B804-FA985A114635} = {E204672C-F241-4BB7-AAE4-5147BC5B4FF5}
{E2532556-570E-4416-B163-00CA1EAAE03C} = {B8F324FC-FA09-42B5-A095-262BBB3F2963}
{75849ED7-8558-4C14-A45D-317B5FE680A3} = {B8F324FC-FA09-42B5-A095-262BBB3F2963}
{32D301FD-1E4D-431C-8C9D-E304E769C19F} = {B8F324FC-FA09-42B5-A095-262BBB3F2963}
{960AD89D-364C-4455-8C7A-3B2D4188A0A1} = {B8F324FC-FA09-42B5-A095-262BBB3F2963}
{A5790981-C319-48BD-9790-34F2C2E775B4} = {B8F324FC-FA09-42B5-A095-262BBB3F2963}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4E6732B6-A610-43DA-A1D7-1EC8EE1E6273}
EndGlobalSection
EndGlobal