-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathSimpleBase.sln
53 lines (53 loc) · 2.55 KB
/
SimpleBase.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleBase", "src\SimpleBase.csproj", "{A9C1CF86-32B3-40E6-A51A-3E6D17C15EE3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleBase.Tests", "test\SimpleBase.Tests.csproj", "{617BA86D-31E2-41EA-A1C8-E37602D58C07}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4ECCE094-D6EC-4938-A209-FA9B78AED7DA}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
global.json = global.json
LICENSE.txt = LICENSE.txt
pack.cmd = pack.cmd
pack.sh = pack.sh
push.cmd = push.cmd
push.sh = push.sh
README.md = README.md
SimpleBase.snk = SimpleBase.snk
.github\workflows\test.yml = .github\workflows\test.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmark", "benchmark\Benchmark.csproj", "{83A36BC1-8195-4595-A59D-E6B66AD47B97}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A9C1CF86-32B3-40E6-A51A-3E6D17C15EE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9C1CF86-32B3-40E6-A51A-3E6D17C15EE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9C1CF86-32B3-40E6-A51A-3E6D17C15EE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9C1CF86-32B3-40E6-A51A-3E6D17C15EE3}.Release|Any CPU.Build.0 = Release|Any CPU
{617BA86D-31E2-41EA-A1C8-E37602D58C07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{617BA86D-31E2-41EA-A1C8-E37602D58C07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{617BA86D-31E2-41EA-A1C8-E37602D58C07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{617BA86D-31E2-41EA-A1C8-E37602D58C07}.Release|Any CPU.Build.0 = Release|Any CPU
{83A36BC1-8195-4595-A59D-E6B66AD47B97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83A36BC1-8195-4595-A59D-E6B66AD47B97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83A36BC1-8195-4595-A59D-E6B66AD47B97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83A36BC1-8195-4595-A59D-E6B66AD47B97}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4816E756-0FA5-40C5-9CCC-C9BD3C93FC1C}
EndGlobalSection
EndGlobal