-
Notifications
You must be signed in to change notification settings - Fork 0
/
Depso.sln
47 lines (47 loc) · 2.44 KB
/
Depso.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Depso", "Depso\Depso.csproj", "{F91966D8-FA28-4E36-8757-2B0BE36F99F1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5B41A269-E876-4CF2-8AA8-66359FC67CB0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Depso.Test", "Depso.Test\Depso.Test.csproj", "{E1D0EC72-3BEC-4E9E-A17E-50A2155722FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Depso.Benchmark", "Depso.Benchmark\Depso.Benchmark.csproj", "{B272AE6F-4A20-48F6-8D55-01E4C2875558}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F91966D8-FA28-4E36-8757-2B0BE36F99F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F91966D8-FA28-4E36-8757-2B0BE36F99F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F91966D8-FA28-4E36-8757-2B0BE36F99F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F91966D8-FA28-4E36-8757-2B0BE36F99F1}.Release|Any CPU.Build.0 = Release|Any CPU
{E1D0EC72-3BEC-4E9E-A17E-50A2155722FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1D0EC72-3BEC-4E9E-A17E-50A2155722FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1D0EC72-3BEC-4E9E-A17E-50A2155722FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1D0EC72-3BEC-4E9E-A17E-50A2155722FA}.Release|Any CPU.Build.0 = Release|Any CPU
{B272AE6F-4A20-48F6-8D55-01E4C2875558}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B272AE6F-4A20-48F6-8D55-01E4C2875558}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B272AE6F-4A20-48F6-8D55-01E4C2875558}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B272AE6F-4A20-48F6-8D55-01E4C2875558}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD30F32F-21C0-4453-8C99-31F7AA266245}
EndGlobalSection
EndGlobal