-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathZ85e.sln
61 lines (61 loc) · 3.12 KB
/
Z85e.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Z85e", "src\Z85e\Z85e.csproj", "{3B226522-EE55-4517-957A-A3E35DCE9CF4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Z85e.Test", "src\Z85e.Test\Z85e.Test.csproj", "{A2EABDC4-F392-4C21-8A5F-B08EFA7237E8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Z85e.Benchmarks", "src\Z85e.Benchmarks\Z85e.Benchmarks.csproj", "{D4C67591-14D8-46C4-9653-140B5D9EE34C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{47E1E35C-8E9B-456E-9749-E0471B3110C1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
azure-pipelines.yml = azure-pipelines.yml
stylecop.json = stylecop.json
Z85e.ruleset = Z85e.ruleset
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "msbuild", "msbuild", "{6735F2BA-FB02-41C1-9B4A-660E169FD6EB}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{F7A82330-9008-481C-A322-B1B7BD24985E}"
ProjectSection(SolutionItems) = preProject
build\Packages.targets = build\Packages.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3B226522-EE55-4517-957A-A3E35DCE9CF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B226522-EE55-4517-957A-A3E35DCE9CF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B226522-EE55-4517-957A-A3E35DCE9CF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B226522-EE55-4517-957A-A3E35DCE9CF4}.Release|Any CPU.Build.0 = Release|Any CPU
{A2EABDC4-F392-4C21-8A5F-B08EFA7237E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2EABDC4-F392-4C21-8A5F-B08EFA7237E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2EABDC4-F392-4C21-8A5F-B08EFA7237E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2EABDC4-F392-4C21-8A5F-B08EFA7237E8}.Release|Any CPU.Build.0 = Release|Any CPU
{D4C67591-14D8-46C4-9653-140B5D9EE34C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4C67591-14D8-46C4-9653-140B5D9EE34C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4C67591-14D8-46C4-9653-140B5D9EE34C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4C67591-14D8-46C4-9653-140B5D9EE34C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6735F2BA-FB02-41C1-9B4A-660E169FD6EB} = {47E1E35C-8E9B-456E-9749-E0471B3110C1}
{F7A82330-9008-481C-A322-B1B7BD24985E} = {6735F2BA-FB02-41C1-9B4A-660E169FD6EB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62BF6364-70B8-4E0F-A6E7-D5EC94A73872}
EndGlobalSection
EndGlobal